mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 03:24:41 +08:00
removed breeze-kde4 folder, is now integrated into the breeze PKGBUILD
This commit is contained in:
parent
aa71670b1f
commit
f92354ca17
@ -1,42 +0,0 @@
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
source ../plasma.conf
|
||||
|
||||
_pkgname=breeze
|
||||
pkgname=breeze-kde4
|
||||
pkgver=${PVersion}
|
||||
pkgrel=2
|
||||
pkgdesc='Artwork, styles and assets for the Breeze visual style for the KDE4'
|
||||
arch=('x86_64')
|
||||
url='projects.kde.org/'
|
||||
license=('LGPL')
|
||||
depends=('kdelibs')
|
||||
makedepends=('extra-cmake-modules' 'automoc4')
|
||||
checkdepends=("cmake")
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
source=("${PServer}/${pkgver}/${_pkgname}-${PSubVersion}.tar.xz")
|
||||
sha256sums=( $(getSum ${_pkgname}) )
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../${_pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DUSE_KDE4=ON \
|
||||
-DBUILD_TESTING=OFF
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user