pkgsrc-WIP-changes archive

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

More openbox themes



Module Name:	pkgsrc-wip
Committed By:	andyb <andyb%m42.one@localhost>
Pushed By:	andyb
Date:		Fri Mar 8 01:22:21 2019 +0100
Changeset:	8feb906eb78cc6470a7ea5fbfffa92634efbba26

Modified Files:
	efl121/Makefile
Added Files:
	openbox-themes-extra/DESCR
	openbox-themes-extra/Makefile
	openbox-themes-extra/PLIST
	openbox-themes-extra/distinfo

Log Message:
More openbox themes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8feb906eb78cc6470a7ea5fbfffa92634efbba26

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 efl121/Makefile               |  1 +
 openbox-themes-extra/DESCR    |  1 +
 openbox-themes-extra/Makefile | 24 ++++++++++++++++++++++++
 openbox-themes-extra/PLIST    |  1 +
 openbox-themes-extra/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/efl121/Makefile b/efl121/Makefile
index 2bb63f1dcf..029feed7d9 100644
--- a/efl121/Makefile
+++ b/efl121/Makefile
@@ -42,6 +42,7 @@ USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++
 USE_TOOLS=		gmake pkg-config automake autoconf
+LDFLAGS+=		-lcompat
 ICON_THEMES=		yes
 
 .include "../../converters/libiconv/buildlink3.mk"
diff --git a/openbox-themes-extra/DESCR b/openbox-themes-extra/DESCR
new file mode 100644
index 0000000000..d03c5cf310
--- /dev/null
+++ b/openbox-themes-extra/DESCR
@@ -0,0 +1 @@
+More openbox themes
diff --git a/openbox-themes-extra/Makefile b/openbox-themes-extra/Makefile
new file mode 100644
index 0000000000..bcb0b87993
--- /dev/null
+++ b/openbox-themes-extra/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	themes
+CATEGORIES=	graphics
+MASTER_SITES=	https://github.com/bsfd80/qtxqfsts/releases/download/20190228/
+EXTRACT_SUFX=	.tar.bz2
+PKGNAME=	openbox-themes-extra
+MAINTAINER=	pkgls%gmx.net@localhost
+HOMEPAGE=	https://github.com/bsfd80/qtxqfsts/releases/download/20190228/
+COMMENT=	More openbox themes
+
+NO_BUILD=       yes
+
+MAKE_DIRS+=     ${PREFIX}/share/themes/
+
+USE_TOOLS+=     pax
+
+INSTALLATION_DIRS=      share/themes
+
+do-install:
+	cd ${WRKSRC} && ${PAX} -rw . \
+	${DESTDIR}${PREFIX}/share/themes/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/openbox-themes-extra/PLIST b/openbox-themes-extra/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/openbox-themes-extra/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/openbox-themes-extra/distinfo b/openbox-themes-extra/distinfo
new file mode 100644
index 0000000000..5114f22cc7
--- /dev/null
+++ b/openbox-themes-extra/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (themes.tar.bz2) = 3ecc1d88b15c04f4ece0b34b89d24bd034d5326c
+RMD160 (themes.tar.bz2) = 1b57fd2bb2718f459fa4d94f2cdb5bd97253bee0
+SHA512 (themes.tar.bz2) = 95dc2c8c8321bbd521654ec4bbecd0c25a0d94531a8573fc16e6a682209d7005e186d30c73d2d935bd75b28a2a295d019635472a3301d1434c81b8c7d0b8a662
+Size (themes.tar.bz2) = 17088 bytes


Home | Main Index | Thread Index | Old Index