diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:01:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:01:22 -0300 |
commit | 377e0ddbe18d90b193a7309e2ee5f5a3f806c309 (patch) | |
tree | 2995432aa2c9585e7e2c58d4d28a56ce8fdf9d1c /community/gtkmm3/APKBUILD | |
parent | 242da234475527caa6c8b7ff016e267fbc2b3436 (diff) | |
download | aports-377e0ddbe18d90b193a7309e2ee5f5a3f806c309.tar.bz2 aports-377e0ddbe18d90b193a7309e2ee5f5a3f806c309.tar.xz |
community/gtkmm3: fix url fix source
Diffstat (limited to 'community/gtkmm3/APKBUILD')
-rw-r--r-- | community/gtkmm3/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/gtkmm3/APKBUILD b/community/gtkmm3/APKBUILD index 3a5b4f71ba..7ed066f43b 100644 --- a/community/gtkmm3/APKBUILD +++ b/community/gtkmm3/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gtkmm3 pkgver=3.24.1 -pkgrel=0 +pkgrel=1 pkgdesc="C++ wrappers for GTK+" -url="http://gtkmm.sourceforge.net/" +url="https://www.gtkmm.org/" arch="all" -license="LGPL" +license="LGPL-2.1-or-later" options="!check" makedepends="atkmm-dev gtk+3.0-dev glibmm-dev pangomm-dev intltool" subpackages="$pkgname-dev $pkgname-doc" @@ -14,7 +14,6 @@ source="https://download.gnome.org/sources/gtkmm/${pkgver%.*}/gtkmm-$pkgver.tar. builddir="$srcdir/gtkmm-$pkgver" build() { - cd "$builddir" CXXFLAGS="$CXXFLAGS -std=c++11" \ ./configure \ --build=$CBUILD \ @@ -24,7 +23,6 @@ build() { } package() { - cd "$builddir" make install DESTDIR="$pkgdir" } sha512sums="be7144edb0d5d68f761c9e92c197c3b84de045072443222694c1595faebf3390623a390dbec9f7232a70231aca138b1cb4343ab273333b2a6a418af7ec1586ed gtkmm-3.24.1.tar.xz" |