summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113e9340869b..6cda593d3c4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = latte-dock-git
pkgdesc = Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids
- pkgver = r3619.5d65909a
+ pkgver = r3698.bc2e0709
pkgrel = 1
url = https://cgit.kde.org/latte-dock.git/
arch = i686
@@ -10,8 +10,6 @@ pkgbase = latte-dock-git
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = python
- makedepends = ruby
- makedepends = subversion
depends = plasma-framework
depends = plasma-desktop
optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
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 ..
+
}