upgpkg: pamac-gtk-1:11.7.4-1: new upstream release
This commit is contained in:
parent
eee9b7a40d
commit
fac21ac47a
1 changed files with 9 additions and 21 deletions
30
PKGBUILD
30
PKGBUILD
|
|
@ -5,8 +5,8 @@
|
||||||
# Contributor: Helmut Stult
|
# Contributor: Helmut Stult
|
||||||
|
|
||||||
pkgname=pamac-gtk
|
pkgname=pamac-gtk
|
||||||
pkgver=11.7.3
|
pkgver=11.7.4
|
||||||
pkgrel=6
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A Package Manager based on libalpm with AUR and Appstream support (GTK4)"
|
pkgdesc="A Package Manager based on libalpm with AUR and Appstream support (GTK4)"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
|
|
@ -20,11 +20,10 @@ depends=(
|
||||||
'gtk3'
|
'gtk3'
|
||||||
'gtk4'
|
'gtk4'
|
||||||
'hicolor-icon-theme'
|
'hicolor-icon-theme'
|
||||||
'jemalloc'
|
|
||||||
'libadwaita'
|
'libadwaita'
|
||||||
'libnotify'
|
'libnotify'
|
||||||
'libpamac>=11.7.0'
|
'libpamac>=11.7.4'
|
||||||
'pamac-cli>=11.7.0'
|
'pamac-cli>=11.7.40'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'asciidoc'
|
'asciidoc'
|
||||||
|
|
@ -34,21 +33,10 @@ makedepends=(
|
||||||
'vala'
|
'vala'
|
||||||
)
|
)
|
||||||
source=(
|
source=(
|
||||||
"${pkgname}::git+https://github.com/manjaro/pamac.git#tag=v$pkgver"
|
"${pkgname}::git+https://github.com/manjaro/pamac.git#tag=v$pkgver")
|
||||||
"gnome49.patch")
|
b2sums=('84e281926218e7a8cc8f5f1ac3513e30f3b53c5f3899078e063ff4744136e6dc996100219becf8f16f035fd688f00e768349a635f73939c339e90bc81413a2a5')
|
||||||
b2sums=('b30be55c499447044c3b15854df868c878cf562855e101445933e79db6ad7f53aa9ae38d5353f8783c534de9a07f094f96757d00b093d3c628ad863645ef9cf7'
|
|
||||||
'25d6220c025fe0bcdcb08d511741726ae223178aa3d1bc0299d093e7d5e40febdccb788021d5ae9257af8e8bf970abe681494b7ad4993b6a4d57208db9361e51')
|
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
b969d691d2f844895f28ee9538d409e1df8fd4a0
|
|
||||||
1694ab0bf477a854133c8028de850b42baf6a75e
|
|
||||||
f756a059f79cdeadcd2f13ebbe9aef8591ef6cb6
|
|
||||||
8059a5ca034932cb65dfa03460ac0dfa0e391b6b
|
|
||||||
2dc9bb20027600300eb071760e43d58ba5b66046
|
|
||||||
99cf8daf4898f53a8285e1a6f9d9bb3f23e723ea
|
|
||||||
3551ad1ef595eea05beed15475cf63b1c9aa2b84
|
|
||||||
950bb26d7d6025c5d4538c992da41ec67226634c
|
|
||||||
258fa6ba1ea54b0c93e2c553fd31f852b16f45e9
|
|
||||||
)
|
)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
@ -80,8 +68,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson "${pkgname}" build \
|
arch-meson "${pkgname}" build \
|
||||||
-Denable-fake-gnome-software=false \
|
-Denable-fake-gnome-software=false
|
||||||
-Djemalloc=true
|
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -92,7 +79,7 @@ check() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'pamac-gnome-integration: for integration into GNOME'
|
#'pamac-gnome-integration: for integration into GNOME'
|
||||||
'libpamac-flatpak-plugin: for Flatpak support'
|
'libpamac-flatpak-plugin: for Flatpak support'
|
||||||
'libpamac-snap-plugin: for Snap support'
|
'libpamac-snap-plugin: for Snap support'
|
||||||
)
|
)
|
||||||
|
|
@ -106,6 +93,7 @@ package() {
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
|
|
||||||
meson install -C build --no-rebuild --destdir "$pkgdir"
|
meson install -C build --no-rebuild --destdir "$pkgdir"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim: set ts=4 sw=4 et:
|
# vim: set ts=4 sw=4 et:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue