aboutsummaryrefslogtreecommitdiffstats
path: root/main/thunar-vcs-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/thunar-vcs-plugin/APKBUILD')
-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 0ad3a936c7..6eaf063727 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