diff options
Diffstat (limited to 'community-testing/gtranslator/PKGBUILD')
-rw-r--r-- | community-testing/gtranslator/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community-testing/gtranslator/PKGBUILD b/community-testing/gtranslator/PKGBUILD deleted file mode 100644 index fcf8fdae4..000000000 --- a/community-testing/gtranslator/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 69942 2012-04-26 21:34:46Z allan $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Hugo Doria <hugo@archlinux.org> -# Contributor: Christer Solskogen (solskogen@carebears.mine.nu) - -pkgname=gtranslator -pkgver=2.91.3 -pkgrel=3 -pkgdesc="An enhanced gettext po file editor for the GNOME" -arch=('i686' 'x86_64') -url="http://projects.gnome.org/gtranslator/" -license=('GPL') -depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'dconf') -makedepends=('intltool' 'gnome-doc-utils' 'gucharmap' 'json-glib') -optdepends=('gucharmap: for charmap plugin' - 'json-glib: for open-tran plugin') -options=('!libtool') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz) -sha256sums=('0e398cf7909d1fbaf9db66e20913553b38d1af7cad097f5bc8cc229d9ffbc594') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} |