summaryrefslogtreecommitdiff
path: root/community/geany-plugins
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
commit3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (patch)
tree576b183074d925e58c2e37ae2b641e712bceacb1 /community/geany-plugins
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Fri Nov 4 23:14:51 UTC 2011
Diffstat (limited to 'community/geany-plugins')
-rw-r--r--community/geany-plugins/PKGBUILD20
-rw-r--r--community/geany-plugins/geany-plugins.install2
2 files changed, 12 insertions, 10 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index 37d5af3d2..5efc9f951 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57206 2011-10-24 12:59:03Z arodseth $
+# $Id: PKGBUILD 57822 2011-11-03 10:07:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: djgera
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=geany-plugins
pkgver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc="Combined plugins release for Geany"
arch=('x86_64' 'i686')
url="http://plugins.geany.org/"
@@ -15,25 +15,25 @@ makedepends=('intltool')
optdepends=('hspell: hebrew spell checker')
conflicts=('geany-plugins-svn')
install=geany-plugins.install
-source=("http://plugins.geany.org/geany-plugins/${pkgname}-${pkgver}.tar.bz2")
+source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2")
md5sums=('22e106d7a026e720dd91feb79e44456f')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --libexecdir=/usr/lib
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="$pkgdir" install
rmdir \
- "${pkgdir}/usr/share/geany-plugins/devhelp" \
- "${pkgdir}/usr/share/doc/geany-plugins/devhelp" \
- "${pkgdir}/usr/share/geany-plugins/debugger" \
- "${pkgdir}/usr/share/doc/geany-plugins/debugger"
+ "$pkgdir/usr/share/geany-plugins/devhelp" \
+ "$pkgdir/usr/share/doc/geany-plugins/devhelp" \
+ "$pkgdir/usr/share/geany-plugins/debugger" \
+ "$pkgdir/usr/share/doc/geany-plugins/debugger"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install
index f26807673..c5a602e43 100644
--- a/community/geany-plugins/geany-plugins.install
+++ b/community/geany-plugins/geany-plugins.install
@@ -1,3 +1,5 @@
+pkgname=geany-plugins
+
post_upgrade() {
gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
}