[arch-commits] Commit in gupnp-tools/trunk (PKGBUILD)

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


    Date: Saturday, December 29, 2018 @ 12:37:22
  Author: bgyorgy
Revision: 418839

upgpkg: gupnp-tools 0.8.15-2

Fix icons installation

Modified:
  gupnp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 11:43:10 UTC (rev 418838)
+++ PKGBUILD	2018-12-29 12:37:22 UTC (rev 418839)
@@ -2,7 +2,7 @@
 
 pkgname=gupnp-tools
 pkgver=0.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities and demos to work with UPnP"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GUPnP"
@@ -12,6 +12,14 @@
 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



More information about the arch-commits mailing list