[arch-commits] Commit in nitrogen/repos (6 files)
Christian Hesse
eworm at archlinux.org
Sun Nov 13 20:07:55 UTC 2016
Date: Sunday, November 13, 2016 @ 20:07:55
Author: eworm
Revision: 280623
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
nitrogen/repos/testing-i686/
nitrogen/repos/testing-i686/PKGBUILD
(from rev 280622, nitrogen/trunk/PKGBUILD)
nitrogen/repos/testing-i686/nitrogen.appdata.xml
(from rev 280622, nitrogen/trunk/nitrogen.appdata.xml)
nitrogen/repos/testing-x86_64/
nitrogen/repos/testing-x86_64/PKGBUILD
(from rev 280622, nitrogen/trunk/PKGBUILD)
nitrogen/repos/testing-x86_64/nitrogen.appdata.xml
(from rev 280622, nitrogen/trunk/nitrogen.appdata.xml)
-------------------------------------+
testing-i686/PKGBUILD | 35 ++++++++++++++++++++++++++++++++++
testing-i686/nitrogen.appdata.xml | 32 +++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 35 ++++++++++++++++++++++++++++++++++
testing-x86_64/nitrogen.appdata.xml | 32 +++++++++++++++++++++++++++++++
4 files changed, 134 insertions(+)
Copied: nitrogen/repos/testing-i686/PKGBUILD (from rev 280622, nitrogen/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-11-13 20:07:55 UTC (rev 280623)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: James Rayner <james at archlinux.org>
+# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=nitrogen
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Background browser and setter for X windows"
+arch=('i686' 'x86_64')
+url="http://projects.l3ib.org/nitrogen/"
+license=('GPL')
+depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
+source=(http://projects.l3ib.org/nitrogen/files/${pkgname}-${pkgver}.tar.gz
+ nitrogen.appdata.xml)
+sha256sums=('c41b6c2139cbed629cb9d0c72e52e4575768d31c208fcdc5c48edd83e6a51590'
+ 'bc1d4922f8c28fce19141dc411e9ebe65a55514bf5e2cf658227445a091aaf73')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ install ${srcdir}/nitrogen.appdata.xml data/
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ CXXFLAGS+=' -std=c++11'
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
Copied: nitrogen/repos/testing-i686/nitrogen.appdata.xml (from rev 280622, nitrogen/trunk/nitrogen.appdata.xml)
===================================================================
--- testing-i686/nitrogen.appdata.xml (rev 0)
+++ testing-i686/nitrogen.appdata.xml 2016-11-13 20:07:55 UTC (rev 280623)
@@ -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>
Copied: nitrogen/repos/testing-x86_64/PKGBUILD (from rev 280622, nitrogen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-13 20:07:55 UTC (rev 280623)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: James Rayner <james at archlinux.org>
+# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=nitrogen
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Background browser and setter for X windows"
+arch=('i686' 'x86_64')
+url="http://projects.l3ib.org/nitrogen/"
+license=('GPL')
+depends=('gtkmm' 'hicolor-icon-theme' 'librsvg')
+source=(http://projects.l3ib.org/nitrogen/files/${pkgname}-${pkgver}.tar.gz
+ nitrogen.appdata.xml)
+sha256sums=('c41b6c2139cbed629cb9d0c72e52e4575768d31c208fcdc5c48edd83e6a51590'
+ 'bc1d4922f8c28fce19141dc411e9ebe65a55514bf5e2cf658227445a091aaf73')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ install ${srcdir}/nitrogen.appdata.xml data/
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ CXXFLAGS+=' -std=c++11'
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
Copied: nitrogen/repos/testing-x86_64/nitrogen.appdata.xml (from rev 280622, nitrogen/trunk/nitrogen.appdata.xml)
===================================================================
--- testing-x86_64/nitrogen.appdata.xml (rev 0)
+++ testing-x86_64/nitrogen.appdata.xml 2016-11-13 20:07:55 UTC (rev 280623)
@@ -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