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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed Jun 26 08:49:36 UTC 2013


    Date: Wednesday, June 26, 2013 @ 10:49:36
  Author: foutrelis
Revision: 93149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-26 08:49:29 UTC (rev 93148)
+++ PKGBUILD	2013-06-26 08:49:36 UTC (rev 93149)
@@ -1,33 +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.22
-pkgrel=1
-pkgdesc="An editor for text-based subtitles"
-arch=('any')
-url="http://home.gna.org/gaupol"
-license=('GPL')
-depends=('python-gobject' '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')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.22/$pkgname-$pkgver.tar.xz)
-sha256sums=('fa91a3606d11e261abcb572e8f573cd18290428e797c07e88047d8a9a056141d')
-
-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 93148, gaupol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-26 08:49:36 UTC (rev 93149)
@@ -0,0 +1,33 @@
+# $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.23
+pkgrel=1
+pkgdesc="An editor for text-based subtitles"
+arch=('any')
+url="http://home.gna.org/gaupol"
+license=('GPL')
+depends=('python-gobject' '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')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.23/$pkgname-$pkgver.tar.xz)
+sha256sums=('cbc28e81a32f97795d7968354b7f1832a5d1d43cddcbade8b67aec9f72195f10')
+
+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	2013-06-26 08:49:29 UTC (rev 93148)
+++ gaupol.install	2013-06-26 08:49:36 UTC (rev 93149)
@@ -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 93148, gaupol/trunk/gaupol.install)
===================================================================
--- gaupol.install	                        (rev 0)
+++ gaupol.install	2013-06-26 08:49:36 UTC (rev 93149)
@@ -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