diff options
author | youri <youri@pkgsrc.org> | 2016-05-23 08:08:09 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-05-23 08:08:09 +0000 |
commit | 11e57927ea7dbe7d28be24916d1890635e2b3800 (patch) | |
tree | 06b161f9066b750627456cf06314ace2bad9e089 /x11 | |
parent | 339a4961892dd6e28db1c3b71d0bb984b62cacaf (diff) | |
download | pkgsrc-11e57927ea7dbe7d28be24916d1890635e2b3800.tar.gz |
Import lxappearance-0.6.2 as x11/lxappearance.
LXAppearance is a desktop-independent theme switcher for GTK+.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxappearance/DESCR | 1 | ||||
-rw-r--r-- | x11/lxappearance/Makefile | 28 | ||||
-rw-r--r-- | x11/lxappearance/PLIST | 8 | ||||
-rw-r--r-- | x11/lxappearance/buildlink3.mk | 13 | ||||
-rw-r--r-- | x11/lxappearance/distinfo | 6 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11/lxappearance/DESCR b/x11/lxappearance/DESCR new file mode 100644 index 00000000000..f34152ba166 --- /dev/null +++ b/x11/lxappearance/DESCR @@ -0,0 +1 @@ +LXAppearance is a desktop-independent theme switcher for GTK+. diff --git a/x11/lxappearance/Makefile b/x11/lxappearance/Makefile new file mode 100644 index 00000000000..f4933c07934 --- /dev/null +++ b/x11/lxappearance/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2016/05/23 08:08:09 youri Exp $ + +DISTNAME= lxappearance-0.6.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= http://lxde.sourceforge.net/ +COMMENT= GTK+ theme switcher + +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= XSLTPROC=${PREFIX}/bin/xsltproc +CONFIGURE_ARGS+= --disable-static +CONFIGURE_ARGS+= --enable-dbus +USE_LIBTOOL= yes +USE_TOOLS+= intltool pkg-config + +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt + +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/lxappearance/PLIST b/x11/lxappearance/PLIST new file mode 100644 index 00000000000..7c99febbf3b --- /dev/null +++ b/x11/lxappearance/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/23 08:08:09 youri Exp $ +bin/lxappearance +include/lxappearance/lxappearance.h +lib/pkgconfig/lxappearance.pc +man/man1/lxappearance.1 +share/applications/lxappearance.desktop +share/lxappearance/ui/about.ui +share/lxappearance/ui/lxappearance.ui diff --git a/x11/lxappearance/buildlink3.mk b/x11/lxappearance/buildlink3.mk new file mode 100644 index 00000000000..69105860cdc --- /dev/null +++ b/x11/lxappearance/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/05/23 08:08:09 youri Exp $ + +BUILDLINK_TREE+= lxappearance + +.if !defined(LXAPPEARANCE_BUILDLINK3_MK) +LXAPPEARANCE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.lxappearance+= lxappearance>=0.6.2 +BUILDLINK_PKGSRCDIR.lxappearance?= ../../x11/lxappearance + +.endif # LXAPPEARANCE_BUILDLINK3_MK + +BUILDLINK_TREE+= -lxappearance diff --git a/x11/lxappearance/distinfo b/x11/lxappearance/distinfo new file mode 100644 index 00000000000..78d2de8b343 --- /dev/null +++ b/x11/lxappearance/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/23 08:08:09 youri Exp $ + +SHA1 (lxappearance-0.6.2.tar.xz) = 600304a2123dc4c7b5dde73595cc422876a820ad +RMD160 (lxappearance-0.6.2.tar.xz) = df4cc2b19799b92e4f4028ea48716dc11fd36584 +SHA512 (lxappearance-0.6.2.tar.xz) = ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7 +Size (lxappearance-0.6.2.tar.xz) = 165788 bytes |