[arch-commits] Commit in gnome-subtitles/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Thursday, January 4, 2018 @ 19:50:33
  Author: bgyorgy
Revision: 278669

archrelease: copy trunk to community-x86_64

Added:
  gnome-subtitles/repos/community-x86_64/PKGBUILD
    (from rev 278668, gnome-subtitles/trunk/PKGBUILD)
Deleted:
  gnome-subtitles/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 19:50:27 UTC (rev 278668)
+++ PKGBUILD	2018-01-04 19:50:33 UTC (rev 278669)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-subtitles
-pkgver=1.3
-pkgrel=3
-pkgdesc="Video subtitle editor for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnomesubtitles.org/"
-license=('GPL')
-depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gst-plugins-good: Extra media codecs'
-            'gst-plugins-bad: Extra media codecs'            
-            'gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b0570134af6626d4e6c018c5f7774964')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-subtitles/repos/community-x86_64/PKGBUILD (from rev 278668, gnome-subtitles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-04 19:50:33 UTC (rev 278669)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-subtitles
+pkgver=1.3
+pkgrel=4
+pkgdesc="Video subtitle editor for GNOME"
+arch=('x86_64')
+url="http://www.gnomesubtitles.org/"
+license=('GPL')
+depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gst-plugins-good: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'            
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs')
+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 \
+              --disable-schemas-install \
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list