diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:41:05 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:41:05 -0300 |
commit | 0d18015803bebeb58911bf791653597291056095 (patch) | |
tree | df21e7972fd9d4555942dbad0bde22066ebf95f3 /extra/xarchiver | |
parent | 2f352ca8b911d96566b10adc049f76a552ab93aa (diff) | |
parent | 3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/keysafe/PKGBUILD
community/lesspipe/PKGBUILD
community/xchat-systray-integration/PKGBUILD
core/gen-init-cpio/PKGBUILD
extra/xarchiver/PKGBUILD
Diffstat (limited to 'extra/xarchiver')
-rw-r--r-- | extra/xarchiver/PKGBUILD | 40 | ||||
-rw-r--r-- | extra/xarchiver/xarchiver.install | 12 |
2 files changed, 0 insertions, 52 deletions
diff --git a/extra/xarchiver/PKGBUILD b/extra/xarchiver/PKGBUILD deleted file mode 100644 index 33e3a3146..000000000 --- a/extra/xarchiver/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 121261 2011-04-29 22:06:13Z andyrtr $ -# Maintainer: Alexander Fehr <pizzapunk gmail com> -# Contributor: Andrew Simmons <andrew.simmons@gmail.com> - -pkgname=xarchiver -pkgver=0.5.2 -pkgrel=2 -pkgdesc="GTK+ frontend to various command line archivers" -arch=('i686' 'x86_64' 'mips64el') -url="http://xarchiver.sourceforge.net" -license=('GPL') -groups=('xfce4-goodies') -depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('intltool') -optdepends=('tar: TAR support' - 'gzip: GZIP support' - 'bzip2: BZIP2 support' - 'zip: ZIP support' - 'unzip: ZIP support' - 'unrar: RAR support' - 'p7zip: 7z support' - 'arj: ARJ support' - 'lha: LHA support' - 'lzma-utils: LZMA support' - 'lzop: LZOP support') -options=('!libtool') -install=xarchiver.install -source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2) -md5sums=('2bc7f06403cc6582dd4a8029ec9d038d') - -build() { - cd "$srcdir/xarchiver-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4 - make -} - -package() { - cd "$srcdir/xarchiver-$pkgver" - make DESTDIR="$pkgdir" install -} diff --git a/extra/xarchiver/xarchiver.install b/extra/xarchiver/xarchiver.install deleted file mode 100644 index c317fbaca..000000000 --- a/extra/xarchiver/xarchiver.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |