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

Jan de Groot jgc at archlinux.org
Wed Feb 8 12:57:51 UTC 2017


    Date: Wednesday, February 8, 2017 @ 12:57:50
  Author: jgc
Revision: 211233

upgpkg: subtitleeditor 0.53.0-2

Rebuild with libxml++2.6

Modified:
  subtitleeditor/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 12:43:07 UTC (rev 211232)
+++ PKGBUILD	2017-02-08 12:57:50 UTC (rev 211233)
@@ -3,13 +3,13 @@
 
 pkgname=subtitleeditor
 pkgver=0.53.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/subtitleeditor/"
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 'gst-libav'
-         'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+         'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
@@ -19,6 +19,7 @@
   cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list