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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Apr 30 08:30:12 UTC 2016


    Date: Saturday, April 30, 2016 @ 10:30:11
  Author: jlichtblau
Revision: 173069

upgpkg: subtitleeditor 0.52.1-3 pacman hooks part 1 rebuild

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

--------------------------+
 PKGBUILD                 |    5 ++---
 subtitleeditor.changelog |    3 +++
 subtitleeditor.install   |   12 ------------
 3 files changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 08:29:36 UTC (rev 173068)
+++ PKGBUILD	2016-04-30 08:30:11 UTC (rev 173069)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.52.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/subtitleeditor/"
@@ -10,8 +10,7 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 'gst-libav'
          'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
+makedepends=('intltool' 'patch')
 changelog=$pkgname.changelog
 source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz
         cxx11-fixes.patch)

Modified: subtitleeditor.changelog
===================================================================
--- subtitleeditor.changelog	2016-04-30 08:29:36 UTC (rev 173068)
+++ subtitleeditor.changelog	2016-04-30 08:30:11 UTC (rev 173069)
@@ -1,3 +1,6 @@
+2016-04-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* subtitleeditor 0.52.1-3 pacman hooks rebuild
+
 2015-06-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* subtitleeditor 0.52.1-1
 

Deleted: subtitleeditor.install
===================================================================
--- subtitleeditor.install	2016-04-30 08:29:36 UTC (rev 173068)
+++ subtitleeditor.install	2016-04-30 08:30:11 UTC (rev 173069)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list