upg glib2 pkgconf
This commit is contained in:
parent
43323e1ae5
commit
46cedd52d0
4 changed files with 26 additions and 13 deletions
|
@ -8,17 +8,18 @@
|
|||
#pkgbase=glib2
|
||||
#pkgname=(glib2 glib2-docs)
|
||||
pkgname=glib2
|
||||
pkgver=2.78.1
|
||||
pkgver=2.78.2
|
||||
pkgrel=01
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
#url="https://wiki.gnome.org/Projects/GLib"
|
||||
url="https://gitlab.gnome.org/GNOME/glib"
|
||||
depends=(pcre2 libffi util-linux-libs zlib) # libsysprof-capture)
|
||||
makedepends=(gettext shared-mime-info python libelf git util-linux
|
||||
meson dbus gtk3)
|
||||
#checkdepends=(desktop-file-utils glib2)
|
||||
#options=(debug staticlibs) ### uncomment this to have the debug pkg produced
|
||||
options=(staticlibs)
|
||||
_commit=21624e78f013ee8706483086e3086076d08fe242 # tags/2.78.1^0
|
||||
_commit=eb14755943a6eaee772ff4d8a8e432ec33bc5a8a # tags/2.78.2^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
|
||||
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
|
@ -114,5 +115,5 @@ sha256sums=(SKIP
|
|||
557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8 # gio-querymodules.hook
|
||||
64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25) # glib-compile-schemas.hook
|
||||
|
||||
## 648179161d26adefd1564507bf330bbffd968a1bb8e30a6ffb3cc4464fbbe29e glib2-2.78.1-01-x86_64.pkg.tar.lz
|
||||
## 85d50ac1bfacad63d99288e060bc43405bbe4324ac0f633a892cc0623b837032 glib2-2.78.2-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@ pkgname=(
|
|||
glib2
|
||||
glib2-docs
|
||||
)
|
||||
pkgver=2.78.1
|
||||
pkgver=2.78.2
|
||||
pkgrel=1
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
url="https://gitlab.gnome.org/GNOME/glib"
|
||||
license=(LGPL)
|
||||
arch=(x86_64)
|
||||
depends=(
|
||||
|
@ -38,7 +38,7 @@ options=(
|
|||
debug
|
||||
staticlibs
|
||||
)
|
||||
_commit=21624e78f013ee8706483086e3086076d08fe242 # tags/2.78.1^0
|
||||
_commit=eb14755943a6eaee772ff4d8a8e432ec33bc5a8a # tags/2.78.2^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=pkgconf
|
||||
pkgver=2.0.3
|
||||
pkgver=2.1.0
|
||||
pkgrel=02
|
||||
pkgdesc="Package compiler and linker metadata toolkit w/o i686 module"
|
||||
# old url="https://github.com/pkgconf/pkgconf"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(git meson)
|
|||
provides=(pkg-config pkgconfig libpkgconf.so)
|
||||
conflicts=(pkg-config)
|
||||
replaces=(pkg-config)
|
||||
_commit=a6fb59a0ed86cfe302a2916cf93e9b032b95c8c5 # tags/pkgconf-2.0.3
|
||||
_commit=61d39ad899867713e73752cf23c40f0275bf71c3 # tags/pkgconf-2.1.0
|
||||
source=("git+$url#commit=$_commit"
|
||||
i686-pc-linux-gnu.personality
|
||||
x86_64-pc-linux-gnu.personality)
|
||||
|
@ -32,6 +32,12 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# Fix --modversion (broke WebKitGTK build)
|
||||
# https://github.com/pkgconf/pkgconf/issues/317
|
||||
# https://github.com/pkgconf/pkgconf/issues/332
|
||||
git revert -n 97d907ba93b7e4eef67e4c0a80939421ad3183f0
|
||||
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -69,4 +75,5 @@ sha256sums=(SKIP
|
|||
6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1 # i686-pc-linux-gnu.personality
|
||||
c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5) # x86_64-pc-linux-gnu.personality
|
||||
|
||||
## 363fa515bb577c487c44e177fd65ca3148832a67cff8b74a37a944868c2826ae pkgconf-2.0.3-02-x86_64.pkg.tar.lz
|
||||
## 991df4ae7c92b9306c45bf82e63e958e77fe13eee22b04d5d9483ed993659fbb pkgconf-2.1.0-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
|
||||
pkgname=pkgconf
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgver=2.1.0
|
||||
pkgrel=2
|
||||
pkgdesc="Package compiler and linker metadata toolkit"
|
||||
url="https://gitea.treehouse.systems/ariadne/pkgconf"
|
||||
license=(custom:ISC)
|
||||
|
@ -26,7 +26,7 @@ provides=(
|
|||
)
|
||||
conflicts=(pkg-config)
|
||||
replaces=(pkg-config)
|
||||
_commit=a6fb59a0ed86cfe302a2916cf93e9b032b95c8c5 # tags/pkgconf-2.0.3
|
||||
_commit=61d39ad899867713e73752cf23c40f0275bf71c3 # tags/pkgconf-2.1.0
|
||||
source=(
|
||||
"git+$url#commit=$_commit"
|
||||
{x86_64,i686}-pc-linux-gnu.personality
|
||||
|
@ -42,6 +42,11 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd pkgconf
|
||||
|
||||
# Fix --modversion (broke WebKitGTK build)
|
||||
# https://github.com/pkgconf/pkgconf/issues/317
|
||||
# https://github.com/pkgconf/pkgconf/issues/332
|
||||
git revert -n 97d907ba93b7e4eef67e4c0a80939421ad3183f0
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue