mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/gsettings-desktop-schemas: upgrade to 3.28.1
This commit is contained in:
parent
2e3be47e59
commit
fabf232d88
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gsettings-desktop-schemas
|
||||
pkgver=3.28.0
|
||||
pkgver=3.28.1
|
||||
pkgrel=0
|
||||
pkgdesc="A collection of GSettings schemas"
|
||||
url="http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas"
|
||||
@ -11,12 +11,6 @@ subpackages="$pkgname-dev"
|
||||
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
cd "$builddir"
|
||||
sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
@ -39,7 +33,7 @@ package() {
|
||||
make install DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
dev() {
|
||||
dev() {
|
||||
default_dev
|
||||
cd "$builddir"
|
||||
mkdir -p "$subpkgdir"/usr/lib
|
||||
@ -47,4 +41,4 @@ dev() {
|
||||
}
|
||||
|
||||
|
||||
sha512sums="83728c1645303a92a44429fe26eca85e156d7cdf61687f758e3189df875d022d945686de52e5d3df1e69e8372b0432ed8916bdaa40bb3ba80cd8691a6e02232b gsettings-desktop-schemas-3.28.0.tar.xz"
|
||||
sha512sums="2bf3260e976943e9d1e51feda62ef1e432870a6d9b34881afbdf99ddbe4954e5dd679697e152e793a0b38492dbbc4891018f7aa8cd4e703d05a8647cc5a56785 gsettings-desktop-schemas-3.28.1.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user