summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-31 15:49:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-31 15:49:54 +0800
commit5d4bff070f7dc2a4607833ed341f1f48c3fe7486 (patch)
tree2d53c484f019433a22e1269f2046e7b887ace70b /deskutils/deskbar-applet/files
parent3423f658faf2c48bc04520daf8cf3003b47fabaa (diff)
downloadmarcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar.gz
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar.bz2
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar.lz
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar.xz
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.tar.zst
marcuscom-ports-5d4bff070f7dc2a4607833ed341f1f48c3fe7486.zip
Update to 0.8.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5003 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
-rw-r--r--deskutils/deskbar-applet/files/patch-data_Makefile.in20
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet13
2 files changed, 33 insertions, 0 deletions
diff --git a/deskutils/deskbar-applet/files/patch-data_Makefile.in b/deskutils/deskbar-applet/files/patch-data_Makefile.in
new file mode 100644
index 000000000..3d58f2ad1
--- /dev/null
+++ b/deskutils/deskbar-applet/files/patch-data_Makefile.in
@@ -0,0 +1,20 @@
+--- data/Makefile.in.orig Mon Oct 31 02:23:26 2005
++++ data/Makefile.in Mon Oct 31 02:25:02 2005
+@@ -281,8 +281,6 @@
+ prefs-dialog.glade
+
+ deskbarbindir = $(libdir)/deskbar-applet
+-GCONF_CONFIG_SOURCE = $(GCONF_SCHEMA_CONFIG_SOURCE) \
+- gconftool-2 --makefile-install-rule $(schema_DATA)
+
+ DISTCLEANFILES = \
+ $(schema_DATA) \
+@@ -696,6 +694,8 @@
+ sed -e "s|\@LIBEXECDIR\@|$(deskbarbindir)|" $< > $@
+
+ install-data-local:
++ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
++ gconftool-2 --makefile-install-rule $(schema_DATA)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet
new file mode 100644
index 000000000..a41aa0147
--- /dev/null
+++ b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet
@@ -0,0 +1,13 @@
+--- deskbar/deskbar-applet.orig Mon Oct 31 02:44:59 2005
++++ deskbar/deskbar-applet Mon Oct 31 02:45:06 2005
+@@ -28,8 +28,8 @@
+ gettext.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
+ gettext.textdomain('deskbar-applet')
+
+-locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
+-locale.textdomain('deskbar-applet')
++#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
++#locale.textdomain('deskbar-applet')
+
+ def applet_factory(applet, iid):
+ deskbar.applet.DeskbarApplet(applet)