summaryrefslogtreecommitdiffstats
path: root/abs/extra/exo
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/exo')
-rw-r--r--abs/extra/exo/PKGBUILD33
-rw-r--r--abs/extra/exo/exo.install11
2 files changed, 0 insertions, 44 deletions
diff --git a/abs/extra/exo/PKGBUILD b/abs/extra/exo/PKGBUILD
deleted file mode 100644
index e4eaf14..0000000
--- a/abs/extra/exo/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 89681 2010-09-03 08:02:13Z remy $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-# Contributor: Aurelien Foret <orelien@chez.com>
-
-pkgname=exo
-pkgver=0.3.107
-pkgrel=2
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL')
-url="http://www.xfce.org/projects/exo"
-depends=("libxfce4util>=4.6.2" "hal>=0.5.14" 'gtk2' 'hicolor-icon-theme' 'sh')
-makedepends=("pygtk>=2.17.0" 'pkgconfig' 'libnotify' 'perl-uri' 'intltool')
-optdepends=('libnotify: notification support for exo-mount-notify' \
- 'perl-uri: for mail-compose helper script')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3a92cca0c99ee940db4410891c9e8498')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static --enable-notifications \
- --enable-python || return 1
- make || return 1
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
-}
diff --git a/abs/extra/exo/exo.install b/abs/extra/exo/exo.install
deleted file mode 100644
index 21b79d2..0000000
--- a/abs/extra/exo/exo.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}