[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Fri Nov 13 16:22:03 UTC 2015


    Date: Friday, November 13, 2015 @ 17:22:03
  Author: fyan
Revision: 251017

addpkg: breeze-icons 5.16.0-1

Added:
  breeze-icons/
  breeze-icons/repos/
  breeze-icons/trunk/
  breeze-icons/trunk/PKGBUILD

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

Added: breeze-icons/trunk/PKGBUILD
===================================================================
--- breeze-icons/trunk/PKGBUILD	                        (rev 0)
+++ breeze-icons/trunk/PKGBUILD	2015-11-13 16:22:03 UTC (rev 251017)
@@ -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
+}


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



More information about the arch-commits mailing list