[arch-commits] Commit in gaupol/repos/community-any (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun May 17 11:56:03 UTC 2015


    Date: Sunday, May 17, 2015 @ 13:56:03
  Author: foutrelis
Revision: 133653

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
    (from rev 133652, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
    (from rev 133652, gaupol/trunk/gaupol.install)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

----------------+
 PKGBUILD       |   72 +++++++++++++++++++++++++++----------------------------
 gaupol.install |   28 ++++++++++-----------
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-17 11:55:54 UTC (rev 133652)
+++ PKGBUILD	2015-05-17 11:56:03 UTC (rev 133653)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: FJ <joostef at gmail.com>
-# Contributor: Sebastien Piccand <sebcactus gmail com>
-
-pkgname=gaupol
-pkgver=0.28.1
-pkgrel=1
-pkgdesc="An editor for text-based subtitles"
-arch=('any')
-url="http://home.gna.org/gaupol"
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
-         'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('python-pyenchant: spell-checking'
-            'gtkspell3: inline spell-checking'
-            'python-chardet: character encoding auto-detection'
-            'mplayer: subtitle preview'
-            'vlc: subtitle preview'
-            'gst-plugins-bad: extra media codecs'
-            'gst-plugins-ugly: extra media codecs'
-            'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
-sha256sums=('e316304c3661443bc98d73c3906d30e9327ca3ee24304235fd6e9afa7e01a233')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 133652, gaupol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-17 11:56:03 UTC (rev 133653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: FJ <joostef at gmail.com>
+# Contributor: Sebastien Piccand <sebcactus gmail com>
+
+pkgname=gaupol
+pkgver=0.28.2
+pkgrel=1
+pkgdesc="Editor for text-based subtitle files"
+arch=('any')
+url="http://home.gna.org/gaupol"
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+         'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-pyenchant: spell-checking'
+            'gtkspell3: inline spell-checking'
+            'python-chardet: character encoding auto-detection'
+            'mplayer: subtitle preview'
+            'vlc: subtitle preview'
+            'gst-plugins-bad: extra media codecs'
+            'gst-plugins-ugly: extra media codecs'
+            'gst-libav: extra media codecs')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===================================================================
--- gaupol.install	2015-05-17 11:55:54 UTC (rev 133652)
+++ gaupol.install	2015-05-17 11:56:03 UTC (rev 133653)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 133652, gaupol/trunk/gaupol.install)
===================================================================
--- gaupol.install	                        (rev 0)
+++ gaupol.install	2015-05-17 11:56:03 UTC (rev 133653)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list