mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kde-base-artwork: removed as obsolete
This commit is contained in:
parent
5ded80624b
commit
3a8b2628d9
@ -1,29 +0,0 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
|
||||
pkgname=kde-base-artwork
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="KDE KSplash theme"
|
||||
arch=('x86_64')
|
||||
url='http://www.kde.org/'
|
||||
license=('LGPL')
|
||||
makedepends=('kdelibs' 'cmake' 'automoc4')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user