aboutsummaryrefslogtreecommitdiffstats
path: root/main/thunar-vcs-plugin
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-14 08:39:39 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-14 08:39:39 +0200
commit6772ec423070c5d22a3ecd2caffa8ba414ec23e8 (patch)
tree435e0f18268bef916d82a63ccd5a03c35c6aea1c /main/thunar-vcs-plugin
parent6b061284a0c71ce2c38b22f2fe6bcd36960b5535 (diff)
main/thunar-vcs-plugin: fix install_if, add -lang subpackage
Diffstat (limited to 'main/thunar-vcs-plugin')
-rw-r--r--main/thunar-vcs-plugin/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/thunar-vcs-plugin/APKBUILD b/main/thunar-vcs-plugin/APKBUILD
index 0ad3a936c77..6eaf0637275 100644
--- a/main/thunar-vcs-plugin/APKBUILD
+++ b/main/thunar-vcs-plugin/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=thunar-vcs-plugin
pkgver=0.1.4
-pkgrel=5
+pkgrel=6
pkgdesc="Version Contol System plugin for the Thunar filemanager"
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
arch="all"
@@ -10,7 +10,7 @@ license="GPLv2+"
depends=
makedepends="thunar-dev subversion-dev apr-dev util-linux-dev"
install=""
-subpackages="$pkgname-git:_git $pkgname-svn:_svn"
+subpackages="$pkgname-git:_git $pkgname-svn:_svn $pkgname-lang"
source="http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-$pkgver.tar.bz2"
_builddir="$srcdir"/thunar-vcs-plugin-$pkgver
@@ -58,7 +58,7 @@ _mv_files() {
_git() {
pkgdesc="Git support for thunar-vcs-plugin"
depends=
- install_if="thunar-vcs-plugin git"
+ install_if="$pkgname=$pkgver-r$pkgrel git"
cd "$pkgdir"
_mv_files usr/lib/xfce4/tvp-git-helper \
usr/share/icons/hicolor/*/apps/git.png
@@ -67,7 +67,7 @@ _git() {
_svn() {
pkgdesc="Subversion support for thunar-vcs-plugin"
depends=
- install_if="thunar-vcs-plugin subversion"
+ install_if="$pkgname=$pkgver-r$pkgrel subversion"
cd "$pkgdir"
_mv_files usr/lib/xfce4/tvp-svn-helper \
usr/share/icons/hicolor/*/apps/subversion.png