aboutsummaryrefslogtreecommitdiffstats
path: root/community/garcon
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-02 22:37:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 01:21:01 -0300
commitf0edc82b19b285d3c475b7d5dcf3aaba4144f00b (patch)
treebd6280ca73bd7f7865140a1ed67f02cd24bbca2f /community/garcon
parente01140ee8770a9486bc06842aeca4dfee3598cc4 (diff)
downloadaports-f0edc82b19b285d3c475b7d5dcf3aaba4144f00b.tar.bz2
aports-f0edc82b19b285d3c475b7d5dcf3aaba4144f00b.tar.xz
community/garcon: upgrade to 0.6.3
Diffstat (limited to 'community/garcon')
-rw-r--r--community/garcon/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/garcon/APKBUILD b/community/garcon/APKBUILD
index 5b688289a0..71ca692373 100644
--- a/community/garcon/APKBUILD
+++ b/community/garcon/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=garcon
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=0
pkgdesc="a freedesktop.org compliant menu implementation based on GLib and GIO"
url="https://xfce.org/"
-arch="all"
-license="GPL-2.0"
+arch="all !x86" # Limited by webkit2gtk
+license="GPL-2.0-or-later"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
makedepends="glib-dev gtk+2.0-dev libxfce4ui-dev intltool libxfce4util-dev
gtk-doc gobject-introspection-dev"
@@ -13,7 +13,6 @@ source="https://archive.xfce.org/src/libs/$pkgname/${pkgver%.*}/$pkgname-$pkgver
replaces="xfdesktop"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,13 +27,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1 garcon-0.6.2.tar.bz2"
+sha512sums="1adc4373728ed19641441e0f38778d7401c78e7db52c76a258c378287c5a324e87e2aa11bca134813de4b1eaa807c62ccdf73a4c5e4d83d6acab27aafa61b5b0 garcon-0.6.3.tar.bz2"