summaryrefslogtreecommitdiff
path: root/community-testing/giggle
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
committerroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
commit59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch)
treed0384b724b17b888dcd1cf06dce9bc25655d1ba1 /community-testing/giggle
parent3b216f42d91b33161572550f4556a9ba93d1cecb (diff)
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'community-testing/giggle')
-rw-r--r--community-testing/giggle/PKGBUILD34
-rw-r--r--community-testing/giggle/giggle.install13
2 files changed, 47 insertions, 0 deletions
diff --git a/community-testing/giggle/PKGBUILD b/community-testing/giggle/PKGBUILD
new file mode 100644
index 000000000..36fb72bab
--- /dev/null
+++ b/community-testing/giggle/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 44519 2011-04-08 03:41:57Z tdziedzic $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: neodreams <yanbrodeur@gmail.com>
+
+pkgname=giggle
+pkgver=0.5
+pkgrel=5
+pkgdesc="Graphical frontend for the git directory tracker (think of gitk on GTK+)."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/giggle"
+license=('GPL')
+depends=('git' 'gtksourceview2')
+makedepends=('intltool' 'vte' 'evolution-data-server>=2.30.2.1')
+optdepends=('vte: for terminal plugin support'
+ 'evolution-data-server: details autocompletion')
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.5/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+install=giggle.install
+sha256sums=('2e2c70d25159d31c87d155c9f799e0f1feb30fe26fc8aaf207ca6b3bd9b2b259')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix=/usr
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community-testing/giggle/giggle.install b/community-testing/giggle/giggle.install
new file mode 100644
index 000000000..ec0c3f071
--- /dev/null
+++ b/community-testing/giggle/giggle.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -f -t -q /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+