[arch-commits] Commit in gupnp/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Apr 5 11:21:26 UTC 2017


    Date: Wednesday, April 5, 2017 @ 11:21:26
  Author: jgc
Revision: 292111

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gupnp/repos/gnome-unstable-i686/
  gupnp/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292110, gupnp/trunk/PKGBUILD)
  gupnp/repos/gnome-unstable-x86_64/
  gupnp/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292110, gupnp/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   46 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   46 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 92 insertions(+)

Copied: gupnp/repos/gnome-unstable-i686/PKGBUILD (from rev 292110, gupnp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 11:21:26 UTC (rev 292111)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/"
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) 
+optdepends=('python2: gupnp-binding-tool')
+_commit=3ffd35b20066b70be86e1e55f1ac8e0b267a2009  # tags/gupnp-1.0.2^0
+source=("git+https://git.gnome.org/browse/gupnp#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export CPPFLAGS="$CPPFLAGS -O"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --with-context-manager=linux --enable-gtk-doc --disable-debug
+  make V=1
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gupnp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292110, gupnp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 11:21:26 UTC (rev 292111)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gupnp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+arch=(i686 x86_64)
+url="http://gupnp.org/"
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) 
+optdepends=('python2: gupnp-binding-tool')
+_commit=3ffd35b20066b70be86e1e55f1ac8e0b267a2009  # tags/gupnp-1.0.2^0
+source=("git+https://git.gnome.org/browse/gupnp#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export CPPFLAGS="$CPPFLAGS -O"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --with-context-manager=linux --enable-gtk-doc --disable-debug
+  make V=1
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list