Re: [patch] desktop/gnome-icon-theme



On Thu, 2005-10-13 at 18:59 +0200, guenther wrote:
> 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.

Rejected as NOTABUG. *sigh*

Looks like the previous patch against gnome-icon-theme is wrong. Please
scratch that one.


Attached is a new patch that solves this issue as well.

...guenther


-- 
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; }}}
--- gar.conf.mk	2005-10-05 04:34:49.000000000 +0200
+++ gar.conf.mk	2005-10-18 01:25:53.000000000 +0200
@@ -104,7 +113,7 @@
 
 # This is for pkgconfig-foo (GNOME 2.4 and later)
 PKG_CONFIG := $(bindir)/pkg-config
-PKG_CONFIG_PATH := $(libdir)/pkg-config:$(libdir)/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
+PKG_CONFIG_PATH := $(libdir)/pkg-config:$(libdir)/pkgconfig:$(datadir)/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
 
 # This is required by gnome-common from bootstrap (GNOME 2.8 and later)
 GNOME2_PATH := $(main_prefix)


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