summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2020-01-29 19:55:14 +0100
committerJan Neumann2020-01-29 19:55:14 +0100
commit5ef6c0f814ca5be30f6f9750b0bab8a722509248 (patch)
tree4bc02bfc2fe86c8e89012939b06226491508df76 /PKGBUILD
parent9d44775cbc13b0b82bae0407da1590df7a469751 (diff)
downloadaur-5ef6c0f814ca5be30f6f9750b0bab8a722509248.tar.gz
removed obsolete deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff0fd2237374..2cdbde3018c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latte-dock-git
_gitname=latte-dock
-pkgver=r3619.5d65909a
+pkgver=r3698.bc2e0709
pkgrel=1
pkgdesc='Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='https://cgit.kde.org/latte-dock.git/'
license=('GPL')
depends=('plasma-framework' 'plasma-desktop')
optdepends=('libunity: quicklists, counters, and progress bars for apps using libunity')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'python' 'ruby' 'subversion')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'python')
conflicts=('latte-dock')
provides=('latte-dock')
source=("git://anongit.kde.org/latte-dock.git")
@@ -29,10 +29,8 @@ build() {
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_L10N_BRANCH=trunk \
- -DKDE_L10N_AUTO_TRANSLATIONS=OFF \
- -DCMAKE_BUILD_TYPE=Release ..
-# make fetch-translations
+ -DCMAKE_BUILD_TYPE=Release ..
+
}