pkgsrc-WIP-changes archive

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

x11/herbe: started work



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Fri Nov 3 22:02:36 2023 -0400
Changeset:	d62ecbce36ac367b0541ad47132c71f1ed1525e6

Added Files:
	herbe/DESCR
	herbe/Makefile
	herbe/PLIST
	herbe/distinfo
	herbe/patches/patch-Makefile

Log Message:
x11/herbe: started work

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

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

diffstat:
 herbe/DESCR                  |  1 +
 herbe/Makefile               | 20 ++++++++++++++++++++
 herbe/PLIST                  |  4 ++++
 herbe/distinfo               |  6 ++++++
 herbe/patches/patch-Makefile | 11 +++++++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/herbe/DESCR b/herbe/DESCR
new file mode 100644
index 0000000000..3f92a8d7cd
--- /dev/null
+++ b/herbe/DESCR
@@ -0,0 +1 @@
+Daemon-less notifications without D-Bus
diff --git a/herbe/Makefile b/herbe/Makefile
new file mode 100644
index 0000000000..67e019df91
--- /dev/null
+++ b/herbe/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	herbe
+GITHUB_TAG=	refs/tags/1.0.0
+DISTNAME=	1.0.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=dudik/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	kevin.bloom%posteo.net@localhost
+HOMEPAGE=	https://github.com/dudik/herbe/
+COMMENT=	Daemon-less notifications without D-Bus
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/herbe-1.0.0
+
+.include "../../mk/bsd.pkg.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
diff --git a/herbe/PLIST b/herbe/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/herbe/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/herbe/distinfo b/herbe/distinfo
new file mode 100644
index 0000000000..226063b978
--- /dev/null
+++ b/herbe/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (herbe/1.0.0.tar.gz) = 726f956b4b21a0d74a19a044c0b4831fec44efd9fe999638da01cc0f15ee3f1a
+SHA512 (herbe/1.0.0.tar.gz) = 3f49de25fd92194d1354054c207616343d9c21a9d82c6c4e3316ebc5228c0bd90650621438d14cd4730135f328c0438ef054a2b6843f3bd4d15f9cb47a22df12
+Size (herbe/1.0.0.tar.gz) = 4974 bytes
+SHA1 (patch-Makefile) = ca9b213b4b9a8d9fe2b756764fa6f5aff39cd0d1
diff --git a/herbe/patches/patch-Makefile b/herbe/patches/patch-Makefile
new file mode 100644
index 0000000000..b9d2335321
--- /dev/null
+++ b/herbe/patches/patch-Makefile
@@ -0,0 +1,11 @@
+$NetBSD$
+
+--- Makefile.orig	2020-08-23 11:35:19.000000000 +0000
++++ Makefile
+@@ -1,4 +1,5 @@
+-CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
++CFLAGS = -Wall -Wextra -pedantic -I/usr/X11R7/include -L/usr/X11R7/lib \
++-lX11 -lXft -I/usr/X11R7/include/freetype2 -pthread
+ 
+ PREFIX ?= /usr/local
+ CC ?= cc


Home | Main Index | Thread Index | Old Index