[arch-commits] Commit in breeze/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Mar 3 22:24:36 UTC 2016
Date: Thursday, March 3, 2016 @ 23:24:36
Author: arojas
Revision: 260691
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
breeze/repos/staging-i686/
breeze/repos/staging-i686/PKGBUILD
(from rev 260690, breeze/kde-unstable/PKGBUILD)
breeze/repos/staging-x86_64/
breeze/repos/staging-x86_64/PKGBUILD
(from rev 260690, breeze/kde-unstable/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 63 ++++++++++++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 63 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 126 insertions(+)
Copied: breeze/repos/staging-i686/PKGBUILD (from rev 260690, breeze/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2016-03-03 22:24:36 UTC (rev 260691)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.5.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
+md5sums=('ca7df4571c16240243386d65a650a479')
+
+prepare() {
+ mkdir -p build{,-kde4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+
+ cd ../build-kde4
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DUSE_KDE4=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package_breeze() {
+ depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+ pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
+ optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+ 'breeze-gtk: Breeze widget style for GTK applications'
+ 'kcmutils: for breeze-settings')
+ groups=('plasma')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+ pkgdesc='Breeze widget style for KDE4 applications'
+ depends=('kdelibs')
+
+ cd build-kde4
+ make DESTDIR="$pkgdir" install
+
+ # needed for pure Qt4 apps
+ install -d "$pkgdir"/usr/lib/qt4/plugins/styles
+ ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles
+}
Copied: breeze/repos/staging-x86_64/PKGBUILD (from rev 260690, breeze/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:24:36 UTC (rev 260691)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.5.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
+md5sums=('ca7df4571c16240243386d65a650a479')
+
+prepare() {
+ mkdir -p build{,-kde4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+
+ cd ../build-kde4
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DUSE_KDE4=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package_breeze() {
+ depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+ pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
+ optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+ 'breeze-gtk: Breeze widget style for GTK applications'
+ 'kcmutils: for breeze-settings')
+ groups=('plasma')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+ pkgdesc='Breeze widget style for KDE4 applications'
+ depends=('kdelibs')
+
+ cd build-kde4
+ make DESTDIR="$pkgdir" install
+
+ # needed for pure Qt4 apps
+ install -d "$pkgdir"/usr/lib/qt4/plugins/styles
+ ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles
+}
More information about the arch-commits
mailing list