aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-09-27 13:39:09 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-09-27 13:39:42 -0300
commitd1ffb6c9ec6ae97e199028d9df50c43510010c69 (patch)
tree59542aab437b0b729f3a92c23a9963c13511ae41
parenta7b8d0a7a9227a4bdcf82382a7e253ba0e507862 (diff)
community/thunar-vcs-plugin: remove unnecessary explicit depends
-rw-r--r--community/thunar-vcs-plugin/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/thunar-vcs-plugin/APKBUILD b/community/thunar-vcs-plugin/APKBUILD
index 67076eadb9a..f4997cf981b 100644
--- a/community/thunar-vcs-plugin/APKBUILD
+++ b/community/thunar-vcs-plugin/APKBUILD
@@ -2,20 +2,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=thunar-vcs-plugin
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Version Contol System plugin for the Thunar filemanager"
url="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
arch="all"
license="GPL-2.0-or-later"
options="!check" # no test suite
-depends="thunar"
makedepends="thunar-dev subversion-dev apr-dev apr-util-dev util-linux-dev intltool"
subpackages="$pkgname-git:_git $pkgname-svn:_svn $pkgname-lang"
source="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/${pkgver%.*}/thunar-vcs-plugin-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
- cd "$builddir"
default_prepare
# quick and dirty fix for apr linking
@@ -23,7 +20,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -36,7 +32,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}