]> git.pld-linux.org Git - packages/xchat-gnome.git/commitdiff
- fixes improper use of pkgdatadir for icons in Makefile.am
authoraredridel <aredridel@pld-linux.org>
Wed, 10 Jan 2007 16:16:43 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-gnome-iconsdir.patch -> 1.1

xchat-gnome-iconsdir.patch [new file with mode: 0644]

diff --git a/xchat-gnome-iconsdir.patch b/xchat-gnome-iconsdir.patch
new file mode 100644 (file)
index 0000000..d6738c5
--- /dev/null
@@ -0,0 +1,45 @@
+diff -ur xchat-gnome-0.16-o/data/icons/hicolor/128x128/apps/Makefile.am xchat-gnome-0.16/data/icons/hicolor/128x128/apps/Makefile.am
+--- xchat-gnome-0.16-o/data/icons/hicolor/128x128/apps/Makefile.am     2006-12-10 15:27:44.000000000 -0700
++++ xchat-gnome-0.16/data/icons/hicolor/128x128/apps/Makefile.am       2007-01-10 09:16:42.000000000 -0700
+@@ -1,4 +1,4 @@
+-themedir = $(pkgdatadir)/icons/hicolor
++themedir = $(datadir)/icons/hicolor
+ category = apps
+ size = 128x128
+diff -ur xchat-gnome-0.16-o/data/icons/hicolor/16x16/apps/Makefile.am xchat-gnome-0.16/data/icons/hicolor/16x16/apps/Makefile.am
+--- xchat-gnome-0.16-o/data/icons/hicolor/16x16/apps/Makefile.am       2006-12-10 15:27:43.000000000 -0700
++++ xchat-gnome-0.16/data/icons/hicolor/16x16/apps/Makefile.am 2007-01-10 09:16:42.000000000 -0700
+@@ -1,4 +1,4 @@
+-themedir = $(pkgdatadir)/icons/hicolor
++themedir = $(datadir)/icons/hicolor
+ category = apps
+ size = 16x16
+diff -ur xchat-gnome-0.16-o/data/icons/hicolor/22x22/apps/Makefile.am xchat-gnome-0.16/data/icons/hicolor/22x22/apps/Makefile.am
+--- xchat-gnome-0.16-o/data/icons/hicolor/22x22/apps/Makefile.am       2006-12-10 15:27:43.000000000 -0700
++++ xchat-gnome-0.16/data/icons/hicolor/22x22/apps/Makefile.am 2007-01-10 09:16:42.000000000 -0700
+@@ -1,4 +1,4 @@
+-themedir = $(pkgdatadir)/icons/hicolor
++themedir = $(datadir)/icons/hicolor
+ category = apps
+ size = 22x22
+diff -ur xchat-gnome-0.16-o/data/icons/hicolor/48x48/apps/Makefile.am xchat-gnome-0.16/data/icons/hicolor/48x48/apps/Makefile.am
+--- xchat-gnome-0.16-o/data/icons/hicolor/48x48/apps/Makefile.am       2006-12-10 15:27:43.000000000 -0700
++++ xchat-gnome-0.16/data/icons/hicolor/48x48/apps/Makefile.am 2007-01-10 09:16:42.000000000 -0700
+@@ -1,4 +1,4 @@
+-themedir = $(pkgdatadir)/icons/hicolor
++themedir = $(datadir)/icons/hicolor
+ category = apps
+ size = 48x48
+diff -ur xchat-gnome-0.16-o/data/icons/hicolor/scalable/apps/Makefile.am xchat-gnome-0.16/data/icons/hicolor/scalable/apps/Makefile.am
+--- xchat-gnome-0.16-o/data/icons/hicolor/scalable/apps/Makefile.am    2006-12-10 15:27:43.000000000 -0700
++++ xchat-gnome-0.16/data/icons/hicolor/scalable/apps/Makefile.am      2007-01-10 09:16:42.000000000 -0700
+@@ -1,4 +1,4 @@
+-themedir = $(pkgdatadir)/icons/hicolor
++themedir = $(datadir)/icons/hicolor
+ category = apps
+ size = scalable
This page took 0.03788 seconds and 4 git commands to generate.