[arch-commits] Commit in nitrogen/trunk (3 files)

Christian Hesse eworm at archlinux.org
Sun Nov 13 20:07:44 UTC 2016


    Date: Sunday, November 13, 2016 @ 20:07:43
  Author: eworm
Revision: 280622

upgpkg: nitrogen 1.6.0-1

new upstream release

Added:
  nitrogen/trunk/nitrogen.appdata.xml
Modified:
  nitrogen/trunk/PKGBUILD
Deleted:
  nitrogen/trunk/nitrogen-1.5.2-X11-linker-flags.patch

---------------------------------------+
 PKGBUILD                              |   14 +++++++-------
 nitrogen-1.5.2-X11-linker-flags.patch |   18 ------------------
 nitrogen.appdata.xml                  |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-13 11:09:40 UTC (rev 280621)
+++ PKGBUILD	2016-11-13 20:07:43 UTC (rev 280622)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko <public at nooms.de>
 
 pkgname=nitrogen
-pkgver=1.5.2
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Background browser and setter for X windows"
 arch=('i686' 'x86_64')
 url="http://projects.l3ib.org/nitrogen/"
@@ -12,14 +12,13 @@
 license=('GPL')
 depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
 source=(http://projects.l3ib.org/nitrogen/files/${pkgname}-${pkgver}.tar.gz
-        nitrogen-1.5.2-X11-linker-flags.patch)
-md5sums=('dd779a252a222eb9d329d74b809cfe73'
-         'db7e39130431c12aece2f32777fc260e')
+	nitrogen.appdata.xml)
+sha256sums=('c41b6c2139cbed629cb9d0c72e52e4575768d31c208fcdc5c48edd83e6a51590'
+            'bc1d4922f8c28fce19141dc411e9ebe65a55514bf5e2cf658227445a091aaf73')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 -i ../nitrogen-1.5.2-X11-linker-flags.patch
-  autoreconf -fi
+  install ${srcdir}/nitrogen.appdata.xml data/
 }
 
 build() {
@@ -33,3 +32,4 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
+

Deleted: nitrogen-1.5.2-X11-linker-flags.patch
===================================================================
--- nitrogen-1.5.2-X11-linker-flags.patch	2016-11-13 11:09:40 UTC (rev 280621)
+++ nitrogen-1.5.2-X11-linker-flags.patch	2016-11-13 20:07:43 UTC (rev 280622)
@@ -1,18 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 05fa03b..1f275d9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -34,10 +34,10 @@ PKG_CHECK_MODULES(GLIB2,[glib-2.0 >= $GLIB2_VERSION])
- PKG_CHECK_MODULES(GTK2,[gtk+-2.0 >= $GTK2_VERSION])
- PKG_CHECK_MODULES(GTKMM2, [gtkmm-2.4 >= $GTKMM2_VERSION])
- PKG_CHECK_MODULES(GTHREAD2, [gthread-2.0 >= $GTHREAD2_VERSION])
-+PKG_CHECK_MODULES(X11, x11)
- 
--
--NITROGEN_LIBS="$GLIB2_LIBS $GTK2_LIBS $GTKMM2_LIBS $GTHREAD2_LIBS"
--NITROGEN_CFLAGS="$GLIB2_CFLAGS $GTK2_CFLAGS $GTKMM2_CFLAGS $GTHREAD2_CFLAGS"
-+NITROGEN_LIBS="$GLIB2_LIBS $GTK2_LIBS $GTKMM2_LIBS $GTHREAD2_LIBS $X11_LIBS"
-+NITROGEN_CFLAGS="$GLIB2_CFLAGS $GTK2_CFLAGS $GTKMM2_CFLAGS $GTHREAD2_CFLAGS $X11_CFLAGS"
- 
- dnl do some autotools picen to get inotify
- AC_ARG_ENABLE(inotify, [  --disable-inotify       disable support for inotify watching of dirs (default: enabled)], [enable_inotify=$enableval],[enable_inotify=yes])

Added: nitrogen.appdata.xml
===================================================================
--- nitrogen.appdata.xml	                        (rev 0)
+++ nitrogen.appdata.xml	2016-11-13 20:07:43 UTC (rev 280622)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 l3ib <daf at minuslab.net> -->
+<application>
+  <id type="desktop">nitrogen.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+ and Zlib and CC-BY-SA-3.0</project_license>
+
+  <name>Nitrogen</name>
+  <summary>Background browser and setter for X windows</summary>
+
+  <description>
+    <p>
+      Nitrogen is a program that allows you to set the desktop background. Its
+      browser mode allows you to choose and apply a desktop background, and the
+      recall mode lets you apply the saved configuration from the command line.
+    </p>
+    <p>
+      It features Multihead and Xinerama awareness, inotify monitoring of browse
+      directory, lazy loading of thumbnails to conserve memory, and an
+      'automatic' set mode which determines the best mode to set an image based
+      on its size.
+    </p>
+  </description>
+
+  <screenshots>
+    <screenshot type="default" width="352" height="524">http://projects.l3ib.org/nitrogen/images/nitrogen-shot1.png</screenshot>
+    <screenshot width="475" height="560">http://projects.l3ib.org/nitrogen/images/nitrogen-ss-2.png</screenshot>
+  </screenshots>
+
+  <url type="homepage">http://projects.l3ib.org/nitrogen/</url>
+  <updatecontact>jwrigley7 at gmail.com</updatecontact>
+</application>



More information about the arch-commits mailing list