[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Nov 13 16:23:01 UTC 2015


    Date: Friday, November 13, 2015 @ 17:23:01
  Author: fyan
Revision: 251018

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
    (from rev 251017, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 251017, breeze-icons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-11-13 16:23:01 UTC (rev 251018)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.16.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+groups=('kf5')
+optdepends=('oxygen-icons: fallback icon theme')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('649b3b20669d052abe3ebc639ef0c705')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list