summaryrefslogtreecommitdiff
path: root/community/eiciel
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
commit840283e9012eff70d83361c5ae058c4fb855979e (patch)
treea0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /community/eiciel
parent93c61adf5995517ceecb6308255ff7fb85d59fcb (diff)
parentf02c28de0bbcb85e152fc19d0008805021fe1a33 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ascii/PKGBUILD extra/gnome-utils/PKGBUILD extra/libmodplug/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/rox/PKGBUILD extra/totem/PKGBUILD kde-unstable/calligra/PKGBUILD multilib/lib32-gtk2/PKGBUILD multilib/lib32-libcups/PKGBUILD multilib/zsnes/PKGBUILD testing/perl-compress-bzip2/PKGBUILD
Diffstat (limited to 'community/eiciel')
-rw-r--r--community/eiciel/PKGBUILD26
-rw-r--r--community/eiciel/eiciel.install7
2 files changed, 10 insertions, 23 deletions
diff --git a/community/eiciel/PKGBUILD b/community/eiciel/PKGBUILD
index 88f8fcdf0..0c3556667 100644
--- a/community/eiciel/PKGBUILD
+++ b/community/eiciel/PKGBUILD
@@ -1,35 +1,27 @@
-# $Id: PKGBUILD 33518 2010-11-25 04:43:14Z foutrelis $
+# $Id: PKGBUILD 49658 2011-06-18 21:23:03Z ebelanger $
# Contributor: Roman Kyrylych <roman@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=eiciel
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.8.1
+pkgrel=1
pkgdesc="GNOME file ACL editor"
arch=('i686' 'x86_64' 'mips64el')
url="http://rofi.roger-ferrer.org/eiciel/"
license=('GPL')
-depends=('acl' 'gtkmm' 'nautilus' 'desktop-file-utils' 'gnome-vfs' 'libgnome'
- 'libgnomeui')
+depends=('acl' 'gtkmm3' 'nautilus' 'desktop-file-utils' 'gnome-vfs')
options=('!libtool')
install=eiciel.install
source=(http://rofi.roger-ferrer.org/eiciel/download/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5e515a6f92cff0824a8a93f38c553c0b')
+md5sums=('2c9c459f0604ce03ec49bb425cc42681')
build() {
- cd ${pkgname}-${pkgver}
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-scrollkeeper
-
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/eiciel/eiciel.install b/community/eiciel/eiciel.install
index a203bc01d..80312d4a6 100644
--- a/community/eiciel/eiciel.install
+++ b/community/eiciel/eiciel.install
@@ -2,15 +2,10 @@ post_install() {
update-desktop-database -q
}
-pre_upgrade() {
- pre_remove $1
-}
-
post_upgrade() {
- post_install $1
+ update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}
-