forked from ports/contrib
libsigc++: 3.4.0 -> 3.6.0
This commit is contained in:
parent
d2c4fe7cda
commit
fa87354186
@ -31,6 +31,7 @@ drwxr-xr-x root/root usr/include/sigc++-3.0/sigc++/functors/
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/member_method_trait.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/reference_wrapper.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/retype_return.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/scoped_connection.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/sigc++.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/signal.h
|
||||
-rw-r--r-- root/root usr/include/sigc++-3.0/sigc++/signal_base.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3w2uR7cUG+VfZNuWJ3sA78v1JKvjqVVGmKTY8X06KsPkWEvV7elT/0ATQagNVKJGAuJv2Q8bmIq2IUfhTZqv5gs=
|
||||
SHA256 (Pkgfile) = b186e8424278658557eccefffbd683dbfa45596da64d3e8dfe201c9524bda90d
|
||||
SHA256 (.footprint) = 09f30d18c898d0d3b1ed8f6b03fecaf175bc46877795082cf815e45e9e2e22b8
|
||||
SHA256 (libsigc++-3.4.0.tar.xz) = 02e2630ffb5ce93cd52c38423521dfe7063328863a6e96d41d765a6116b8707e
|
||||
RWSagIOpLGJF34U7lxgtCdGatGcWAKT5Ci3hEsBWIijPg3uWaR36ICjHS8i+64+aDW2XcrJuowpKU3FvRI5kOXZPE1rVbEo1cQw=
|
||||
SHA256 (Pkgfile) = 0d309c77ea667a13d040b18c1a915b38063dfe71874e269653e14c2502c142d2
|
||||
SHA256 (.footprint) = ad46fb47799e162689606d404be4f192f3c0099de3b67e7ed5c2091cdd82df4f
|
||||
SHA256 (libsigc++-3.6.0.tar.xz) = c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229080e17
|
||||
|
@ -4,18 +4,18 @@
|
||||
# Depends on: mm-common
|
||||
|
||||
name=libsigc++
|
||||
version=3.4.0
|
||||
version=3.6.0
|
||||
release=1
|
||||
source=(https://download.gnome.org/sources/libsigc++/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-D build-documentation=false \
|
||||
-D build-examples=false \
|
||||
-D build-tests=false
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-D build-documentation=false \
|
||||
-D build-examples=false \
|
||||
-D build-tests=false
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user