[arch-commits] Commit in gupnp-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 11 13:37:50 UTC 2018


    Date: Tuesday, December 11, 2018 @ 13:37:50
  Author: bgyorgy
Revision: 415317

archrelease: copy trunk to community-x86_64

Added:
  gupnp-tools/repos/community-x86_64/PKGBUILD
    (from rev 415316, gupnp-tools/trunk/PKGBUILD)
Deleted:
  gupnp-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++------------------------
 1 file changed, 22 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 13:37:46 UTC (rev 415316)
+++ PKGBUILD	2018-12-11 13:37:50 UTC (rev 415317)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gupnp-tools
-pkgver=0.8.14
-pkgrel=1
-pkgdesc="Utilities and demos to work with UPnP"
-arch=('x86_64' 'i686')
-url="https://wiki.gnome.org/Projects/GUPnP"
-license=('GPL')
-depends=('gtksourceview3' 'gupnp-av')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('682b952b3cf43818c7d27549c152ea52e43320500820ab3392cf5a29a95e7efa')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
-}

Copied: gupnp-tools/repos/community-x86_64/PKGBUILD (from rev 415316, gupnp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 13:37:50 UTC (rev 415317)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.8.15
+pkgrel=1
+pkgdesc="Utilities and demos to work with UPnP"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GUPnP"
+license=('GPL')
+depends=('gtksourceview4' 'gupnp-av')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('336ef4a09b9fc83444a1594c8215e2bed55fbea5b6d1bf6b54c63104b4c497ab')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list