diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-06 20:12:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:31 +0000 |
commit | ab3d6eea5516f702df8966656f47968801533ae5 (patch) | |
tree | c2a9bdec9443e136afb956c02c2e878f16e5ccfe /main/zenity | |
parent | 5835ac74a810c640c176dfe8fa25e53ae06bdf54 (diff) | |
download | aports-ab3d6eea5516f702df8966656f47968801533ae5.tar.bz2 aports-ab3d6eea5516f702df8966656f47968801533ae5.tar.xz |
main/zenity: specify license
Diffstat (limited to 'main/zenity')
-rw-r--r-- | main/zenity/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/zenity/APKBUILD b/main/zenity/APKBUILD index 7414486a2..12b6d58ab 100644 --- a/main/zenity/APKBUILD +++ b/main/zenity/APKBUILD @@ -2,17 +2,17 @@ # Maintainer: pkgname=zenity pkgver=2.32.1 -pkgrel=2 -pkgdesc="GTK+-based xdialog replacement" +pkgrel=3 +pkgdesc="A GTK+-based xdialog replacement" url="http://www.gnome.org/" arch="all" -license="GPL" +license="GPL2+" depends= makedepends="gtk+-dev intltool gnome-doc-utils libnotify-dev" install="" subpackages="$pkgname-doc $pkgname-lang" source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 - zenity-2.32.1-libnotify-0.7.patch" + zenity-2.32.1-libnotify-0.7.patch" _builddir="${srcdir}/${pkgname}-${pkgver}" prepare() { |