summaryrefslogtreecommitdiff
path: root/devel/libgnomeui
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-08 20:10:10 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-08 20:10:10 +0000
commit5f74947246d47fbf0d1b59cc761a881def4fb1c2 (patch)
treec39b4420cf547d6099c357413dc8b19103025c44 /devel/libgnomeui
parenta9065973a35fddeb70a617a748b59a3b98635b34 (diff)
downloadpkgsrc-5f74947246d47fbf0d1b59cc761a881def4fb1c2.tar.gz
Remove SM libs from the .pc file as they shouldn't be exposed from
libgnomeui, AFAIK. Otherwise, some extra dependencies are introduced without the required rpaths (the buildlink3.mk file does not set USE_X11). This causes problems in some packages (namely gnome-spell). Bump PKGREVISION to 3.
Diffstat (limited to 'devel/libgnomeui')
-rw-r--r--devel/libgnomeui/Makefile4
-rw-r--r--devel/libgnomeui/distinfo3
-rw-r--r--devel/libgnomeui/patches/patch-ab11
3 files changed, 15 insertions, 3 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile
index 075a6b4dbfe..2d9bc2c5838 100644
--- a/devel/libgnomeui/Makefile
+++ b/devel/libgnomeui/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2005/01/01 03:08:57 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2005/01/08 20:10:10 jmmv Exp $
#
DISTNAME= libgnomeui-2.8.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.8/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/libgnomeui/distinfo b/devel/libgnomeui/distinfo
index 15538deecc0..5a2df1481f7 100644
--- a/devel/libgnomeui/distinfo
+++ b/devel/libgnomeui/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/09/21 16:47:56 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2005/01/08 20:10:10 jmmv Exp $
SHA1 (libgnomeui-2.8.0.tar.bz2) = e4c3ac618beecfe444aa0f877bc7e1cdaed05a5d
Size (libgnomeui-2.8.0.tar.bz2) = 1623044 bytes
SHA1 (patch-aa) = 6b4cdd4266c011bd50d4dcb3ade6381b43d46c62
+SHA1 (patch-ab) = 69bc793d19260e0e13e3a10319e0ee72e6efcd0c
diff --git a/devel/libgnomeui/patches/patch-ab b/devel/libgnomeui/patches/patch-ab
new file mode 100644
index 00000000000..1f51af94212
--- /dev/null
+++ b/devel/libgnomeui/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.3 2005/01/08 20:10:10 jmmv Exp $
+
+--- libgnomeui/libgnomeui-2.0.pc.in.orig 2002-07-16 21:41:34.000000000 +0200
++++ libgnomeui/libgnomeui-2.0.pc.in
+@@ -8,5 +8,5 @@ Name: libgnomeui
+ Description: libgnomeui
+ Requires: libgnome-2.0 libgnomecanvas-2.0 gtk+-2.0 gdk-pixbuf-2.0 libart-2.0 gconf-2.0 libbonoboui-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} -lgnomeui-2 @SM_LIBS@
++Libs: -L${libdir} -lgnomeui-2
+ Cflags: -I${includedir}/libgnomeui-2.0