summaryrefslogtreecommitdiff
path: root/extra/thunar-vfs
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-17 19:27:42 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-17 19:27:42 +0000
commit049af7a95b01eba14d33586ad5852dddaf107e53 (patch)
tree3f89f26ef1ec32f03b8842f97077b7d3459ba6d0 /extra/thunar-vfs
parent84837d89991e1e82e5aef8e297541c572ebf2efa (diff)
Fixed
Diffstat (limited to 'extra/thunar-vfs')
-rw-r--r--extra/thunar-vfs/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/extra/thunar-vfs/PKGBUILD b/extra/thunar-vfs/PKGBUILD
deleted file mode 100644
index bd2934dbc..000000000
--- a/extra/thunar-vfs/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 106948 2011-01-19 20:20:07Z andyrtr $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
-
-pkgname=thunar-vfs
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Virtual filesystem shipped with the thunar 1.0 and earlier releases"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/"
-depends=('exo' 'startup-notification' 'hal' 'fam')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/xfce/thunar-vfs/1.2/thunar-vfs-$pkgver.tar.bz2)
-md5sums=('1fbc55af8ed98174f5c3c7f8daec10cc')
-
-build() {
- cd ${srcdir}/thunar-vfs-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --enable-startup-notification \
- --enable-dbus \
- --with-volume-manager=hal \
- --disable-debug
- make
-}
-
-package() {
- cd ${srcdir}/thunar-vfs-${pkgver}
- make DESTDIR=${pkgdir} install
-}