diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 05:44:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 05:59:35 -0300 |
commit | 3110df836ff9f009dc69bf1eb8edaaa7b8371c82 (patch) | |
tree | 97078de2dc263137ce1a138f982b5c260ce733b8 | |
parent | fe4e6019725ad62c585dfb04c321689d920fcedb (diff) |
community/fvwm: upgrade to 2.6.9
-rw-r--r-- | community/fvwm/APKBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/community/fvwm/APKBUILD b/community/fvwm/APKBUILD index 33c0293584a..f8ecd98269e 100644 --- a/community/fvwm/APKBUILD +++ b/community/fvwm/APKBUILD @@ -1,24 +1,19 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=fvwm -pkgver=2.6.8 +pkgver=2.6.9 pkgrel=0 pkgdesc="FVWM is a powerful desktop window manager for the X Window system" url="http://fvwm.org" arch="all" -license="GPL-2.0" -depends="" -depends_dev="" +license="GPL-2.0-or-later" makedepends="perl libxslt libxcursor-dev libx11-dev freetype-dev fontconfig-dev gettext-dev libxft-dev libxt-dev libxext-dev libpng-dev libxpm-dev" -install="" subpackages="$pkgname-doc $pkgname-lang" -source="https://github.com/fvwmorg/fvwm/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/fvwmorg/fvwm/releases/download/$pkgver/fvwm-$pkgver.tar.gz" -builddir=$srcdir/${pkgname}-${pkgver} build() { - cd "$builddir" ./configure --prefix=/usr \ --disable-perllib \ --disable-bidi \ @@ -28,13 +23,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install } -sha512sums="12e0def0a1d565c1c44356b48b4e516b7be4f51f13f91d9f8b89364ae106f6d7773e12fd17c71b6f0569c64fb3a5374c036c118cb76f739a63b1e17b5dfba287 fvwm-2.6.8.tar.gz" +sha512sums="a9c2214ad19edd17da81446a6d4250284cc50b59b53c233212f2a9354c01143dbb870521392752f272f00af50bee2dd8f0b6bf6176b0d4b3075694d2a61a623e fvwm-2.6.9.tar.gz" |