mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 02:03:14 +01:00
1.0-2
This commit is contained in:
commit
035a03da5e
2 changed files with 36 additions and 0 deletions
15
.SRCINFO
Normal file
15
.SRCINFO
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pkgbase = kdeartwork-wallpapers-manjaro-redefined
|
||||
pkgdesc = Manjaro Redefined Wallpaper.
|
||||
pkgver = 1.0
|
||||
pkgrel = 2
|
||||
url = http://kde-look.org/content/show.php?content=166289
|
||||
arch = any
|
||||
groups = kde
|
||||
groups = kdeartwork
|
||||
license = GPL
|
||||
depends = kdebase-workspace
|
||||
source = manjaro-redefined.tar.gz::https://copy.com/tQSfRdWAT1bd/manjaro-redefined.tar.gz?download=1
|
||||
md5sums = 723e1deb0f62c12c57dfa9b951175021
|
||||
|
||||
pkgname = kdeartwork-wallpapers-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=kdeartwork-wallpapers-manjaro-redefined
|
||||
basename=manjaro-redefined
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgdesc="Manjaro Redefined Wallpaper."
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
groups=('kde' 'kdeartwork')
|
||||
url="http://kde-look.org/content/show.php?content=166289"
|
||||
depends=('kdebase-workspace')
|
||||
source=($basename.tar.gz::'https://copy.com/tQSfRdWAT1bd/manjaro-redefined.tar.gz?download=1')
|
||||
md5sums=('723e1deb0f62c12c57dfa9b951175021')
|
||||
|
||||
package() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/usr/share/wallpapers/
|
||||
cp -R $basename $pkgdir/usr/share/wallpapers/
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue