updated pkgbuilds
This commit is contained in:
parent
7e7bfdd8d9
commit
440699536b
5 changed files with 9 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
||||||
pkgname=parch-wallpapers
|
pkgname=parch-wallpapers
|
||||||
pkgver=0.0.5
|
pkgver=1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc='Wallpapers for Parch Linux'
|
pkgdesc='Wallpapers for Parch Linux'
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/parchlinux/artwork"
|
url="https://github.com/parchlinux/artwork"
|
||||||
license=("BSD-3-Clause")
|
license=("BSD-3-Clause")
|
||||||
source=("git+https://github.com/parchlinux/artwork")
|
source=("git+https://git.parchlinux.com/artwork/Arts")
|
||||||
provides=("${pkgname}")
|
provides=("${pkgname}")
|
||||||
conflicts=("${pkgname}")
|
conflicts=("${pkgname}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/artwork/Wallpaper"
|
cd "$srcdir/Arts/Wallpaper"
|
||||||
|
|
||||||
# Create the base destination directory
|
# Create the base destination directory
|
||||||
install -d "${pkgdir}/usr/share/wallpapers/"
|
install -d "${pkgdir}/usr/share/wallpapers/"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
pkgname=parch-gnome-backgrounds
|
pkgname=parch-gnome-backgrounds
|
||||||
_pkgname=wallpapers
|
_pkgname=wallpapers
|
||||||
pkgver=1.0.5
|
pkgver=2
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc='Parch Linux Gnome Wallpapers'
|
pkgdesc='Parch Linux Gnome Wallpapers'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/parchlinux/artwork"
|
url="https://github.com/parchlinux/artwork"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
zip wallpapers.zip wallpapers/*
|
zip wallpapers.zip wallpapers/*
|
||||||
|
|
||||||
makepkg -sc
|
makepkg -sc --sign
|
||||||
|
|
||||||
echo Build Finished
|
echo Build Finished
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Parch Linux Distribution Team <feedback@parchlinux.ir>
|
# Maintainer: Parch Linux Distribution Team <feedback@parchlinux.ir>
|
||||||
|
|
||||||
pkgname=parch-modern-backgrounds
|
pkgname=parch-modern-backgrounds
|
||||||
pkgver=1.0.5
|
pkgver=2
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc='Parch Linux Modern Wallpapers'
|
pkgdesc='Parch Linux Modern Wallpapers'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/parchlinux/parch-backgrounds"
|
url="https://github.com/parchlinux/parch-backgrounds"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
zip wallpapers.zip wallpapers/*
|
zip wallpapers.zip wallpapers/*
|
||||||
|
|
||||||
makepkg -sc
|
makepkg -sc --sign
|
||||||
|
|
||||||
echo Build Finished
|
echo Build Finished
|
||||||
|
|
Loading…
Add table
Reference in a new issue