mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
main/exo: upgrade to 0.8.0
This commit is contained in:
parent
9953dedc12
commit
438bc577bb
@ -1,18 +1,18 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=exo
|
||||
pkgver=0.6.2
|
||||
pkgrel=3
|
||||
pkgver=0.8.0
|
||||
pkgrel=0
|
||||
pkgdesc="Extensions to Xfce by os-cillation"
|
||||
url="http://www.os-cillation.com/article.php?sid=40"
|
||||
arch="all"
|
||||
license="GPL-2 LGPL-2"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
depends="hicolor-icon-theme"
|
||||
makedepends="libxfce4util-dev perl perl-uri gtk+-dev libnotify-dev"
|
||||
depends_dev="gtk+-dev libxfce4util-dev"
|
||||
makedepends="$depends_dev libxfce4ui-dev perl perl-uri libnotify-dev"
|
||||
install=
|
||||
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
depends_dev="gtk+-dev libxfce4util-dev"
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
@ -20,7 +20,6 @@ build() {
|
||||
--libexecdir=/usr/lib/xfce4 \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-python \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
@ -30,4 +29,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm -f "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
md5sums="e25333df350abc30999cd16fe96ab690 exo-0.6.2.tar.bz2"
|
||||
md5sums="189bd19210e1d7d8601be1cdf27bf259 exo-0.8.0.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user