[arch-commits] Commit in gnome-subtitles/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Dec 26 19:42:21 UTC 2018


    Date: Wednesday, December 26, 2018 @ 19:42:21
  Author: bgyorgy
Revision: 418165

upgpkg: gnome-subtitles 1.4.2-2

Move the icon into the icons directory

Modified:
  gnome-subtitles/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-26 17:25:48 UTC (rev 418164)
+++ PKGBUILD	2018-12-26 19:42:21 UTC (rev 418165)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-subtitles
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Video subtitle editor for GNOME"
 arch=('x86_64')
 url="http://www.gnomesubtitles.org/"
@@ -19,6 +19,10 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's/libenchant.so.1/libenchant-2.so.2/' src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
+
+  # Install icons under icons/hicolor/scalable/apps instead of pixmaps
+  # https://gitlab.gnome.org/GNOME/gnome-subtitles/merge_requests/3
+  sed -i 's|$(datadir)/pixmaps|$(datadir)/icons/hicolor/scalable/apps|' data/Makefile.{am,in}
 }
 
 build() {



More information about the arch-commits mailing list