mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
testing/gnome-control-center: fix pkgconfig path
This commit is contained in:
parent
17671e17c2
commit
e7232faf40
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||||
pkgname=gnome-control-center
|
pkgname=gnome-control-center
|
||||||
pkgver=3.32.2
|
pkgver=3.32.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="GNOME control center"
|
pkgdesc="GNOME control center"
|
||||||
url="https://gitlab.gnome.org/GNOME/gnome-control-center"
|
url="https://gitlab.gnome.org/GNOME/gnome-control-center"
|
||||||
# limited by gnome-online-accounts
|
# limited by gnome-online-accounts
|
||||||
|
@ -64,6 +64,9 @@ check() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" ninja -C output install
|
DESTDIR="$pkgdir" ninja -C output install
|
||||||
|
|
||||||
|
mkdir -p "$pkgdir"/usr/lib
|
||||||
|
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="6f69f72e15d901935bd2fba90e0a598e6c6463d4b0f914d2a9c330c77378a461c8da86f198408045c07de370d3c1558046323a4c23a97ceed96602597e167c78 gnome-control-center-3.32.2.tar.xz"
|
sha512sums="6f69f72e15d901935bd2fba90e0a598e6c6463d4b0f914d2a9c330c77378a461c8da86f198408045c07de370d3c1558046323a4c23a97ceed96602597e167c78 gnome-control-center-3.32.2.tar.xz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue