diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/geany-plugins | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/geany-plugins')
-rw-r--r-- | community/geany-plugins/PKGBUILD | 36 | ||||
-rw-r--r-- | community/geany-plugins/geany-plugins.install | 14 |
2 files changed, 0 insertions, 50 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD deleted file mode 100644 index f4becdd48..000000000 --- a/community/geany-plugins/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 91272 2013-05-20 19:14:00Z 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=1.23 -pkgrel=3 -pkgdesc='Plugins for Geany' -arch=('x86_64' 'i686') -url='http://plugins.geany.org/' -license=('GPL') -depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte' - 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51') -makedepends=('intltool' 'vala' 'gdb' 'cppcheck') -optdepends=('hspell: hebrew spell checker') -options=('!libtool') -install="$pkgname.install" -source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --libexecdir=/usr/lib - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install deleted file mode 100644 index c7a5da359..000000000 --- a/community/geany-plugins/geany-plugins.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |