pkgsrc-WIP-changes archive

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

lemonbar: Import lemonbar-v1.3 as wip/lemonbar



Module Name:	pkgsrc-wip
Committed By:	Zach Hopkins <hopkinsza%gmail.com@localhost>
Pushed By:	frz
Date:		Tue Sep 29 17:46:05 2020 -0400
Changeset:	0b2ac1d483d0529fe4e9cbf29bea32622be2fc8a

Modified Files:
	Makefile
Added Files:
	lemonbar/DESCR
	lemonbar/Makefile
	lemonbar/PLIST
	lemonbar/distinfo

Log Message:
lemonbar: Import lemonbar-v1.3 as wip/lemonbar

lemonbar (formerly known as bar) is a lightweight bar entirely based on
XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama
support and EWMH compliance without wasting your precious memory.

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

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

diffstat:
 Makefile          |  1 +
 lemonbar/DESCR    |  3 +++
 lemonbar/Makefile | 34 ++++++++++++++++++++++++++++++++++
 lemonbar/PLIST    |  3 +++
 lemonbar/distinfo |  6 ++++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 53387e3358..26794a9c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -1815,6 +1815,7 @@ SUBDIR+=	ldc017
 SUBDIR+=	ldc120
 SUBDIR+=	lde
 SUBDIR+=	ldtp
+SUBDIR+=	lemonbar
 SUBDIR+=	leo
 SUBDIR+=	lfe
 SUBDIR+=	lgogdownloader-git
diff --git a/lemonbar/DESCR b/lemonbar/DESCR
new file mode 100644
index 0000000000..25fbad089e
--- /dev/null
+++ b/lemonbar/DESCR
@@ -0,0 +1,3 @@
+lemonbar (formerly known as bar) is a lightweight bar entirely based on
+XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama
+support and EWMH compliance without wasting your precious memory.
diff --git a/lemonbar/Makefile b/lemonbar/Makefile
new file mode 100644
index 0000000000..b563d5ca81
--- /dev/null
+++ b/lemonbar/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	lemonbar-1.3
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=LemonBoy/}
+GITHUB_PROJECT=	bar
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	hopkinsza%gmail.com@localhost
+HOMEPAGE=	https://github.com/LemonBoy/bar
+COMMENT=	Featherweight lemon-scented bar
+LICENSE=	mit
+
+USE_TOOLS+=	gmake
+
+# this post-build target was copied from the FreeBSD port.
+#
+# this generates the man page because, for some reason, the `all'
+# target of lemonbar's Makefile does not call the `doc' target
+# that would normally do this.
+post-build:
+	${LOCALBASE}/bin/pod2man --section=1 --name=lemonbar \
+		--center="lemonbar manual" \
+		--release="${PKGVERSION_NOREV}" \
+		${WRKSRC}/README.pod > ${WRKSRC}/lemonbar.1
+
+do-install:
+	${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/lemonbar.1 ${DESTDIR}${PREFIX}/man/man1/
+
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lemonbar/PLIST b/lemonbar/PLIST
new file mode 100644
index 0000000000..b6ba7f18d7
--- /dev/null
+++ b/lemonbar/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/lemonbar
+man/man1/lemonbar.1
diff --git a/lemonbar/distinfo b/lemonbar/distinfo
new file mode 100644
index 0000000000..c6141d7912
--- /dev/null
+++ b/lemonbar/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lemonbar-1.3.tar.gz) = b5afa75790a5283df4c0acee4ba6431934fc62b8
+RMD160 (lemonbar-1.3.tar.gz) = b754d0c1fd1f5819d4cc768186e6473efd31bdc4
+SHA512 (lemonbar-1.3.tar.gz) = 69f379f6ec04c3f55fd2aa03aa3c3c181fc884b683bd7232905775c34e5597f0c878874aafc6c940238f2fa980121302cfd13bf6dc3f9979007885b3c0287cf7
+Size (lemonbar-1.3.tar.gz) = 14930 bytes


Home | Main Index | Thread Index | Old Index