[arch-commits] Commit in breeze/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue May 10 15:51:11 UTC 2016
Date: Tuesday, May 10, 2016 @ 17:51:11
Author: arojas
Revision: 267317
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
breeze/repos/extra-i686/PKGBUILD
(from rev 267316, breeze/trunk/PKGBUILD)
breeze/repos/extra-x86_64/PKGBUILD
(from rev 267316, breeze/trunk/PKGBUILD)
Deleted:
breeze/repos/extra-i686/PKGBUILD
breeze/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 63 ------------------------
extra-x86_64/PKGBUILD | 63 ------------------------
3 files changed, 126 insertions(+), 126 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-10 15:50:52 UTC (rev 267316)
+++ extra-i686/PKGBUILD 2016-05-10 15:51:11 UTC (rev 267317)
@@ -1,63 +0,0 @@
-# $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.6.3
-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' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
-md5sums=('3b4c043a8e5aa30d65e6717f19bb09f8')
-
-prepare() {
- mkdir -p build{,-kde4}
-}
-
-build() {
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=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/extra-i686/PKGBUILD (from rev 267316, breeze/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 15:51:11 UTC (rev 267317)
@@ -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.6.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
+md5sums=('29d2e62ada1c0a79a13938f5fe4c907f')
+
+prepare() {
+ mkdir -p build{,-kde4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-10 15:50:52 UTC (rev 267316)
+++ extra-x86_64/PKGBUILD 2016-05-10 15:51:11 UTC (rev 267317)
@@ -1,63 +0,0 @@
-# $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.6.3
-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' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
-md5sums=('3b4c043a8e5aa30d65e6717f19bb09f8')
-
-prepare() {
- mkdir -p build{,-kde4}
-}
-
-build() {
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=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/extra-x86_64/PKGBUILD (from rev 267316, breeze/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-10 15:51:11 UTC (rev 267317)
@@ -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.6.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
+md5sums=('29d2e62ada1c0a79a13938f5fe4c907f')
+
+prepare() {
+ mkdir -p build{,-kde4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=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