diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
commit | b2c353d874b85e06f355a9419852e2616613c7d0 (patch) | |
tree | f0773e0a930d308198ef5036d4f74e7f53015e6e /testing/gcr | |
parent | 0a24fb835cac4007388213ad0afb15257b035b14 (diff) |
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'testing/gcr')
-rw-r--r-- | testing/gcr/PKGBUILD | 33 | ||||
-rw-r--r-- | testing/gcr/gcr.install | 14 |
2 files changed, 0 insertions, 47 deletions
diff --git a/testing/gcr/PKGBUILD b/testing/gcr/PKGBUILD deleted file mode 100644 index 2eedd32c0..000000000 --- a/testing/gcr/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 156235 2012-04-16 12:46:17Z jgc $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> - -pkgname=gcr -pkgver=3.4.1 -pkgrel=1 -pkgdesc="A library for bits of crypto UI and parsing" -arch=(i686 x86_64) -url="http://www.gnome.org" -license=('GPL2') -depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt') -makedepends=('intltool' 'gobject-introspection') -options=(!libtool) -install=gcr.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ - --libexec=/usr/lib/gcr \ - --disable-static \ - --disable-update-mime \ - --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/testing/gcr/gcr.install b/testing/gcr/gcr.install deleted file mode 100644 index 8677671c4..000000000 --- a/testing/gcr/gcr.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install () { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-mime-database /usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade () { - post_install -} - -post_remove() { - post_install -} |