diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 09:27:44 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 09:28:08 +0000 |
commit | b84b911d387777e17736485e24b2e249a773c91d (patch) | |
tree | cf363cfd9b340633a650566ee34ed44ca499fd20 /community/vino | |
parent | c9baa7e60b6f8d94945a17760b0c5df9678e9e0c (diff) | |
download | aports-b84b911d387777e17736485e24b2e249a773c91d.tar.bz2 aports-b84b911d387777e17736485e24b2e249a773c91d.tar.xz |
community/vino: add missing intltool
Diffstat (limited to 'community/vino')
-rw-r--r-- | community/vino/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vino/APKBUILD b/community/vino/APKBUILD index 69403cbab3..7587abf8de 100644 --- a/community/vino/APKBUILD +++ b/community/vino/APKBUILD @@ -8,7 +8,7 @@ url="https://wiki.gnome.org/Projects/Vino" arch="all" license="GPL-2.0" makedepends="$depends_dev libsoup-dev glib-dev gtk+3.0-dev libnotify-dev - libsm-dev bsd-compat-headers" + libsm-dev bsd-compat-headers intltool" subpackages="$pkgname-lang" source="https://download.gnome.org/sources/vino/${pkgver%.*}/$pkgname-$pkgver.tar.xz $pkgname.initd" |