aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/thunar-archive-plugin/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/thunar-archive-plugin/APKBUILD b/main/thunar-archive-plugin/APKBUILD
index 7ad5fc5b3c..fbc87aca41 100644
--- a/main/thunar-archive-plugin/APKBUILD
+++ b/main/thunar-archive-plugin/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=thunar-archive-plugin
pkgver=0.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="create and deflate archives in thunar"
url="http://foo-projects.org/~benny/projects/thunar-archive-plugin/"
arch="all"
@@ -9,6 +9,7 @@ license="GPL2"
depends=
makedepends="gtk+-dev intltool thunar-dev exo-dev"
install=
+subpackages="$pkgname-lang"
source="http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/${pkgver%.*}/thunar-archive-plugin-$pkgver.tar.bz2"
build() {
@@ -25,6 +26,8 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
# dont want file-roller
- rm -f "$pkgdir"/usr/lib/xfce4/thunar-archive-plugin/file-roller.tap
+ rm -f "$pkgdir"/usr/lib/xfce4/thunar-archive-plugin/file-roller.tap \
+ "$pkgdir"/usr/lib/thunarx-2/*.la
}
+
md5sums="afeb3f1c65a4529dbdadc6e7b349a712 thunar-archive-plugin-0.3.0.tar.bz2"