aboutsummaryrefslogtreecommitdiffstats
path: root/community/fvwm
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2017-03-23 08:44:51 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-04-25 11:41:15 +0000
commitb10ec1abf1c211aae19284d697332eed8c902f16 (patch)
tree8fe5360d3c0924c88cb5305671fafaea51795000 /community/fvwm
parentafb2d6502f38c7b5b18bac53ecd8d08dcb59d14c (diff)
downloadaports-b10ec1abf1c211aae19284d697332eed8c902f16.tar.bz2
aports-b10ec1abf1c211aae19284d697332eed8c902f16.tar.xz
community/fvwm: upgrade to 2.6.7
Upgrades from 2.6.6 to 2.6.7 and cleans up APKBUILD a bit
Diffstat (limited to 'community/fvwm')
-rw-r--r--community/fvwm/APKBUILD27
1 files changed, 8 insertions, 19 deletions
diff --git a/community/fvwm/APKBUILD b/community/fvwm/APKBUILD
index e0a5aeb460..d9083b5848 100644
--- a/community/fvwm/APKBUILD
+++ b/community/fvwm/APKBUILD
@@ -1,30 +1,21 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
+# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=fvwm
-pkgver=2.6.6
+pkgver=2.6.7
pkgrel=0
pkgdesc="FVWM is a powerful desktop window manager for the X Window system"
url="http://fvwm.org"
arch="all"
license="GPL2"
-depends=
-depends_dev="libxcursor-dev libx11-dev freetype-dev fontconfig-dev
+depends=""
+depends_dev=""
+makedepends="perl libxslt libxcursor-dev libx11-dev freetype-dev fontconfig-dev
gettext-dev libxft-dev libxt-dev libxext-dev libpng-dev libxpm-dev"
-makedepends="$depends_dev perl libxslt"
install=""
subpackages="$pkgname-doc $pkgname-lang"
-source="https://github.com/fvwmorg/fvwm/releases/download/version-2_6_6/$pkgname-$pkgver.tar.gz"
+source="https://github.com/fvwmorg/fvwm/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
-_builddir=$srcdir/${pkgname}-${pkgver}
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
+builddir=$srcdir/${pkgname}-${pkgver}
build() {
cd "$_builddir"
@@ -44,6 +35,4 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="76e8731bf02ba0b73cfbbf7628f2230f fvwm-2.6.6.tar.gz"
-sha256sums="c5de085ff25b2128a401a80225481e63335f815f84eea139f80a5f66e606dc2c fvwm-2.6.6.tar.gz"
-sha512sums="9a3b188fa052f1fc2ca593be323916d8d728f1f1633b02058f4cce96cebb3c98de2a179b73e1dd6fb65a4275329f54cd720fcc3ac05ef0ec7299b7bc7cbfc116 fvwm-2.6.6.tar.gz"
+sha512sums="127cd1cc68e98e673056c1dd5108dfabc7560cfc98c86e35b95d75c6327156389f77aa0470e2e6f702865367f29d3bd1cfa8cf07a5b1c1693fa6e04fb2af717f fvwm-2.6.7.tar.gz"