summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2017-10-24 19:37:14 +0200
committerJan Neumann2017-10-24 19:37:14 +0200
commitba5237dd3721e31cbbbb6068864c258984caded8 (patch)
tree6b608c9e79aad785998fe40697f5f146023e8569 /PKGBUILD
parent97ca11c78fa754f12c0df82f77d8dd5c89c2e00c (diff)
downloadaur-ba5237dd3721e31cbbbb6068864c258984caded8.tar.gz
disabled translations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9161f5e0fb59..f43b6fb948fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latte-dock-git
gitname=latte-dock
-pkgver=0.7.1.r20.g040f314
+pkgver=0.7.1.r55.gf2b1ff4
pkgrel=1
pkgdesc='Replacement dock for Plasma desktops, providing an elegant and intuitive experience for your tasks and plasmoids- git version'
arch=('i686' 'x86_64')
@@ -29,10 +29,12 @@ build() {
cd ${gitname}
mkdir build && cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release ..
+# -DKDE_L10N_BRANCH=trunk \
+# -DKDE_L10N_AUTO_TRANSLATIONS=ON \
+# make fetch-translations
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_L10N_BRANCH=trunk -DKDE_L10N_AUTO_TRANSLATIONS=ON -DCMAKE_BUILD_TYPE=Release ..
- make fetch-translations
-
}
package() {