[arch-commits] Commit in gaupol/repos (3 files)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Mon Mar 17 16:24:17 UTC 2014
Date: Monday, March 17, 2014 @ 17:24:17
Author: foutrelis
Revision: 107502
archrelease: copy trunk to community-staging-any
Added:
gaupol/repos/community-staging-any/
gaupol/repos/community-staging-any/PKGBUILD
(from rev 107501, gaupol/trunk/PKGBUILD)
gaupol/repos/community-staging-any/gaupol.install
(from rev 107501, gaupol/trunk/gaupol.install)
----------------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
gaupol.install | 14 ++++++++++++++
2 files changed, 50 insertions(+)
Copied: gaupol/repos/community-staging-any/PKGBUILD (from rev 107501, gaupol/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-17 16:24:17 UTC (rev 107502)
@@ -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=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=('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:
Copied: gaupol/repos/community-staging-any/gaupol.install (from rev 107501, gaupol/trunk/gaupol.install)
===================================================================
--- community-staging-any/gaupol.install (rev 0)
+++ community-staging-any/gaupol.install 2014-03-17 16:24:17 UTC (rev 107502)
@@ -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