mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
new wallpaper: tulip
This commit is contained in:
parent
95d15fc296
commit
3055884905
@ -1,3 +1,3 @@
|
||||
Use the makpkg '-p' to compile in a subdirectory.
|
||||
Use the makepkg '-p' to compile in a subdirectory.
|
||||
For ex:
|
||||
../makepkg -g -p curie/PKGBUILD
|
||||
|
19
chakra-wallpapers/tulip/PKGBUILD
Normal file
19
chakra-wallpapers/tulip/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
pkgname=("chakra-wallpapers-tulip")
|
||||
pkgver=2016.05
|
||||
pkgrel=1
|
||||
pkgdesc="Chakra Tulip Wallpaper by almack"
|
||||
url="http://www.chakraos.org"
|
||||
license=("GPL" "Creative Commons, BY-SA")
|
||||
arch=('any')
|
||||
makedepends=('automoc4')
|
||||
groups=("kde" "kde-uninstall" "chakra-wallpapers")
|
||||
source=("http://rsync.chakraos.org/sources/chakra-artwork/wallpapers/tulip/tulip_${pkgver}-1.tar.gz")
|
||||
md5sums=('25b914f22d367cedca93084ea10a898e')
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/tulip
|
||||
|
||||
mkdir -pv ${pkgdir}/usr/share/wallpapers/tulip/contents/
|
||||
cp -Rv * ${pkgdir}/usr/share/wallpapers/tulip
|
||||
}
|
Loading…
Reference in New Issue
Block a user