forked from ports/contrib
libsigc++2: 2.12.0 -> 2.12.1
This commit is contained in:
parent
87b1734906
commit
a940725ca7
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF317hcEB7fj/hRKIIKxJR5TkeMlqtOFA2Q+ZuWnbB+rmNnQHisiAAI4DA8iInWGdX8kjluzyug62UelGqM0dKSQU=
|
||||
SHA256 (Pkgfile) = 78fa845529d9a1d539114d33fde19dc11f3c14675e8a891eb3bdd5056aceb813
|
||||
RWSagIOpLGJF343CUd6Quk+iNeQ97txN3R6hfCog6LcKI+ZFyHe494aWH4ZCu18DAfhm1nvDYZQeQtQW9PMiQJZcKApxlad3Kws=
|
||||
SHA256 (Pkgfile) = 87c7e88ed6d353bfabb1305972f9066094518fc4955d5b769c6355a50c3f7a68
|
||||
SHA256 (.footprint) = fd23711cc467222c4af97ca4555c5493ed25209fdd0f7b018e535271892e9fc9
|
||||
SHA256 (libsigc++-2.12.0.tar.xz) = 1c466d2e64b34f9b118976eb21b138c37ed124d0f61497df2a90ce6c3d9fa3b5
|
||||
SHA256 (libsigc++-2.12.1.tar.xz) = a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359bd50843
|
||||
|
@ -4,22 +4,22 @@
|
||||
# Depends on: mm-common
|
||||
|
||||
name=libsigc++2
|
||||
version=2.12.0
|
||||
version=2.12.1
|
||||
release=1
|
||||
source=(https://download.gnome.org/sources/libsigc++/${version%.*}/libsigc++-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir bld && cd bld
|
||||
mkdir bld && cd bld
|
||||
|
||||
meson setup ../libsigc++-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
-D build-documentation=false \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson setup ../libsigc++-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
-D build-documentation=false \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
ninja -j ${JOBS:-1}
|
||||
DESTDIR=$PKG ninja install
|
||||
ninja -j ${JOBS:-1}
|
||||
DESTDIR=$PKG ninja install
|
||||
|
||||
find $PKG \( -type f -a -perm -g+w \) -exec chmod g-w '{}' +
|
||||
find $PKG \( -type f -a -perm -g+w \) -exec chmod g-w '{}' +
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user