[arch-commits] Commit in gaupol/repos (3 files)
Jelle van der Waa
jelle at archlinux.org
Sun Sep 20 16:08:03 UTC 2015
Date: Sunday, September 20, 2015 @ 18:08:03
Author: jelle
Revision: 141308
archrelease: copy trunk to community-staging-any
Added:
gaupol/repos/community-staging-any/
gaupol/repos/community-staging-any/PKGBUILD
(from rev 141307, gaupol/trunk/PKGBUILD)
gaupol/repos/community-staging-any/gaupol.install
(from rev 141307, gaupol/trunk/gaupol.install)
----------------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
gaupol.install | 14 ++++++++++++++
2 files changed, 50 insertions(+)
Copied: gaupol/repos/community-staging-any/PKGBUILD (from rev 141307, gaupol/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-20 16:08:03 UTC (rev 141308)
@@ -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=2
+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:
Copied: gaupol/repos/community-staging-any/gaupol.install (from rev 141307, gaupol/trunk/gaupol.install)
===================================================================
--- community-staging-any/gaupol.install (rev 0)
+++ community-staging-any/gaupol.install 2015-09-20 16:08:03 UTC (rev 141308)
@@ -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