summaryrefslogtreecommitdiff
path: root/community/geany-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'community/geany-plugins')
-rw-r--r--community/geany-plugins/PKGBUILD36
-rw-r--r--community/geany-plugins/geany-plugins.install14
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: