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

Balló György bgyorgy at archlinux.org
Wed Apr 17 18:06:12 UTC 2019


    Date: Wednesday, April 17, 2019 @ 18:06:11
  Author: bgyorgy
Revision: 451900

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++------------------------------
 1 file changed, 22 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-17 18:06:06 UTC (rev 451899)
+++ PKGBUILD	2019-04-17 18:06:11 UTC (rev 451900)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gupnp-tools
-pkgver=0.8.15
-pkgrel=2
-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')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix icons installation
-  # https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/2
-  sed -i "s/'256x256'))/'256x256', 'apps'))/" data/meson.build
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gupnp-tools/repos/community-x86_64/PKGBUILD (from rev 451899, gupnp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-17 18:06:11 UTC (rev 451900)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.10.0
+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' 'gupnp-av')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list