[arch-commits] Commit in (breeze breeze/repos breeze/trunk breeze/trunk/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jun 6 17:19:28 UTC 2014


    Date: Friday, June 6, 2014 @ 19:19:28
  Author: andrea
Revision: 214326

Plasma Next packages

Added:
  breeze/
  breeze/repos/
  breeze/trunk/
  breeze/trunk/PKGBUILD

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

Added: breeze/trunk/PKGBUILD
===================================================================
--- breeze/trunk/PKGBUILD	                        (rev 0)
+++ breeze/trunk/PKGBUILD	2014-06-06 17:19:28 UTC (rev 214326)
@@ -0,0 +1,34 @@
+# Contributor: Antonio Rojas
+
+pkgname=breeze
+pkgver=4.96.0
+pkgrel=1
+pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('plasma-next')
+source=("http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('f9e008875140fa10491c8e71824d3f72')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export XDG_DATA_DIRS="/opt/kf5/share:$XDG_DATA_DIRS"
+
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: breeze/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list