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

Balló György bgyorgy at archlinux.org
Sat Dec 29 12:37:37 UTC 2018


    Date: Saturday, December 29, 2018 @ 12:37:36
  Author: bgyorgy
Revision: 418840

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 12:37:22 UTC (rev 418839)
+++ PKGBUILD	2018-12-29 12:37:36 UTC (rev 418840)
@@ -1,22 +0,0 @@
-# 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
-}

Copied: gupnp-tools/repos/community-x86_64/PKGBUILD (from rev 418839, gupnp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-29 12:37:36 UTC (rev 418840)
@@ -0,0 +1,30 @@
+# 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
+}



More information about the arch-commits mailing list