pkgsrc-WIP-changes archive

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

Add new pkg budgie-desktop



Module Name:	pkgsrc-wip
Committed By:	Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Tue Sep 14 17:59:15 2021 +0530
Changeset:	a06d0d0b93ce6aa233b914dfbc167b2a999ff1e2

Modified Files:
	Makefile
Added Files:
	budgie-desktop/Makefile
	budgie-desktop/PLIST
	budgie-desktop/distinfo

Log Message:
Add new pkg budgie-desktop

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

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

diffstat:
 Makefile                |  1 +
 budgie-desktop/Makefile | 27 +++++++++++++++++++++++++++
 budgie-desktop/PLIST    |  4 ++++
 budgie-desktop/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c4fb7b3d9e..08f5c2cd73 100644
--- a/Makefile
+++ b/Makefile
@@ -344,6 +344,7 @@ SUBDIR+=	bstone
 SUBDIR+=	bsvc
 SUBDIR+=	btscanner
 SUBDIR+=	bub-n-bros
+SUBDIR+=	budgie-desktop
 SUBDIR+=	budgie-screensaver
 SUBDIR+=	bugsx
 SUBDIR+=	bugzilla
diff --git a/budgie-desktop/Makefile b/budgie-desktop/Makefile
new file mode 100644
index 0000000000..140c07afb9
--- /dev/null
+++ b/budgie-desktop/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	budgie-desktop
+GITHUB_TAG=	v10.5.3
+DISTNAME=	v10.5.3
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	X11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=solus-project/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/solus-project/budgie-desktop/
+COMMENT=	Ssolus desktop env
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS=	pkg-config
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${PREFIX}/bin/meson build && \
+	{PREFIX}/bin/ninja -C build
+
+.include "../../devel/meson/build.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/budgie-desktop/PLIST b/budgie-desktop/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/budgie-desktop/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/budgie-desktop/distinfo b/budgie-desktop/distinfo
new file mode 100644
index 0000000000..5692240a2b
--- /dev/null
+++ b/budgie-desktop/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (budgie-desktop/v10.5.3.tar.gz) = b6d54dc2573c4eb2dae49f7c59812aa1a0609968
+RMD160 (budgie-desktop/v10.5.3.tar.gz) = cad798e7a61ca1386aed7eb64a8b9c6a34f3a361
+SHA512 (budgie-desktop/v10.5.3.tar.gz) = 058026fb5f18cfd55f6c00332210d0673cbc256f9cd0369b03fe277558a091a16f8a244e9b9e0098752aee525a54645355546e3c3d9d97d2b6e787e7e30fcce7
+Size (budgie-desktop/v10.5.3.tar.gz) = 2052723 bytes


Home | Main Index | Thread Index | Old Index