cnchi: bump 0.16.52 → 0.17.1, add wallpapers PKGBUILD
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
||||||
|
|
||||||
|
pkgname=antergos-wallpapers
|
||||||
|
pkgver=0.7
|
||||||
|
pkgrel=4
|
||||||
|
pkgdesc="Antergos NeXT wallpapers"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/Antergos/wallpapers"
|
||||||
|
license=('GPL3')
|
||||||
|
source=("antergos-wallpaper.png::https://raw.githubusercontent.com/Antergos/wallpapers/master/antergos-wallpaper.png")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -dm755 "${pkgdir}/usr/share/backgrounds/antergos"
|
||||||
|
install -m644 "${srcdir}/antergos-wallpaper.png" "${pkgdir}/usr/share/backgrounds/antergos/"
|
||||||
|
install -dm755 "${pkgdir}/usr/share/antergos/backgrounds"
|
||||||
|
install -m644 "${srcdir}/antergos-wallpaper.png" "${pkgdir}/usr/share/antergos/backgrounds/"
|
||||||
|
}
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
||||||
# Contributor: Antergos Team
|
# Contributor: Antergos NeXT Team
|
||||||
|
|
||||||
pkgname=cnchi
|
pkgname=cnchi
|
||||||
pkgver=0.16.52
|
pkgver=0.17.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Antergos NeXT graphical installer"
|
pkgdesc="Antergos NeXT graphical installer (GTK4)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT/Cnchi"
|
url="https://github.com/Antergos-NeXT/cnchi-next"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=(
|
depends=(
|
||||||
'gtk3'
|
'gtk4'
|
||||||
'python'
|
'python'
|
||||||
'python-cairo'
|
'python-cairo'
|
||||||
'python-gobject'
|
'python-gobject'
|
||||||
@@ -31,14 +31,14 @@ depends=(
|
|||||||
'upower'
|
'upower'
|
||||||
'gocryptfs'
|
'gocryptfs'
|
||||||
'iso-codes'
|
'iso-codes'
|
||||||
'webkit2gtk-4.1'
|
'webkitgtk-6.0'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'python-libnacl: Lembrame Gnome extensions installer support (pip install)'
|
'python-libnacl: Lembrame Gnome extensions installer support (pip install)'
|
||||||
)
|
)
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
install=cnchi.install
|
install=cnchi.install
|
||||||
source=("${pkgname}::git+https://github.com/Antergos-NeXT/Cnchi.git#branch=0.16.x")
|
source=("${pkgname}::git+https://github.com/Antergos-NeXT/cnchi-next.git#branch=cnchi-dev")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user