summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--accessibility/gok/Makefile4
-rw-r--r--accessibility/gok/distinfo6
-rw-r--r--devel/libsoup/Makefile4
-rw-r--r--devel/libsoup/distinfo6
-rw-r--r--x11/zenity/Makefile45
-rw-r--r--x11/zenity/distinfo3
-rw-r--r--x11/zenity/pkg-descr3
-rw-r--r--x11/zenity/pkg-plist347
8 files changed, 408 insertions, 10 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
index 1319b3b24..a2c0bbdea 100644
--- a/accessibility/gok/Makefile
+++ b/accessibility/gok/Makefile
@@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/gok/Makefile,v 1.100 2009/07/18 21:18:29 kwm Exp $
+# $MCom: ports/accessibility/gok/Makefile,v 1.101 2009/07/28 10:04:58 kwm Exp $
#
PORTNAME= gok
-PORTVERSION= 2.27.5
+PORTVERSION= 2.27.90
PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= GNOME
diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo
index f3f09e10b..34aca13f4 100644
--- a/accessibility/gok/distinfo
+++ b/accessibility/gok/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gok-2.27.5.tar.bz2) = 9ae756cb0410d650c72f47b1cc3a7be9
-SHA256 (gnome2/gok-2.27.5.tar.bz2) = ab7b26f915140629c08b3240e1d8ea9726f043d1618ff740ae05cecb51142c36
-SIZE (gnome2/gok-2.27.5.tar.bz2) = 1567259
+MD5 (gnome2/gok-2.27.90.tar.bz2) = 827dcdc41807a51e6cd106189fa4b26a
+SHA256 (gnome2/gok-2.27.90.tar.bz2) = 870863bd4a7260924e040603df290a38e71c3ef0e44a8047304d566047207dc3
+SIZE (gnome2/gok-2.27.90.tar.bz2) = 1567871
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index bf893dc36..73951c878 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.64 2009/07/19 19:46:43 marcus Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.65 2009/07/28 12:37:19 kwm Exp $
#
PORTNAME= libsoup
-PORTVERSION= 2.27.5
+PORTVERSION= 2.27.90
PORTREVISION?= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo
index 9e63fd9f5..e1ba530a0 100644
--- a/devel/libsoup/distinfo
+++ b/devel/libsoup/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libsoup-2.27.5.tar.bz2) = 3ae21aec88358a88b5552388446eb62e
-SHA256 (gnome2/libsoup-2.27.5.tar.bz2) = ca8085fc996c89298f10b780b8d9abae39de689f454a5393fd1283801ff7f287
-SIZE (gnome2/libsoup-2.27.5.tar.bz2) = 695462
+MD5 (gnome2/libsoup-2.27.90.tar.bz2) = 5bad95448a9ea59ca590567c41854fbb
+SHA256 (gnome2/libsoup-2.27.90.tar.bz2) = 13feddf449887129a118980c42a423a4b967ff894e24c2d335301e24b5e3ed66
+SIZE (gnome2/libsoup-2.27.90.tar.bz2) = 628703
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
new file mode 100644
index 000000000..1264afb11
--- /dev/null
+++ b/x11/zenity/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: zenity
+# Date created: 01 Mar 2003
+# Whom: Franz Klammer <klammer@webonaut.com>
+#
+# $FreeBSD$
+# $MCom: ports/x11/zenity/Makefile,v 1.98 2009/03/17 22:47:07 kwm Exp $
+#
+
+PORTNAME= zenity
+PORTVERSION= 2.27.90
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Display GNOME dialogs from the command line
+
+BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
+RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
+
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomecanvas gnomedocutils intlhack
+USE_BZIP2= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+INSTALLS_OMF= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+MAN1= zenity.1
+
+CONFLICTS= gtkada-1.2.*
+
+OPTIONS= NOTIFY "Enable libnotify support" on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NOTIFY)
+LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
+CONFIGURE_ARGS+= --enable-libnotify
+.else
+CONFIGURE_ARGS+= --disable-libnotify
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo
new file mode 100644
index 000000000..a0cdbb9e7
--- /dev/null
+++ b/x11/zenity/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/zenity-2.27.90.tar.bz2) = 2245c6f836e61d0115a826648d85758b
+SHA256 (gnome2/zenity-2.27.90.tar.bz2) = 2693651479b1e720f70d010a31e71b02ca66663a7d6b649eacfed08f29d9fe6d
+SIZE (gnome2/zenity-2.27.90.tar.bz2) = 3040883
diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr
new file mode 100644
index 000000000..384c19680
--- /dev/null
+++ b/x11/zenity/pkg-descr
@@ -0,0 +1,3 @@
+Zenity allows dialog boxes to be created and displayed from the
+commandline. This provides a simple way to create a GUI for
+a shell script.
diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist
new file mode 100644
index 000000000..ddb01e2be
--- /dev/null
+++ b/x11/zenity/pkg-plist
@@ -0,0 +1,347 @@
+bin/gdialog
+bin/zenity
+share/gnome/help/zenity/C/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/C/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/C/legal.xml
+share/gnome/help/zenity/C/zenity.xml
+share/gnome/help/zenity/bg/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/bg/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/bg/zenity.xml
+share/gnome/help/zenity/cs/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/cs/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/cs/zenity.xml
+share/gnome/help/zenity/de/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/de/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/de/zenity.xml
+share/gnome/help/zenity/el/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/el/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/el/zenity.xml
+share/gnome/help/zenity/en_GB/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/en_GB/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/en_GB/zenity.xml
+share/gnome/help/zenity/es/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/es/zenity.xml
+share/gnome/help/zenity/eu/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/eu/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/eu/zenity.xml
+share/gnome/help/zenity/fi/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/fi/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/fi/zenity.xml
+share/gnome/help/zenity/fr/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/fr/zenity.xml
+share/gnome/help/zenity/oc/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/oc/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/oc/zenity.xml
+share/gnome/help/zenity/ru/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/ru/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/ru/zenity.xml
+share/gnome/help/zenity/sv/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/sv/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/sv/zenity.xml
+share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-fileselection-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-information-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-list-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-notification-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-progress-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-question-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-text-screenshot.png
+share/gnome/help/zenity/uk/figures/zenity-warning-screenshot.png
+share/gnome/help/zenity/uk/zenity.xml
+share/locale/am/LC_MESSAGES/zenity.mo
+share/locale/ar/LC_MESSAGES/zenity.mo
+share/locale/as/LC_MESSAGES/zenity.mo
+share/locale/az/LC_MESSAGES/zenity.mo
+share/locale/be/LC_MESSAGES/zenity.mo
+share/locale/be@latin/LC_MESSAGES/zenity.mo
+share/locale/bg/LC_MESSAGES/zenity.mo
+share/locale/bn/LC_MESSAGES/zenity.mo
+share/locale/bn_IN/LC_MESSAGES/zenity.mo
+share/locale/bs/LC_MESSAGES/zenity.mo
+share/locale/ca/LC_MESSAGES/zenity.mo
+share/locale/cs/LC_MESSAGES/zenity.mo
+share/locale/cy/LC_MESSAGES/zenity.mo
+share/locale/da/LC_MESSAGES/zenity.mo
+share/locale/de/LC_MESSAGES/zenity.mo
+share/locale/dz/LC_MESSAGES/zenity.mo
+share/locale/el/LC_MESSAGES/zenity.mo
+share/locale/en_CA/LC_MESSAGES/zenity.mo
+share/locale/en_GB/LC_MESSAGES/zenity.mo
+share/locale/es/LC_MESSAGES/zenity.mo
+share/locale/et/LC_MESSAGES/zenity.mo
+share/locale/eu/LC_MESSAGES/zenity.mo
+share/locale/fa/LC_MESSAGES/zenity.mo
+share/locale/fi/LC_MESSAGES/zenity.mo
+share/locale/fr/LC_MESSAGES/zenity.mo
+share/locale/ga/LC_MESSAGES/zenity.mo
+share/locale/gl/LC_MESSAGES/zenity.mo
+share/locale/gu/LC_MESSAGES/zenity.mo
+share/locale/he/LC_MESSAGES/zenity.mo
+share/locale/hi/LC_MESSAGES/zenity.mo
+share/locale/hr/LC_MESSAGES/zenity.mo
+share/locale/hu/LC_MESSAGES/zenity.mo
+share/locale/id/LC_MESSAGES/zenity.mo
+share/locale/is/LC_MESSAGES/zenity.mo
+share/locale/it/LC_MESSAGES/zenity.mo
+share/locale/ja/LC_MESSAGES/zenity.mo
+share/locale/ka/LC_MESSAGES/zenity.mo
+share/locale/kn/LC_MESSAGES/zenity.mo
+share/locale/ko/LC_MESSAGES/zenity.mo
+share/locale/ku/LC_MESSAGES/zenity.mo
+share/locale/lt/LC_MESSAGES/zenity.mo
+share/locale/lv/LC_MESSAGES/zenity.mo
+share/locale/mg/LC_MESSAGES/zenity.mo
+share/locale/mi/LC_MESSAGES/zenity.mo
+share/locale/mk/LC_MESSAGES/zenity.mo
+share/locale/ml/LC_MESSAGES/zenity.mo
+share/locale/mn/LC_MESSAGES/zenity.mo
+share/locale/mr/LC_MESSAGES/zenity.mo
+share/locale/ms/LC_MESSAGES/zenity.mo
+share/locale/nb/LC_MESSAGES/zenity.mo
+share/locale/ne/LC_MESSAGES/zenity.mo
+share/locale/nl/LC_MESSAGES/zenity.mo
+share/locale/nn/LC_MESSAGES/zenity.mo
+share/locale/oc/LC_MESSAGES/zenity.mo
+share/locale/or/LC_MESSAGES/zenity.mo
+share/locale/pa/LC_MESSAGES/zenity.mo
+share/locale/pl/LC_MESSAGES/zenity.mo
+share/locale/ps/LC_MESSAGES/zenity.mo
+share/locale/pt/LC_MESSAGES/zenity.mo
+share/locale/pt_BR/LC_MESSAGES/zenity.mo
+share/locale/ro/LC_MESSAGES/zenity.mo
+share/locale/ru/LC_MESSAGES/zenity.mo
+share/locale/rw/LC_MESSAGES/zenity.mo
+share/locale/si/LC_MESSAGES/zenity.mo
+share/locale/sk/LC_MESSAGES/zenity.mo
+share/locale/sl/LC_MESSAGES/zenity.mo
+share/locale/sq/LC_MESSAGES/zenity.mo
+share/locale/sr/LC_MESSAGES/zenity.mo
+share/locale/sr@latin/LC_MESSAGES/zenity.mo
+share/locale/sv/LC_MESSAGES/zenity.mo
+share/locale/ta/LC_MESSAGES/zenity.mo
+share/locale/te/LC_MESSAGES/zenity.mo
+share/locale/th/LC_MESSAGES/zenity.mo
+share/locale/tr/LC_MESSAGES/zenity.mo
+share/locale/ug/LC_MESSAGES/zenity.mo
+share/locale/uk/LC_MESSAGES/zenity.mo
+share/locale/vi/LC_MESSAGES/zenity.mo
+share/locale/xh/LC_MESSAGES/zenity.mo
+share/locale/zh_CN/LC_MESSAGES/zenity.mo
+share/locale/zh_HK/LC_MESSAGES/zenity.mo
+share/locale/zh_TW/LC_MESSAGES/zenity.mo
+share/omf/zenity/zenity-C.omf
+share/omf/zenity/zenity-bg.omf
+share/omf/zenity/zenity-cs.omf
+share/omf/zenity/zenity-de.omf
+share/omf/zenity/zenity-el.omf
+share/omf/zenity/zenity-en_GB.omf
+share/omf/zenity/zenity-es.omf
+share/omf/zenity/zenity-eu.omf
+share/omf/zenity/zenity-fi.omf
+share/omf/zenity/zenity-fr.omf
+share/omf/zenity/zenity-oc.omf
+share/omf/zenity/zenity-ru.omf
+share/omf/zenity/zenity-sv.omf
+share/omf/zenity/zenity-uk.omf
+%%DATADIR%%/clothes/gnome-tshirt.png
+%%DATADIR%%/clothes/hawaii-shirt.png
+%%DATADIR%%/clothes/monk.png
+%%DATADIR%%/clothes/sunglasses.png
+%%DATADIR%%/clothes/surfboard.png
+%%DATADIR%%/zenity-calendar.png
+%%DATADIR%%/zenity-entry.png
+%%DATADIR%%/zenity-file.png
+%%DATADIR%%/zenity-list.png
+%%DATADIR%%/zenity-notification.png
+%%DATADIR%%/zenity-progress.png
+%%DATADIR%%/zenity-scale.png
+%%DATADIR%%/zenity-text.png
+%%DATADIR%%/zenity.png
+%%DATADIR%%/zenity.ui
+@dirrm %%DATADIR%%/clothes
+@dirrm %%DATADIR%%
+@dirrm share/omf/zenity
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mi/LC_MESSAGES
+@dirrmtry share/locale/mi
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm share/gnome/help/zenity/uk/figures
+@dirrm share/gnome/help/zenity/uk
+@dirrm share/gnome/help/zenity/sv/figures
+@dirrm share/gnome/help/zenity/sv
+@dirrm share/gnome/help/zenity/ru/figures
+@dirrm share/gnome/help/zenity/ru
+@dirrm share/gnome/help/zenity/oc/figures
+@dirrm share/gnome/help/zenity/oc
+@dirrm share/gnome/help/zenity/fr/figures
+@dirrm share/gnome/help/zenity/fr
+@dirrm share/gnome/help/zenity/fi/figures
+@dirrm share/gnome/help/zenity/fi
+@dirrm share/gnome/help/zenity/eu/figures
+@dirrm share/gnome/help/zenity/eu
+@dirrm share/gnome/help/zenity/es/figures
+@dirrm share/gnome/help/zenity/es
+@dirrm share/gnome/help/zenity/en_GB/figures
+@dirrm share/gnome/help/zenity/en_GB
+@dirrm share/gnome/help/zenity/el/figures
+@dirrm share/gnome/help/zenity/el
+@dirrm share/gnome/help/zenity/de/figures
+@dirrm share/gnome/help/zenity/de
+@dirrm share/gnome/help/zenity/cs/figures
+@dirrm share/gnome/help/zenity/cs
+@dirrm share/gnome/help/zenity/bg/figures
+@dirrm share/gnome/help/zenity/bg
+@dirrm share/gnome/help/zenity/C/figures
+@dirrm share/gnome/help/zenity/C
+@dirrm share/gnome/help/zenity