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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Feb 13 16:39:04 UTC 2014


    Date: Thursday, February 13, 2014 @ 17:39:04
  Author: foutrelis
Revision: 105680

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
    (from rev 105679, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
    (from rev 105679, 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	2014-02-13 16:38:56 UTC (rev 105679)
+++ PKGBUILD	2014-02-13 16:39:04 UTC (rev 105680)
@@ -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.24.3
-pkgrel=2
-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=('gettext' 'intltool')
-optdepends=('python-pyenchant: spell-checking'
-            'python-gtkspellcheck: 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.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('e42b35d2027991b192af43f00b2e16b3915f3c4a605d12014ce81f1076f31d86')
-
-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 105679, gaupol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-13 16:39:04 UTC (rev 105680)
@@ -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.25
+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.25/$pkgname-$pkgver.tar.xz)
+sha256sums=('6398035397355db52f80317fde0bbe81470601c9cf6b8825bd0a84a5115cb053')
+
+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	2014-02-13 16:38:56 UTC (rev 105679)
+++ gaupol.install	2014-02-13 16:39:04 UTC (rev 105680)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/gaupol.install (from rev 105679, gaupol/trunk/gaupol.install)
===================================================================
--- gaupol.install	                        (rev 0)
+++ gaupol.install	2014-02-13 16:39:04 UTC (rev 105680)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list