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

Balló György bgyorgy at archlinux.org
Thu Jan 4 19:50:28 UTC 2018


    Date: Thursday, January 4, 2018 @ 19:50:27
  Author: bgyorgy
Revision: 278668

upgpkg: gnome-subtitles 1.3-4

Rebuild for enchant 2

Modified:
  gnome-subtitles/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 19:36:24 UTC (rev 278667)
+++ PKGBUILD	2018-01-04 19:50:27 UTC (rev 278668)
@@ -3,10 +3,10 @@
 
 pkgname=gnome-subtitles
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Video subtitle editor for GNOME"
 arch=('x86_64')
-url="http://gnomesubtitles.org/"
+url="http://www.gnomesubtitles.org/"
 license=('GPL')
 depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell')
 makedepends=('intltool' 'gnome-doc-utils')
@@ -17,6 +17,11 @@
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('b0570134af6626d4e6c018c5f7774964')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libenchant.so.1/libenchant.so.2/' src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \



More information about the arch-commits mailing list