[arch-commits] Commit in gaupol/repos/community-any (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Oct 29 01:10:46 UTC 2014
Date: Wednesday, October 29, 2014 @ 02:10:46
Author: foutrelis
Revision: 121538
archrelease: copy trunk to community-any
Added:
gaupol/repos/community-any/PKGBUILD
(from rev 121537, gaupol/trunk/PKGBUILD)
gaupol/repos/community-any/gaupol.install
(from rev 121537, 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-10-29 01:10:38 UTC (rev 121537)
+++ PKGBUILD 2014-10-29 01:10:46 UTC (rev 121538)
@@ -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.26
-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.26/$pkgname-$pkgver.tar.xz)
-sha256sums=('fd9ca00166c643b6c955c591b5e71f1891d2d4f9224ad477999da6dcd5363d0a')
-
-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 121537, gaupol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-10-29 01:10:46 UTC (rev 121538)
@@ -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.27
+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.27/$pkgname-$pkgver.tar.xz)
+sha256sums=('645acdeed823e29570f110e1312f883a89cbbd02c7c71b0c97996d2e4e51c18c')
+
+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-10-29 01:10:38 UTC (rev 121537)
+++ gaupol.install 2014-10-29 01:10:46 UTC (rev 121538)
@@ -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 121537, gaupol/trunk/gaupol.install)
===================================================================
--- gaupol.install (rev 0)
+++ gaupol.install 2014-10-29 01:10:46 UTC (rev 121538)
@@ -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