aboutsummaryrefslogtreecommitdiffstats
path: root/community/parole
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-06 20:07:05 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-06 20:10:55 +0000
commit208f20b09e89f0bf1079db5872a566e7e9553b90 (patch)
tree46d620a907a85f05917b89c1e973816a1e51d0cc /community/parole
parent2b52071c3fef1f32d0a601badd0e41b1d9a2b890 (diff)
downloadaports-208f20b09e89f0bf1079db5872a566e7e9553b90.tar.bz2
aports-208f20b09e89f0bf1079db5872a566e7e9553b90.tar.xz
community/parole: rebuild against xfconf 4.13
Add dbus-glib-dev as a make dependency
Diffstat (limited to 'community/parole')
-rw-r--r--community/parole/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/parole/APKBUILD b/community/parole/APKBUILD
index 530842f5d0..a22ed937c5 100644
--- a/community/parole/APKBUILD
+++ b/community/parole/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=parole
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
case $pkgver in
*.*.*.*) _branch=${pkgver%.*.*};;
*.*.*) _branch=${pkgver%.*};;
@@ -13,7 +13,7 @@ arch="all"
license="GPL"
depends="gst-plugins-good"
depends_dev="libxfce4ui-dev libxfce4util-dev intltool gstreamer-dev bash
- gst-plugins-base-dev libsm-dev taglib-dev libnotify-dev"
+ gst-plugins-base-dev libsm-dev taglib-dev libnotify-dev dbus-glib-dev"
makedepends="$depends_dev linux-headers"
install=
subpackages="$pkgname-dev $pkgname-lang"