mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 00:43:01 +01:00
1.0.1-1
This commit is contained in:
commit
052082db00
2 changed files with 36 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgbase = ksplash-theme-manjaro-redefined
|
||||
pkgdesc = Manjaro Redefined KSplash based on QML by Nowardev.
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = http://kde-look.org/content/show.php?content=166291
|
||||
arch = any
|
||||
groups = kde
|
||||
groups = kdeartwork
|
||||
license = GPL
|
||||
depends = kdebase-workspace
|
||||
source = http://freefr.dl.sourceforge.net/project/manjaroredefined/Manjaro-Redefined-Splash-1.0.1.tar.gz
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = ksplash-theme-manjaro-redefined
|
||||
|
||||
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Maintainier: FadeMind https://gravatar.com/fademind
|
||||
# Author of theme: crimsonsuv http://kde-look.org/usermanager/search.php?username=crimsonsuv
|
||||
|
||||
pkgname=ksplash-theme-manjaro-redefined
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Manjaro Redefined KSplash based on QML by Nowardev."
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
groups=('kde' 'kdeartwork')
|
||||
url="http://kde-look.org/content/show.php?content=166291"
|
||||
depends=('kdebase-workspace')
|
||||
source=("http://freefr.dl.sourceforge.net/project/manjaroredefined/Manjaro-Redefined-Splash-$pkgver.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/usr/share/apps/ksplash/Themes/Manjaro-Redefined
|
||||
cp -R Manjaro-Redefined-Splash-$pkgver/* $pkgdir/usr/share/apps/ksplash/Themes/Manjaro-Redefined
|
||||
sed -i -e 's|-Splash-1.0.1||g' $pkgdir/usr/share/apps/ksplash/Themes/Manjaro-Redefined/Theme.rc
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue