aboutsummaryrefslogtreecommitdiffstats
path: root/community/exo/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 16:05:42 -0300
committerprspkt <prspkt@protonmail.com>2019-05-07 23:06:10 +0300
commit21ab02bf01846bf852fa1e7d4080549e29aa981d (patch)
tree28221495349903b4e09c1536c73a7eb33dfbfb06 /community/exo/APKBUILD
parentb3bb045671b04df16382e7ace788862ff4651f9f (diff)
community/exo: upgrade to 0.12.5
Diffstat (limited to 'community/exo/APKBUILD')
-rw-r--r--community/exo/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/exo/APKBUILD b/community/exo/APKBUILD
index eda7049555c..a533da4cd9b 100644
--- a/community/exo/APKBUILD
+++ b/community/exo/APKBUILD
@@ -1,22 +1,21 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=exo
-pkgver=0.12.4
+pkgver=0.12.5
pkgrel=0
pkgdesc="Extensions to Xfce by os-cillation"
url="http://www.os-cillation.com/article.php?sid=40"
arch="all"
-license="GPL-2.0-or-later LGPL-2.1-or-later"
+license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends="hicolor-icon-theme"
makedepends="gtk+3.0-dev libxfce4util-dev libxfce4ui-dev perl perl-uri
libnotify-dev gtk-doc"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs"
source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
mailreader-claws-mail.patch
"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,14 +29,12 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="8f84258aeb5c1fcfe91e775af1e5fed02f36b3d18aa72d497cd05294d54f050d679628cdb4339219c67b203a8cc663704a240fc18e6a918cef363cf4d9b94783 exo-0.12.4.tar.bz2
+sha512sums="00165ef85145603f59cc4188d2637ec51c8cc51d9f2288c4e5b0328a2b085e940fbaaa987bf5a51c9999184f2d4f6f9751f4304feb6143416bade826007b3bf6 exo-0.12.5.tar.bz2
957350c34b9209b89b051ccf9800f7d0e9ce580ad4161366bab0984d4d4d1f63d20bcb9fd5c22abffc0151c377a5bc7ad5c1b24b0183e997ebdd92ab61ee1c2b mailreader-claws-mail.patch"