mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/fluxbox: upgrade to 1.3.2
This commit is contained in:
parent
628f891476
commit
64d5eb1985
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=fluxbox
|
||||
pkgver=1.3.1
|
||||
pkgver=1.3.2
|
||||
pkgrel=0
|
||||
pkgdesc="A lightweight and highly-configurable window manager"
|
||||
url="http://www.fluxbox.org"
|
||||
@ -15,8 +15,6 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
|
||||
build () {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-kde \
|
||||
--disable-gnome \
|
||||
--enable-imlib2 \
|
||||
|| return 1
|
||||
make || return 1
|
||||
@ -26,4 +24,4 @@ package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="0eaa940a69c0a876a520bb85d67b8bec fluxbox-1.3.1.tar.bz2"
|
||||
md5sums="f95b0bdb9ee41bfac124bd0fc601f248 fluxbox-1.3.2.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user