diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-16 22:39:05 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-16 22:39:05 +0000 |
commit | 0ed7c699488308a22493b1507712473a2c5815f3 (patch) | |
tree | 9e97520d32ff7abec102f11f841b552bafc42824 | |
parent | cd1bc94b7a6c64f574350d7cc5578a6dd45b1ed0 (diff) | |
download | aports-0ed7c699488308a22493b1507712473a2c5815f3.tar.bz2 aports-0ed7c699488308a22493b1507712473a2c5815f3.tar.xz |
community/glade: add missing intltool
-rw-r--r-- | community/glade/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glade/APKBUILD b/community/glade/APKBUILD index c3dc081cb4..9942a2523f 100644 --- a/community/glade/APKBUILD +++ b/community/glade/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="User Interface Designer for GTK+ and GNOME" url="https://glade.gnome.org/" arch="all" license="GPL" -makedepends="gtk+3.0-dev libxml2-dev itstool gtk-doc paxmark" +makedepends="gtk+3.0-dev libxml2-dev itstool gtk-doc paxmark intltool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/glade/${pkgver%.*}/glade-$pkgver.tar.xz" |