pkgsrc-WIP-changes archive

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

nitrogen: Update to 1.6.1



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Thu Jul 6 19:48:23 2023 -0700
Changeset:	ee4e279f4becb6c3f62f920609b981ad4bb21f6c

Modified Files:
	nitrogen/Makefile
	nitrogen/PLIST
	nitrogen/distinfo

Log Message:
nitrogen: Update to 1.6.1

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

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

diffstat:
 nitrogen/Makefile | 9 ++++++---
 nitrogen/PLIST    | 2 ++
 nitrogen/distinfo | 6 +++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/nitrogen/Makefile b/nitrogen/Makefile
index 27d452e0fd..03c6b214e9 100644
--- a/nitrogen/Makefile
+++ b/nitrogen/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	nitrogen-1.5.2
+DISTNAME=	nitrogen-1.6.1
 CATEGORIES=	x11
-MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=l3ib/}
 
 MAINTAINER=	charlotte%NetBSD.org@localhost
 HOMEPAGE=	http://projects.l3ib.org/nitrogen/
@@ -11,13 +11,16 @@ LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=		yes
 USE_LANGUAGES+=		c c++
-USE_TOOLS+=		bash pkg-config
+USE_TOOLS+=		autoconf autoreconf automake bash pkg-config
 CONFIGURE_ARGS+=	--disable-inotify
 CXXFLAGS+=		-std=c++11
 GCC_REQD+=		4.9
 
 REPLACE_BASH=	data/icon-theme-installer
 
+pre-configure:
+	${RUN} cd ${WRKSRC} && autoreconf -fi
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/gtkmm/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff --git a/nitrogen/PLIST b/nitrogen/PLIST
index 4cb07d95ee..2d6bd50e6b 100644
--- a/nitrogen/PLIST
+++ b/nitrogen/PLIST
@@ -1,6 +1,8 @@
 @comment $NetBSD$
 bin/nitrogen
 man/man1/nitrogen.1
+share/appdata/nitrogen.appdata.xml
+share/applications/nitrogen.desktop
 share/icons/hicolor/128x128/apps/nitrogen.png
 share/icons/hicolor/16x16/actions/wallpaper-centered.png
 share/icons/hicolor/16x16/actions/wallpaper-scaled.png
diff --git a/nitrogen/distinfo b/nitrogen/distinfo
index 7058eac7ba..811eac6f7f 100644
--- a/nitrogen/distinfo
+++ b/nitrogen/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (nitrogen-1.5.2.tar.gz) = 4280ae4b6a8f25da6177d3d21547d9e1d9f33a20
-SHA512 (nitrogen-1.5.2.tar.gz) = f4fdafcecb946f6918220f7562a69eb5223d4303c9bf3df4adb5dedfd8d402ee4f3fd3b1692875ede545d3e03f0ca88fa475206a839bb36677fa008a33e99551
-Size (nitrogen-1.5.2.tar.gz) = 307356 bytes
+BLAKE2s (nitrogen-1.6.1.tar.gz) = edba4484ab8d70af5f4e5c14a007230be501be21aa75528b91f9aec56c6be508
+SHA512 (nitrogen-1.6.1.tar.gz) = c150cfc875354dbcc1d465f20f87940e48795e4bf9a910920ec323fcd3829745fc6a5b8feb1ec939dc48b2662d37592cf1f3be274edfd6dd2d8b38ddc4543973
+Size (nitrogen-1.6.1.tar.gz) = 108795 bytes


Home | Main Index | Thread Index | Old Index