[patch] desktop/gnome-icon-theme



gnome-icon-theme.pc is installed to $prefix/share/pkgconfig/ rather than
$prefix/lib/pkgconfig/.

This breaks the build for any app that depends on a more recent version
of gnome-icon-theme than the system installed one and picks up the
system one rather than the shiny new GARNOME one in any other case.

Attached patch against GARNOME 2.12.1 fixes this.

Reported upstream, proposed fix submitted.


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}
diff -Nru desktop/gnome-icon-theme/checksums desktop/gnome-icon-theme/checksums
--- desktop/gnome-icon-theme/checksums	2005-10-04 04:19:54.000000000 +0200
+++ desktop/gnome-icon-theme/checksums	2005-10-13 18:38:29.000000000 +0200
@@ -1 +1,2 @@
 a5401d6f085979fe6601f2241743af86  download/gnome-icon-theme-2.12.1.tar.bz2
+341e4c2e23a78183c66bd9c5920c6b6f  download/garnome-fixes.diff
diff -Nru desktop/gnome-icon-theme/files/garnome-fixes.diff desktop/gnome-icon-theme/files/garnome-fixes.diff
--- desktop/gnome-icon-theme/files/garnome-fixes.diff	1970-01-01 01:00:00.000000000 +0100
+++ desktop/gnome-icon-theme/files/garnome-fixes.diff	2005-10-13 18:38:10.000000000 +0200
@@ -0,0 +1,11 @@
+--- gnome-icon-theme-2.12.1/Makefile.in	2005-10-03 18:13:30.000000000 +0200
++++ gnome-icon-theme-2.12.1/Makefile.in	2005-10-13 18:36:43.000000000 +0200
+@@ -198,7 +198,7 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ SUBDIRS = 12x12 16x16 24x24 32x32 36x36 48x48 72x72 96x96 192x192 scalable po
+-pkgconfigdir = $(datadir)/pkgconfig
++pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = gnome-icon-theme.pc
+ THEME_IN_FILES = index.theme.in
+ hicolor_dirs = \
diff -Nru desktop/gnome-icon-theme/Makefile desktop/gnome-icon-theme/Makefile
--- desktop/gnome-icon-theme/Makefile	2005-10-04 04:19:54.000000000 +0200
+++ desktop/gnome-icon-theme/Makefile	2005-10-13 18:33:23.000000000 +0200
@@ -2,6 +2,7 @@
 GARVERSION = 2.12.1
 CATEGORIES = desktop
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+PATCHFILES = garnome-fixes.diff
 
 LIBDEPS = freedesktop/hicolor-icon-theme
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]