summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 17:09:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-06 05:56:10 +0000
commit43559e0239547cfc8e62af85a52a74e146b55bae (patch)
tree9c5d843d798d27fc600fc3acd9a386fb43fa55ea /main
parent5a142e8044af50d6eb56f09850318701f1bdd004 (diff)
downloadaports-43559e0239547cfc8e62af85a52a74e146b55bae.tar.bz2
aports-43559e0239547cfc8e62af85a52a74e146b55bae.tar.xz
main/mate-themes: use gtk+2.0-dev and added sysconfdir
Diffstat (limited to 'main')
-rw-r--r--main/mate-themes/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/mate-themes/APKBUILD b/main/mate-themes/APKBUILD
index 1e7532079..ce1afab6c 100644
--- a/main/mate-themes/APKBUILD
+++ b/main/mate-themes/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-themes
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="MATE themes"
url="https://github.com/mate-desktop/mate-themes"
arch="noarch"
license="LGPL2"
depends="mate-common"
depends_dev=""
-makedepends="$depends_dev intltool gdk-pixbuf-dev gtk+-dev icon-naming-utils"
+makedepends="$depends_dev intltool gdk-pixbuf-dev gtk+2.0-dev icon-naming-utils"
install=""
subpackages="$pkgname-lang"
source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz"
@@ -30,6 +30,7 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
+ --sysconfdir=/etc \
--prefix=/usr \
--enable-all-themes \
|| return 1