[arch-commits] Commit in gupnp-av/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 10 20:19:31 UTC 2016
Date: Monday, October 10, 2016 @ 20:19:31
Author: heftig
Revision: 278190
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gupnp-av/repos/testing-i686/
gupnp-av/repos/testing-i686/PKGBUILD
(from rev 278189, gupnp-av/trunk/PKGBUILD)
gupnp-av/repos/testing-x86_64/
gupnp-av/repos/testing-x86_64/PKGBUILD
(from rev 278189, gupnp-av/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
Copied: gupnp-av/repos/testing-i686/PKGBUILD (from rev 278189, gupnp-av/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-10 20:19:31 UTC (rev 278190)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.12.9
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/"
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala autoconf-archive git)
+_commit=349dd04ccf29dffd866536f08f3fd7ec11bffbde # tags/gupnp-av-0.12.9^0
+source=("git://git.gnome.org/gupnp-av#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Copied: gupnp-av/repos/testing-x86_64/PKGBUILD (from rev 278189, gupnp-av/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-10 20:19:31 UTC (rev 278190)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thijs Vermeir <thijsvermeir at gmail.com>
+# Contributor: Denis Zawada <deno at rootnode.net>
+
+pkgname=gupnp-av
+pkgver=0.12.9
+pkgrel=1
+pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
+arch=(i686 x86_64)
+url="http://gupnp.org/"
+license=(LGPL)
+depends=(gupnp)
+makedepends=(gobject-introspection gtk-doc vala autoconf-archive git)
+_commit=349dd04ccf29dffd866536f08f3fd7ec11bffbde # tags/gupnp-av-0.12.9^0
+source=("git://git.gnome.org/gupnp-av#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^gupnp-av-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-gtk-doc --enable-compile-warnings=minimum
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list