aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-06 06:55:29 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 07:19:01 +0000
commit1c26ecea9c3e820b9bb690337761e4d2ab4ad7af (patch)
tree44cd2cc9efdbef529f64bbcd0243f66149b93e69
parentd68d8fc8fc2f5f6629335dae46c97f588da547e4 (diff)
downloadalpine_aports-1c26ecea9c3e820b9bb690337761e4d2ab4ad7af.tar.bz2
alpine_aports-1c26ecea9c3e820b9bb690337761e4d2ab4ad7af.tar.xz
alpine_aports-1c26ecea9c3e820b9bb690337761e4d2ab4ad7af.zip
main/gtk+: modernize, fix license
-rw-r--r--main/gtk+/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/gtk+/APKBUILD b/main/gtk+/APKBUILD
index ac4c8b498b..f980b36cdf 100644
--- a/main/gtk+/APKBUILD
+++ b/main/gtk+/APKBUILD
@@ -1,15 +1,14 @@
1# Contributor: 1# Contributor:
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=gtk+ 3pkgname=gtk+
4pkgver=2.24.31 4pkgver=2.24.31
5pkgrel=0 5pkgrel=1
6pkgdesc="metapackage for GTK+ runtime and development" 6pkgdesc="metapackage for GTK+ runtime and development"
7url="http://www.gtk.org/" 7url="https://www.gtk.org/"
8arch="all" 8arch="all"
9license="LGPL" 9license="LGPL-2.0-or-later"
10options="!check" 10options="!check"
11depends="gtk+2.0>=$pkgver" 11depends="gtk+2.0>=$pkgver"
12makedepends="$depends_dev"
13subpackages="$pkgname-dev" 12subpackages="$pkgname-dev"
14 13
15dev() { 14dev() {