mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
glib: updated to 2.62.1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# description : Low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces
|
||||
# depends : libffi pcre docbook-xsl meson libxslt
|
||||
# depends : libffi pcre docbook-xsl meson libxslt gettext
|
||||
|
||||
name=glib
|
||||
version=2.62.0
|
||||
version=2.62.1
|
||||
release=1
|
||||
source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version::4}/$name-$version.tar.xz)
|
||||
md5sum=(a5d34752dd3a6c8d929ade7debc4db03)
|
||||
md5sum=(64c14b4fe46c478992560c2f48a5b649)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
@@ -16,8 +16,9 @@ build() {
|
||||
meson --prefix=/usr \
|
||||
-Dman=true \
|
||||
-Dselinux=disabled \
|
||||
-Dnls=disabled \
|
||||
..
|
||||
ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
|
||||
rm -r $PKG/usr/share/locale
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user