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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 07:23:06 UTC 2015


    Date: Thursday, November 19, 2015 @ 08:23:05
  Author: arojas
Revision: 251240

archrelease: copy trunk to extra-any

Added:
  breeze-icons/repos/extra-any/PKGBUILD
    (from rev 251239, breeze-icons/trunk/PKGBUILD)
Deleted:
  breeze-icons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-19 07:22:57 UTC (rev 251239)
+++ PKGBUILD	2015-11-19 07:23:05 UTC (rev 251240)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: breeze-icons/repos/extra-any/PKGBUILD (from rev 251239, breeze-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-19 07:23:05 UTC (rev 251240)
@@ -0,0 +1,34 @@
+# $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')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('649b3b20669d052abe3ebc639ef0c705')
+
+prepare() {
+  mkdir -p 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