pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2-engines-industrial Initial import of gtk2-eng...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c4ab6215dda
branches:  trunk
changeset: 476204:6c4ab6215dda
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jun 05 10:20:48 2004 +0000

description:
Initial import of gtk2-engines-industrial-20030725:

Black and white theme for GTK+ 2.x, initially developed by Ximian.  Includes
nice shades of gray around default buttons in dialogs.  You will love it.

Slightly based on a package from pkgsrc-wip by Michal Pasternak.

diffstat:

 x11/gtk2-engines-industrial/DESCR            |   2 +
 x11/gtk2-engines-industrial/Makefile         |  27 +++++++++++++++++++++++++
 x11/gtk2-engines-industrial/PLIST            |  30 ++++++++++++++++++++++++++++
 x11/gtk2-engines-industrial/distinfo         |   5 ++++
 x11/gtk2-engines-industrial/patches/patch-aa |  20 ++++++++++++++++++
 5 files changed, 84 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r 87b2457c0cdd -r 6c4ab6215dda x11/gtk2-engines-industrial/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines-industrial/DESCR Sat Jun 05 10:20:48 2004 +0000
@@ -0,0 +1,2 @@
+Black and white theme for GTK+ 2.x, initially developed by Ximian.  Includes
+nice shades of gray around default buttons in dialogs.  You will love it.
diff -r 87b2457c0cdd -r 6c4ab6215dda x11/gtk2-engines-industrial/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines-industrial/Makefile      Sat Jun 05 10:20:48 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 10:20:48 jmmv Exp $
+#
+
+DISTNAME=      GTK2-Industrial
+PKGNAME=       gtk2-engines-industrial-20030725
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GNOME:=teams/art.gnome.org/themes/gtk2/}
+
+MAINTAINER=    dotz%irc.pl@localhost
+HOMEPAGE=      http://art.gnome.org/
+COMMENT=       Black and white theme for GTK+ 2.x
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_DIRS+=             xdg-1.1
+USE_GNU_TOOLS+=                make
+USE_LIBTOOL=           YES
+WRKSRC=                        ${WRKDIR}/GTK2-Industrial-Engine
+
+SHLIBTOOL_OVERRIDE=    ${WRKSRC}/libtool
+
+BUILD_DIRS=            ${WRKSRC}/gtk2-engine
+INSTALL_DIRS=          ${WRKSRC}/gtk2-engine
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 87b2457c0cdd -r 6c4ab6215dda x11/gtk2-engines-industrial/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines-industrial/PLIST Sat Jun 05 10:20:48 2004 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 10:20:48 jmmv Exp $
+lib/gtk-2.0/2.4.0/engines/libindustrial.la
+lib/gtk-2.0/2.4.0/engines/libindustrial.so
+share/themes/Industrial/gtk-2.0/gtkrc
+share/themes/Industrial/gtk-2.0/stock_apply.png
+share/themes/Industrial/gtk-2.0/stock_bottom-16.png
+share/themes/Industrial/gtk-2.0/stock_bottom.png
+share/themes/Industrial/gtk-2.0/stock_cancel-16.png
+share/themes/Industrial/gtk-2.0/stock_cancel.png
+share/themes/Industrial/gtk-2.0/stock_down-16.png
+share/themes/Industrial/gtk-2.0/stock_down.png
+share/themes/Industrial/gtk-2.0/stock_first-16.png
+share/themes/Industrial/gtk-2.0/stock_first.png
+share/themes/Industrial/gtk-2.0/stock_last-16.png
+share/themes/Industrial/gtk-2.0/stock_last.png
+share/themes/Industrial/gtk-2.0/stock_left-16.png
+share/themes/Industrial/gtk-2.0/stock_left.png
+share/themes/Industrial/gtk-2.0/stock_ok.png
+share/themes/Industrial/gtk-2.0/stock_refresh-16.png
+share/themes/Industrial/gtk-2.0/stock_refresh.png
+share/themes/Industrial/gtk-2.0/stock_right-16.png
+share/themes/Industrial/gtk-2.0/stock_right.png
+share/themes/Industrial/gtk-2.0/stock_top-16.png
+share/themes/Industrial/gtk-2.0/stock_top.png
+share/themes/Industrial/gtk-2.0/stock_up-16.png
+share/themes/Industrial/gtk-2.0/stock_up.png
+@dirrm share/themes/Industrial/gtk-2.0
+@dirrm share/themes/Industrial
+@comment in xdg-dirs: @dirrm share/themes
+@comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/engines
diff -r 87b2457c0cdd -r 6c4ab6215dda x11/gtk2-engines-industrial/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines-industrial/distinfo      Sat Jun 05 10:20:48 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/05 10:20:48 jmmv Exp $
+
+SHA1 (GTK2-Industrial.tar.gz) = f7e35d3024ede23e3ed7e16fc8d4a24e064883df
+Size (GTK2-Industrial.tar.gz) = 272966 bytes
+SHA1 (patch-aa) = 4abe06397186f01d25d99455918997696359a2b6
diff -r 87b2457c0cdd -r 6c4ab6215dda x11/gtk2-engines-industrial/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines-industrial/patches/patch-aa      Sat Jun 05 10:20:48 2004 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/06/05 10:20:54 jmmv Exp $
+
+--- configure.orig     2003-07-24 22:28:29.000000000 +0200
++++ configure
+@@ -7850,6 +7850,7 @@ GETTEXT_PACKAGE=ximian-artwork
+ 
+ 
+ 
++if false; then
+ # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
+ if test "${with_gtk_prefix+set}" = set; then
+   withval="$with_gtk_prefix"
+@@ -8217,6 +8218,7 @@ else
+ echo "$as_me: error: *** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***" >&2;}
+    { (exit 1); exit 1; }; }
+ fi
++fi
+ 
+ 
+ 



Home | Main Index | Thread Index | Old Index