diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-16 08:38:37 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-16 08:38:37 +0000 |
commit | 4d667795427bbc7aedf3dbd7a2e24a6c958efe1f (patch) | |
tree | 34b1f05ee0d23f84a55eccd26e402534542ada2b | |
parent | d83edeff296e6fe21c06bd37c70c644eba2f30e3 (diff) | |
download | pkgsrc-4d667795427bbc7aedf3dbd7a2e24a6c958efe1f.tar.gz |
Add gtk2-engines-murrine version 0.90.0.
Murrine is a GTK2+ engine using cairo vectorial drawing library to draw
widgets. It features a modern glassy look, and it is elegant and clean
on the eyes. It is also extremely customizable.
-rw-r--r-- | x11/gtk2-engines-murrine/DESCR | 3 | ||||
-rw-r--r-- | x11/gtk2-engines-murrine/Makefile | 25 | ||||
-rw-r--r-- | x11/gtk2-engines-murrine/PLIST | 5 | ||||
-rw-r--r-- | x11/gtk2-engines-murrine/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/gtk2-engines-murrine/DESCR b/x11/gtk2-engines-murrine/DESCR new file mode 100644 index 00000000000..52dc324e954 --- /dev/null +++ b/x11/gtk2-engines-murrine/DESCR @@ -0,0 +1,3 @@ +Murrine is a GTK2+ engine using cairo vectorial drawing library to draw +widgets. It features a modern glassy look, and it is elegant and clean +on the eyes. It is also extremely customizable. diff --git a/x11/gtk2-engines-murrine/Makefile b/x11/gtk2-engines-murrine/Makefile new file mode 100644 index 00000000000..19e76ba2251 --- /dev/null +++ b/x11/gtk2-engines-murrine/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/03/16 08:38:37 jmcneill Exp $ +# + +DISTNAME= murrine-0.90.0 +PKGNAME= ${DISTNAME:S/^/gtk2-engines-/} +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/murrine/0.90/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.cimitan.com/murrine/ +COMMENT= GTK2+ engine featuring a modern glassy look + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_DIRS+= xdg-1.4 +USE_TOOLS+= gmake pkg-config intltool +USE_LIBTOOL= yes + +CONFIGURE_ARGS+= --enable-animation + +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtk2-engines-murrine/PLIST b/x11/gtk2-engines-murrine/PLIST new file mode 100644 index 00000000000..b3d366a4ddc --- /dev/null +++ b/x11/gtk2-engines-murrine/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/16 08:38:37 jmcneill Exp $ +lib/gtk-2.0/2.10.0/engines/libmurrine.la +share/gtk-engines/murrine.xml +@comment in gtk2: @dirrm share/gtk-engines +@comment in gtk2: @dirrm lib/gtk-2.0/2.10.0/engines diff --git a/x11/gtk2-engines-murrine/distinfo b/x11/gtk2-engines-murrine/distinfo new file mode 100644 index 00000000000..9f16d057783 --- /dev/null +++ b/x11/gtk2-engines-murrine/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/03/16 08:38:37 jmcneill Exp $ + +SHA1 (murrine-0.90.0.tar.bz2) = a9d121140ad7be538d008681444f99ecbb4b4658 +RMD160 (murrine-0.90.0.tar.bz2) = 4fcd660ec2b9849b149a06b505d64f94d2478c8a +Size (murrine-0.90.0.tar.bz2) = 270590 bytes |