Update to xfce4-dict 0.4.1, was sitting in my tree since one month.
Removes a now integrated patch from fgsch@.
This commit is contained in:
parent
35218f315c
commit
8968f43c58
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/07/10 11:38:03 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/10/23 11:19:45 landry Exp $
|
||||
|
||||
COMMENT= query a dictionary service for words or phrases
|
||||
|
||||
XFCE_VERSION= 0.4.0
|
||||
XFCE_VERSION= 0.4.1
|
||||
XFCE_GOODIE= xfce4-dict
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -14,7 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MODULES= x11/xfce4
|
||||
DESKTOP_FILES= Yes
|
||||
EXTRACT_SUFX= .tar.gz #tocheck
|
||||
|
||||
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xfce4/xfce4-dict-0.4.0.tar.gz) = 2+mbjb+RjkAb5BYTswEnlw==
|
||||
RMD160 (xfce4/xfce4-dict-0.4.0.tar.gz) = ybaZocltFcUUSZ7Y8A+P9axBusE=
|
||||
SHA1 (xfce4/xfce4-dict-0.4.0.tar.gz) = GuJMsumyLcXSUVD/iKveGcPwHUc=
|
||||
SHA256 (xfce4/xfce4-dict-0.4.0.tar.gz) = 7cg2ZmUGA6mKBydRRfcXRQu0ROaGRd99ebj3u5dMsEM=
|
||||
SIZE (xfce4/xfce4-dict-0.4.0.tar.gz) = 435211
|
||||
MD5 (xfce4/xfce4-dict-0.4.1.tar.bz2) = /rGPcxTkZclpQYsHT0Dlqw==
|
||||
RMD160 (xfce4/xfce4-dict-0.4.1.tar.bz2) = p4NVJYFRVf5uhhPzc/qbayFJbh0=
|
||||
SHA1 (xfce4/xfce4-dict-0.4.1.tar.bz2) = WV22dRf02T1+kxRo/XXwMLEzmg8=
|
||||
SHA256 (xfce4/xfce4-dict-0.4.1.tar.bz2) = eagcKr9+YHwiJkKyewuT7zeBws48/K6uyp3Ko5i8S4o=
|
||||
SIZE (xfce4/xfce4-dict-0.4.1.tar.bz2) = 334242
|
||||
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-lib_common_c,v 1.1 2008/05/19 14:40:04 landry Exp $
|
||||
--- lib/common.c.orig Fri May 16 16:38:20 2008
|
||||
+++ lib/common.c Fri May 16 16:38:35 2008
|
||||
@@ -309,7 +309,6 @@ void dict_read_rc_file(DictData *dd)
|
||||
geo = xfce_rc_read_entry(rc, "geometry", geo);
|
||||
parse_geometry(dd, geo);
|
||||
|
||||
- xfce_rc_close(rc);
|
||||
}
|
||||
|
||||
dd->mode_default = mode_default;
|
||||
@@ -326,6 +325,8 @@ void dict_read_rc_file(DictData *dd)
|
||||
dd->dictionary = g_strdup(dict);
|
||||
dd->spell_bin = g_strdup(spell_bin);
|
||||
dd->spell_dictionary = g_strdup(spell_dictionary);
|
||||
+
|
||||
+ xfce_rc_close(rc);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/07/08 11:45:38 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/23 11:19:45 landry Exp $
|
||||
@bin bin/xfce4-dict
|
||||
libexec/xfce4/
|
||||
libexec/xfce4/panel-plugins/
|
||||
@ -10,16 +10,23 @@ share/icons/hicolor/
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/xfce4-dict.svg
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-dict.mo
|
||||
share/locale/pt_PT/
|
||||
|
Loading…
Reference in New Issue
Block a user