add intltool to makedepends

This commit is contained in:
Taijian 2019-04-23 19:08:04 +02:00
parent 88ba1067e2
commit d03b51ee09
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = plymouth-git pkgbase = plymouth-git
pkgdesc = A graphical boot splash screen with kernel mode-setting support (Development version) pkgdesc = A graphical boot splash screen with kernel mode-setting support (Development version)
pkgver = 0.9.4.r44.gc8f1256 pkgver = 0.9.4.r105.gb9f2aac
pkgrel = 1 pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/Plymouth/ url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686 arch = i686
@ -8,6 +8,7 @@ pkgbase = plymouth-git
license = GPL license = GPL
makedepends = git makedepends = git
makedepends = docbook-xsl makedepends = docbook-xsl
makedepends = intltool
depends = libdrm depends = libdrm
depends = pango depends = pango
depends = systemd depends = systemd

View File

@ -1,10 +1,10 @@
# Maintainer: Sebastian Lau <lauseb644 _at_ gmail .dot. com> # Maintainer: Taijian <taijian@posteo.de>
# Contributors: Patrick Burroughs (Celti), Abbradar, Zephyr, Christian Autermann, Biginoz, Martin Lee, Ricardo Funke, # Contributors: Patrick Burroughs (Celti), Abbradar, Zephyr, Christian Autermann, Biginoz, Martin Lee, Ricardo Funke,
# PirateJonno, lh, Cilyan Olowen, Shaffer, Brcha, Lyle Putnam, Det, Boohbah, # PirateJonno, lh, Cilyan Olowen, Shaffer, Brcha, Lyle Putnam, Det, Boohbah,
# Lara Maia, Padfoot, Jorge Barroso, carstene1ns # Lara Maia, Padfoot, Jorge Barroso, carstene1ns, Sebastian Lau
pkgname=plymouth-git pkgname=plymouth-git
pkgver=0.9.4.r44.gc8f1256 pkgver=0.9.4.r105.gb9f2aac
pkgrel=1 pkgrel=1
pkgdesc="A graphical boot splash screen with kernel mode-setting support (Development version)" pkgdesc="A graphical boot splash screen with kernel mode-setting support (Development version)"
url="http://www.freedesktop.org/wiki/Software/Plymouth/" url="http://www.freedesktop.org/wiki/Software/Plymouth/"
@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
depends=('libdrm' 'pango' 'systemd') depends=('libdrm' 'pango' 'systemd')
makedepends=('git' 'docbook-xsl') makedepends=('git' 'docbook-xsl' 'intltool')
optdepends=('ttf-dejavu') optdepends=('ttf-dejavu')
provides=('plymouth') provides=('plymouth')
conflicts=('plymouth' 'plymouth-legacy' 'plymouth-nosystemd') conflicts=('plymouth' 'plymouth-legacy' 'plymouth-nosystemd')