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

Antonio Rojas arojas at archlinux.org
Wed Dec 14 12:30:49 UTC 2016


    Date: Wednesday, December 14, 2016 @ 12:30:48
  Author: arojas
Revision: 283276

archrelease: copy trunk to testing-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 12:30:31 UTC (rev 283275)
+++ PKGBUILD	2016-12-14 12:30:48 UTC (rev 283276)
@@ -1,36 +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.29.0
-pkgrel=1
-pkgdesc='Breeze icon themes'
-arch=('any')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-groups=('kf5')
-makedepends=('extra-cmake-modules' 'qt5-base')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('799c237be7c59ee0a452cea034565f43'
-         'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBINARY_ICONS_RESOURCE=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 283275, breeze-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-14 12:30:48 UTC (rev 283276)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('799c237be7c59ee0a452cea034565f43'
+         'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBINARY_ICONS_RESOURCE=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list