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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Nov 12 19:16:32 UTC 2014


    Date: Wednesday, November 12, 2014 @ 20:16:32
  Author: jlichtblau
Revision: 122458

upgpkg: subtitleeditor 0.41.0-2

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--------------------------+
 PKGBUILD                 |   14 +++++---------
 subtitleeditor.changelog |    4 ++++
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-12 18:51:23 UTC (rev 122457)
+++ PKGBUILD	2014-11-12 19:16:32 UTC (rev 122458)
@@ -3,13 +3,13 @@
 
 pkgname=subtitleeditor
 pkgver=0.41.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+2 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' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
-         'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+         'gstreamer0.10-mm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the subtitleeditor'
             'gstreamer0.10-ugly-plugins: to be able to view movies inside the subtitleeditor')
@@ -19,18 +19,14 @@
 sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
 
-}
-
 package () {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: subtitleeditor.changelog
===================================================================
--- subtitleeditor.changelog	2014-11-12 18:51:23 UTC (rev 122457)
+++ subtitleeditor.changelog	2014-11-12 19:16:32 UTC (rev 122458)
@@ -1,3 +1,7 @@
+2014-11-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* subtitleeditor 0.41.0-2 
+	* dependency change to gstreamer0.10-mm
+
 2013-08-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* subtitleeditor 0.41.0-1
 



More information about the arch-commits mailing list