pkgsrc-WIP-changes archive

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

Add wip/nitrogen, a small background setter.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Mon Oct 24 23:07:16 2016 -0700
Changeset:	276d9f85bd2f9358cb0f30b730f072f726494c89

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

Log Message:
Add wip/nitrogen, a small background setter.

Nitrogen is a background browser and setter for X windows. It is written in
C++ using the gtkmm toolkit. It can be used in two modes: browser and
recall. Nitrogen has been in development for over 5 years, due to real life
and laziness. For more info, check out the features section.

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

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

diffstat:
 Makefile          |  1 +
 nitrogen/DESCR    |  4 ++++
 nitrogen/Makefile | 24 ++++++++++++++++++++++++
 nitrogen/PLIST    | 14 ++++++++++++++
 nitrogen/distinfo |  6 ++++++
 5 files changed, 49 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fef0372..8f0409a 100644
--- a/Makefile
+++ b/Makefile
@@ -1980,6 +1980,7 @@ SUBDIR+=	nih-current
 SUBDIR+=	ninja-ide
 SUBDIR+=	ninka
 SUBDIR+=	nios2-gdb
+SUBDIR+=	nitrogen
 SUBDIR+=	njb-sharp
 SUBDIR+=	nnrpd
 SUBDIR+=	nodau
diff --git a/nitrogen/DESCR b/nitrogen/DESCR
new file mode 100644
index 0000000..15f5406
--- /dev/null
+++ b/nitrogen/DESCR
@@ -0,0 +1,4 @@
+Nitrogen is a background browser and setter for X windows. It is written in
+C++ using the gtkmm toolkit. It can be used in two modes: browser and
+recall. Nitrogen has been in development for over 5 years, due to real life
+and laziness. For more info, check out the features section.
diff --git a/nitrogen/Makefile b/nitrogen/Makefile
new file mode 100644
index 0000000..d1ce0c7
--- /dev/null
+++ b/nitrogen/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	nitrogen-1.5.2
+CATEGORIES=	x11
+MASTER_SITES=	http://projects.l3ib.org/nitrogen/files/
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	http://projects.l3ib.org/nitrogen/
+COMMENT=	Background browser and setter
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES+=	c c++
+USE_TOOLS+=	bash pkg-config
+CONFIGURE_ARGS+=--disable-inotify
+CXXFLAGS+=	-std=c++11
+GCC_REQD+=	4.9
+
+REPLACE_BASH=	data/icon-theme-installer
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/gtkmm/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nitrogen/PLIST b/nitrogen/PLIST
new file mode 100644
index 0000000..4cb07d9
--- /dev/null
+++ b/nitrogen/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+bin/nitrogen
+man/man1/nitrogen.1
+share/icons/hicolor/128x128/apps/nitrogen.png
+share/icons/hicolor/16x16/actions/wallpaper-centered.png
+share/icons/hicolor/16x16/actions/wallpaper-scaled.png
+share/icons/hicolor/16x16/actions/wallpaper-tiled.png
+share/icons/hicolor/16x16/actions/wallpaper-zoomed.png
+share/icons/hicolor/16x16/apps/nitrogen.png
+share/icons/hicolor/16x16/devices/video-display.png
+share/icons/hicolor/16x16/mimetypes/image-x-generic.png
+share/icons/hicolor/22x22/apps/nitrogen.png
+share/icons/hicolor/32x32/apps/nitrogen.png
+share/icons/hicolor/48x48/apps/nitrogen.png
diff --git a/nitrogen/distinfo b/nitrogen/distinfo
new file mode 100644
index 0000000..e104b30
--- /dev/null
+++ b/nitrogen/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nitrogen-1.5.2.tar.gz) = a0326c068a27b0ac67378ee1315d6531f92f2823
+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


Home | Main Index | Thread Index | Old Index