[arch-commits] Commit in latte-dock (3 files)

Antonio Rojas arojas at archlinux.org
Mon Apr 3 19:04:22 UTC 2017


    Date: Monday, April 3, 2017 @ 19:04:21
  Author: arojas
Revision: 220430

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/
  latte-dock/repos/community-x86_64/
  latte-dock/repos/community-x86_64/PKGBUILD
    (from rev 220429, latte-dock/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 220429, latte-dock/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-04-03 19:04:21 UTC (rev 220430)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Michael Straube <straubem at gmx.de>
+
+pkgname=latte-dock
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(i686 x86_64)
+url='https://github.com/psifidotos/Latte-Dock'
+license=(GPL)
+depends=(plasma-framework hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psifidotos/Latte-Dock/archive/v$pkgver.tar.gz")
+sha256sums=('ecc573e999e0551e96baaae1ccf5fce7093281f958554e2e42195a1a57dc07af')
+
+prepare() {
+  mkdir -p Latte-Dock-$pkgver/build # out-of-tree build fails
+}
+
+build() {
+  cd Latte-Dock-$pkgver/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd Latte-Dock-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list