mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
new Sirius themes kdm and ksplash
This commit is contained in:
parent
b04a1d5a99
commit
e076ddcb6a
24
kde-kdm-themes/sirius/PKGBUILD
Normal file
24
kde-kdm-themes/sirius/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: almack <almack@chakraos.org>
|
||||
|
||||
# Include global configuration
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kde-kdm-themes-sirius
|
||||
_themename="sirius" # that's the folder name
|
||||
_THEME="Sirius" # the real theme name
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Chakra Sirius KDM-Theme"
|
||||
arch=('any')
|
||||
url="http://www.chakraos.org"
|
||||
license=("Creative Commons, BY-NC-SA")
|
||||
groups=("${_pkgprefix}" "${_pkgprefix}-complete" "${_pkgprefix}-uninstall" "${_pkgprefix}-minimal" "${_pkgprefix}-kdm-themes")
|
||||
|
||||
source=("http://chakra.sourceforge.net/sources/chakra-artwork/${_THEME}/KDM/${_THEME}-KDM-${pkgver}.tar.gz")
|
||||
md5sums='4f1847b63ed47cbdc820b541e1a72779'
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_themename}
|
||||
mkdir -pv $pkgdir/usr/share/apps/ksplash/Themes/$_themename
|
||||
cp -Rv * $pkgdir/usr/share/apps/ksplash/Themes/$_themename
|
||||
}
|
25
kde-ksplash-themes/sirius/PKGBUILD
Normal file
25
kde-ksplash-themes/sirius/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Maintainer: almack@chakraos[dog]org
|
||||
|
||||
# Include global configuration
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kde-ksplash-themes-sirius
|
||||
_THEME="Sirius"
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Chakra Sirius KSplash-Theme"
|
||||
url="http://chakraos.org"
|
||||
license=("Creative Commons, BY-NC-SA")
|
||||
arch=('any')
|
||||
depends=('ttf-opensans')
|
||||
groups=("${_pkgprefix}" "${_pkgprefix}-complete" "${_pkgprefix}-uninstall" "${_pkgprefix}-minimal" "${_pkgprefix}-ksplash-themes")
|
||||
|
||||
source=("http://chakra.sourceforge.net/sources/chakra-artwork/${_THEME}/KSplash-QML/${_THEME}-KSplash-QML-${pkgver}.tar.gz")
|
||||
md5sums=('abc8ac98f69c9638e13e2f005cd34f13')
|
||||
|
||||
package()
|
||||
{
|
||||
cd ${srcdir}/${_THEME}
|
||||
mkdir -pv $pkgdir/usr/share/apps/ksplash/Themes/$_THEME
|
||||
cp -Rv * $pkgdir/usr/share/apps/ksplash/Themes/$_THEME
|
||||
}
|
Loading…
Reference in New Issue
Block a user