summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-06-12 16:47:41 -0600
committerSam Burgos2018-06-12 16:47:41 -0600
commit6ab82cae44403728030bb8b6c43c383628a72be2 (patch)
tree3b269025aef10f4f41e3ebff506f2df3b30a3ea5
parent1b4f1fd5834d70d92be351c8046aa17e880ce578 (diff)
downloadaur-6ab82cae44403728030bb8b6c43c383628a72be2.tar.gz
testing changes to PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd882ccccba1..8466e91bfa55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,11 +56,15 @@ prepare() {
build() {
cd lightdm-${pkgver}
- #cd ${pkgver}
export MOC4='moc-qt4'
export MOC5='moc-qt5'
+ gtkdocize
+ aclocal --install --force
+ autoreconf -vfi
+ intltoolize -f
+
./configure \
--prefix='/usr' \
--libexecdir='/usr/lib/lightdm' \