- update to 2.90.2
* among various changes, this drops the dependency on libgnome(print)ui
This commit is contained in:
parent
d3cc7e0747
commit
5f17eac450
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2010/11/22 08:36:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/09/12 07:52:46 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= binary editor
|
||||
|
||||
GNOME_PROJECT= ghex
|
||||
GNOME_VERSION= 2.24.0
|
||||
GNOME_VERSION= 2.90.2
|
||||
|
||||
REVISION= 10
|
||||
SHARED_LIBS += gtkhex-3 0.0 # 0.0
|
||||
|
||||
SHARED_LIBS += gtkhex 1.0 # .0.0
|
||||
CATEGORIES= sysutils editors
|
||||
|
||||
# GPLv2
|
||||
@ -18,30 +17,24 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation \
|
||||
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 expat \
|
||||
fontconfig freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnome-keyring \
|
||||
gnomecanvas-2 gnomeprint-2-2 gnomevfs-2 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png popt pthread ssl util xml2 z \
|
||||
pthread-stubs xcb \
|
||||
gcrypt gpg-error xcb-render xcb-render-util \
|
||||
gnomeui-2 gnomeprintui-2-2 \
|
||||
canberra ltdl ogg vorbis vorbisfile
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
|
||||
WANTLIB += cairo-gobject drm expat fontconfig freetype gailutil-3
|
||||
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
|
||||
WANTLIB += xcb-shm z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
LIB_DEPENDS= x11/gnome/libgnomeui \
|
||||
x11/gnome/libgnomeprintui
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= x11/gtk+3
|
||||
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
DESKTOP_FILES= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= ghex2
|
||||
|
||||
CONFIGURE_ARGS+= ${ENABLE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/ghex-2.24.0.tar.bz2) = mCsqTnDoDSFmvMeC6YmInA==
|
||||
RMD160 (gnome/ghex-2.24.0.tar.bz2) = 39zx7aUJJG+AWrWTz0o+igboMdc=
|
||||
SHA1 (gnome/ghex-2.24.0.tar.bz2) = b9jg3xy2+5/PYM+ivIiHdxPkNmw=
|
||||
SHA256 (gnome/ghex-2.24.0.tar.bz2) = 3w4aAUcqmbnpQjarEgAQjhCCnZnAMPhCIogyNEh2Li4=
|
||||
SIZE (gnome/ghex-2.24.0.tar.bz2) = 1272557
|
||||
MD5 (gnome/ghex-2.90.2.tar.xz) = GXLb8sVWr2xhYIJIY2Gtsg==
|
||||
RMD160 (gnome/ghex-2.90.2.tar.xz) = t8OGiERQ1m3EvP4N1lN3Z9XqRDE=
|
||||
SHA1 (gnome/ghex-2.90.2.tar.xz) = rmVHDr9aDlLxFdnsWCQHnmDeWYo=
|
||||
SHA256 (gnome/ghex-2.90.2.tar.xz) = QllOkzhhZGXHXpGA+2Prn/ueNlLzzVV9fW6wL7a47Tg=
|
||||
SIZE (gnome/ghex-2.90.2.tar.xz) = 1318632
|
||||
|
@ -1,136 +1,184 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2010/10/21 07:05:09 kili Exp $
|
||||
@bin bin/ghex2
|
||||
include/gtkhex/
|
||||
include/gtkhex/gtkhex.h
|
||||
include/gtkhex/hex-document.h
|
||||
lib/libgtkhex.a
|
||||
lib/libgtkhex.la
|
||||
@lib lib/libgtkhex.so.${LIBgtkhex_VERSION}
|
||||
lib/pkgconfig/gtkhex.pc
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/09/12 07:52:46 jasper Exp $
|
||||
@bin bin/ghex
|
||||
include/gtkhex-3/
|
||||
include/gtkhex-3/gtkhex.h
|
||||
include/gtkhex-3/hex-document.h
|
||||
lib/libgtkhex-3.a
|
||||
lib/libgtkhex-3.la
|
||||
@lib lib/libgtkhex-3.so.${LIBgtkhex-3_VERSION}
|
||||
lib/pkgconfig/gtkhex-3.pc
|
||||
share/GConf/gsettings/ghex.convert
|
||||
share/applications/ghex.desktop
|
||||
share/gnome-2.0/ui/ghex-ui.xml
|
||||
share/gnome/help/ghex2/
|
||||
share/gnome/help/ghex2/C/
|
||||
share/gnome/help/ghex2/C/figures/
|
||||
share/gnome/help/ghex2/C/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/C/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/C/ghex2.xml
|
||||
share/gnome/help/ghex2/C/legal.xml
|
||||
share/gnome/help/ghex2/de/
|
||||
share/gnome/help/ghex2/de/figures/
|
||||
share/gnome/help/ghex2/de/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/de/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/de/ghex2.xml
|
||||
share/gnome/help/ghex2/es/
|
||||
share/gnome/help/ghex2/es/figures/
|
||||
share/gnome/help/ghex2/es/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/es/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/es/ghex2.xml
|
||||
share/gnome/help/ghex2/fr/
|
||||
share/gnome/help/ghex2/fr/figures/
|
||||
share/gnome/help/ghex2/fr/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/fr/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/fr/ghex2.xml
|
||||
share/gnome/help/ghex2/it/
|
||||
share/gnome/help/ghex2/it/figures/
|
||||
share/gnome/help/ghex2/it/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/it/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/it/ghex2.xml
|
||||
share/gnome/help/ghex2/ja/
|
||||
share/gnome/help/ghex2/ja/figures/
|
||||
share/gnome/help/ghex2/ja/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/ja/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/ja/ghex2.xml
|
||||
share/gnome/help/ghex2/ko/
|
||||
share/gnome/help/ghex2/ko/figures/
|
||||
share/gnome/help/ghex2/ko/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/ko/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/ko/ghex2.xml
|
||||
share/gnome/help/ghex2/oc/
|
||||
share/gnome/help/ghex2/oc/figures/
|
||||
share/gnome/help/ghex2/oc/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/oc/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/oc/ghex2.xml
|
||||
share/gnome/help/ghex2/sv/
|
||||
share/gnome/help/ghex2/sv/figures/
|
||||
share/gnome/help/ghex2/sv/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/sv/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/sv/ghex2.xml
|
||||
share/gnome/help/ghex2/zh_CN/
|
||||
share/gnome/help/ghex2/zh_CN/figures/
|
||||
share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/zh_CN/ghex2.xml
|
||||
share/gnome/help/ghex2/zh_TW/
|
||||
share/gnome/help/ghex2/zh_TW/figures/
|
||||
share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex2/zh_TW/ghex2.xml
|
||||
share/ghex/
|
||||
share/ghex/ghex-ui.xml
|
||||
share/glib-2.0/schemas/org.gnome.GHex.gschema.xml
|
||||
share/gnome/
|
||||
share/gnome/help/
|
||||
share/gnome/help/ghex/
|
||||
share/gnome/help/ghex/C/
|
||||
share/gnome/help/ghex/C/figures/
|
||||
share/gnome/help/ghex/C/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/C/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/C/ghex.xml
|
||||
share/gnome/help/ghex/C/legal.xml
|
||||
share/gnome/help/ghex/cs/
|
||||
share/gnome/help/ghex/cs/figures/
|
||||
share/gnome/help/ghex/cs/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/cs/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/cs/ghex.xml
|
||||
share/gnome/help/ghex/cs/legal.xml
|
||||
share/gnome/help/ghex/de/
|
||||
share/gnome/help/ghex/de/figures/
|
||||
share/gnome/help/ghex/de/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/de/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/de/ghex.xml
|
||||
share/gnome/help/ghex/de/legal.xml
|
||||
share/gnome/help/ghex/es/
|
||||
share/gnome/help/ghex/es/figures/
|
||||
share/gnome/help/ghex/es/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/es/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/es/ghex.xml
|
||||
share/gnome/help/ghex/es/legal.xml
|
||||
share/gnome/help/ghex/fr/
|
||||
share/gnome/help/ghex/fr/figures/
|
||||
share/gnome/help/ghex/fr/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/fr/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/fr/ghex.xml
|
||||
share/gnome/help/ghex/fr/legal.xml
|
||||
share/gnome/help/ghex/it/
|
||||
share/gnome/help/ghex/it/figures/
|
||||
share/gnome/help/ghex/it/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/it/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/it/ghex.xml
|
||||
share/gnome/help/ghex/it/legal.xml
|
||||
share/gnome/help/ghex/ja/
|
||||
share/gnome/help/ghex/ja/figures/
|
||||
share/gnome/help/ghex/ja/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/ja/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/ja/ghex.xml
|
||||
share/gnome/help/ghex/ja/legal.xml
|
||||
share/gnome/help/ghex/ko/
|
||||
share/gnome/help/ghex/ko/figures/
|
||||
share/gnome/help/ghex/ko/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/ko/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/ko/ghex.xml
|
||||
share/gnome/help/ghex/ko/legal.xml
|
||||
share/gnome/help/ghex/oc/
|
||||
share/gnome/help/ghex/oc/figures/
|
||||
share/gnome/help/ghex/oc/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/oc/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/oc/ghex.xml
|
||||
share/gnome/help/ghex/oc/legal.xml
|
||||
share/gnome/help/ghex/sl/
|
||||
share/gnome/help/ghex/sl/figures/
|
||||
share/gnome/help/ghex/sl/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/sl/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/sl/ghex.xml
|
||||
share/gnome/help/ghex/sl/legal.xml
|
||||
share/gnome/help/ghex/sv/
|
||||
share/gnome/help/ghex/sv/figures/
|
||||
share/gnome/help/ghex/sv/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/sv/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/sv/ghex.xml
|
||||
share/gnome/help/ghex/sv/legal.xml
|
||||
share/gnome/help/ghex/th/
|
||||
share/gnome/help/ghex/th/figures/
|
||||
share/gnome/help/ghex/th/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/th/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/th/ghex.xml
|
||||
share/gnome/help/ghex/th/legal.xml
|
||||
share/gnome/help/ghex/zh_CN/
|
||||
share/gnome/help/ghex/zh_CN/figures/
|
||||
share/gnome/help/ghex/zh_CN/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/zh_CN/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/zh_CN/ghex.xml
|
||||
share/gnome/help/ghex/zh_CN/legal.xml
|
||||
share/gnome/help/ghex/zh_TW/
|
||||
share/gnome/help/ghex/zh_TW/figures/
|
||||
share/gnome/help/ghex/zh_TW/figures/ghex_window_empty.png
|
||||
share/gnome/help/ghex/zh_TW/figures/ghex_window_open.png
|
||||
share/gnome/help/ghex/zh_TW/ghex.xml
|
||||
share/gnome/help/ghex/zh_TW/legal.xml
|
||||
share/icons/hicolor/16x16/apps/ghex.png
|
||||
share/icons/hicolor/22x22/apps/ghex.png
|
||||
share/icons/hicolor/24x24/apps/ghex.png
|
||||
share/icons/hicolor/32x32/apps/ghex.png
|
||||
share/icons/hicolor/48x48/apps/ghex.png
|
||||
share/icons/hicolor/scalable/apps/ghex.svg
|
||||
share/locale/am/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/dz/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/gl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/hr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ml/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/nb/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ne/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/oc/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/pa/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/pl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/pt/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ro/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/rw/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/ghex2.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
share/locale/am/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ar/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/az/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/be/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/bg/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ca/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/cs/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/da/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/de/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/dz/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/el/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/es/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/et/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/eu/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/fi/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/fr/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ga/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/gl/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/hr/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/hu/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/id/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/it/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ja/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ko/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/lv/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/mk/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ml/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ms/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/nb/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ne/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/nl/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/nn/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/oc/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/pa/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/pl/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/pt/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ro/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/ru/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/rw/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sk/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sl/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sq/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sr/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/sv/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/th/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/tr/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/uk/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/vi/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/wa/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ghex-3.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ghex-3.0.mo
|
||||
share/omf/
|
||||
share/omf/ghex/
|
||||
share/omf/ghex/ghex-C.omf
|
||||
share/omf/ghex/ghex-cs.omf
|
||||
share/omf/ghex/ghex-de.omf
|
||||
share/omf/ghex/ghex-es.omf
|
||||
share/omf/ghex/ghex-fr.omf
|
||||
share/omf/ghex/ghex-it.omf
|
||||
share/omf/ghex/ghex-ja.omf
|
||||
share/omf/ghex/ghex-ko.omf
|
||||
share/omf/ghex/ghex-oc.omf
|
||||
share/omf/ghex/ghex-sl.omf
|
||||
share/omf/ghex/ghex-sv.omf
|
||||
share/omf/ghex/ghex-th.omf
|
||||
share/omf/ghex/ghex-zh_CN.omf
|
||||
share/omf/ghex/ghex-zh_TW.omf
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user