diff options
author | recht <recht> | 2004-04-04 22:44:06 +0000 |
---|---|---|
committer | recht <recht> | 2004-04-04 22:44:06 +0000 |
commit | d85f96b954ef3c4ea5c7d6463540f896ee6608f2 (patch) | |
tree | 92e11b90a00cd6672eb38e83a46a3a8adb169049 /x11/gtk2-engines | |
parent | 2b7bce233b55d8022c11813b959d5f69a608b416 (diff) | |
download | pkgsrc-d85f96b954ef3c4ea5c7d6463540f896ee6608f2.tar.gz |
Fix a problem with the "redmond" engine which was missing the gtk2 symbols.
Bump the PKGREVISION to 7 for this change.
Diffstat (limited to 'x11/gtk2-engines')
-rw-r--r-- | x11/gtk2-engines/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2-engines/distinfo | 3 | ||||
-rw-r--r-- | x11/gtk2-engines/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 89fee9e4694..8251e5af2f4 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2004/04/01 19:02:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/04 22:44:06 recht Exp $ # DISTNAME= gtk-engines-2.2.0 PKGNAME= ${DISTNAME:S/gtk/gtk2/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.2/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo index 356fdaad10d..e790cf938db 100644 --- a/x11/gtk2-engines/distinfo +++ b/x11/gtk2-engines/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/01/18 10:49:33 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2004/04/04 22:44:06 recht Exp $ SHA1 (gtk-engines-2.2.0.tar.bz2) = 963e9fe91a9819b8a073d33c7facf441bae0c928 Size (gtk-engines-2.2.0.tar.bz2) = 401883 bytes +SHA1 (patch-aa) = f86feef96b6e757fab7630f2dd8fbdd49e12b83d diff --git a/x11/gtk2-engines/patches/patch-aa b/x11/gtk2-engines/patches/patch-aa new file mode 100644 index 00000000000..34aa9bcf225 --- /dev/null +++ b/x11/gtk2-engines/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/04/04 22:44:06 recht Exp $ + +--- redmond95/Makefile.in.orig 2004-04-04 22:26:21.000000000 +0200 ++++ redmond95/Makefile.in +@@ -96,7 +96,7 @@ libredmond95_la_SOURCES = \ + + + libredmond95_la_LDFLAGS = -module -avoid-version +-libredmond95_la_LIBADD = # $(GTK_LIBS) ++libredmond95_la_LIBADD = $(GTK_LIBS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = + LTLIBRARIES = $(engine_LTLIBRARIES) |