diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 12:56:55 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 12:56:55 +0100 |
commit | 250cd8990985f68a8f43cc7809447238629904fb (patch) | |
tree | 7cceacb734ff795ad51ef7cbfe79cfd70632a350 /community/gsettings-desktop-schemas | |
parent | e5ac7678d5d491739086554ea5015735e42a08fd (diff) | |
download | aports-250cd8990985f68a8f43cc7809447238629904fb.tar.bz2 aports-250cd8990985f68a8f43cc7809447238629904fb.tar.xz |
community/gsettings-desktop-schemas: don't move .pc file to /usr/lib
Diffstat (limited to 'community/gsettings-desktop-schemas')
-rw-r--r-- | community/gsettings-desktop-schemas/APKBUILD | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/community/gsettings-desktop-schemas/APKBUILD b/community/gsettings-desktop-schemas/APKBUILD index eb3cc19e0b..e6b949cb62 100644 --- a/community/gsettings-desktop-schemas/APKBUILD +++ b/community/gsettings-desktop-schemas/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gsettings-desktop-schemas pkgver=3.34.0 -pkgrel=0 +pkgrel=1 pkgdesc="A collection of GSettings schemas" url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" arch="noarch" @@ -31,10 +31,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -dev() { - default_dev - mkdir -p "$subpkgdir"/usr/lib - mv "$pkgdir"/usr/share/pkgconfig "$subpkgdir"/usr/lib -} - sha512sums="6cbe59facf77566ed93faabafc6b00ad03fb398a9a4686ba94a08b1c2d0df1d44bd673fb4d51340209a66ebc0aa32095615e7e63b78f4cc4c10d240a7b0a8fa1 gsettings-desktop-schemas-3.34.0.tar.xz" |