[arch-commits] Commit in breeze-icons/repos/extra-any (3 files)
Antonio Rojas
arojas at archlinux.org
Sun Nov 22 09:54:02 UTC 2015
Date: Sunday, November 22, 2015 @ 10:54:01
Author: arojas
Revision: 251871
archrelease: copy trunk to extra-any
Added:
breeze-icons/repos/extra-any/PKGBUILD
(from rev 251870, breeze-icons/trunk/PKGBUILD)
breeze-icons/repos/extra-any/applet-icons.patch
(from rev 251870, breeze-icons/trunk/applet-icons.patch)
Deleted:
breeze-icons/repos/extra-any/PKGBUILD
--------------------+
PKGBUILD | 73 +++++++++++++++++++++++++++------------------------
applet-icons.patch | 24 ++++++++++++++++
2 files changed, 63 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-22 09:51:12 UTC (rev 251870)
+++ PKGBUILD 2015-11-22 09:54:01 UTC (rev 251871)
@@ -1,34 +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')
-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
-}
Copied: breeze-icons/repos/extra-any/PKGBUILD (from rev 251870, breeze-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-22 09:54:01 UTC (rev 251871)
@@ -0,0 +1,39 @@
+# $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=2
+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" applet-icons.patch)
+md5sums=('649b3b20669d052abe3ebc639ef0c705'
+ 'ef4b101e95bcaad33a6797e01deef984')
+
+prepare() {
+ mkdir -p build
+
+# Install applet icons https://bugs.kde.org/show_bug.cgi?id=355676
+ cd $pkgname-$pkgver
+ patch -p1 -i ../applet-icons.patch
+}
+
+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/applet-icons.patch (from rev 251870, breeze-icons/trunk/applet-icons.patch)
===================================================================
--- applet-icons.patch (rev 0)
+++ applet-icons.patch 2015-11-22 09:54:01 UTC (rev 251871)
@@ -0,0 +1,24 @@
+diff -ur breeze-icons-5.16.0.orig/icons/CMakeLists.txt breeze-icons-5.16.0/icons/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons/CMakeLists.txt 2015-11-08 12:58:09.000000000 +0100
++++ breeze-icons-5.16.0/icons/CMakeLists.txt 2015-11-22 10:37:17.223501606 +0100
+@@ -11,7 +11,7 @@
+
+ ########### install files ###############
+
+-set( breeze_icon_dirs actions apps categories devices emblems emotes mimetypes places status )
++set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status )
+
+
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze)
+diff -ur breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt breeze-icons-5.16.0/icons-dark/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt 2015-11-08 12:58:09.000000000 +0100
++++ breeze-icons-5.16.0/icons-dark/CMakeLists.txt 2015-11-22 10:37:34.356830327 +0100
+@@ -11,7 +11,7 @@
+
+ ########### install files ###############
+
+-set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status)
++set( breeze_icon_dark_dirs actions applets apps categories devices emblems emotes mimetypes places status)
+
+
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)
More information about the arch-commits
mailing list