gtkmm4: 4.2.0 -> 4.4.0

This commit is contained in:
Tim Biermann 2021-09-10 10:48:08 +02:00
parent 44464558ce
commit b9ea99ce9b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 5 deletions

View File

@ -179,6 +179,7 @@ drwxr-xr-x root/root usr/include/gtkmm-4.0/gtkmm/
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontroller.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontrollerfocus.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontrollerkey.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontrollerlegacy.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontrollermotion.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/eventcontrollerscroll.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/expander.h
@ -349,6 +350,7 @@ drwxr-xr-x root/root usr/include/gtkmm-4.0/gtkmm/private/
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontroller_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontrollerfocus_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontrollerkey_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontrollerlegacy_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontrollermotion_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/eventcontrollerscroll_p.h
-rw-r--r-- root/root usr/include/gtkmm-4.0/gtkmm/private/expander_p.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF333ZDwTGRfq/IpmQ8Ennwe1+dYsITaDr3fXxsLBCg4sJSytxK4vOJW++sVQKh/e/T11OFCQK1wCzFmosRvGy1AI=
SHA256 (Pkgfile) = cb011c0b0c769ef0331b835c92566c426d159498cfc775af08c8976010a8e342
SHA256 (.footprint) = 21e8397ff64a828aba22553814892e83238fa5abdc29148143161fd488e83b1b
SHA256 (gtkmm-4.2.0.tar.bz2) = 5fef8aae08d0dbc2e23e6b141bbaae47a6a6dd0e14d0647f0c8bdb58cdf4d9c1
RWSagIOpLGJF30It7NHOn2pTQLXf93ZxWsMKhYxV9+GjuwJxFXi3XvAZ7SxDB51HsLXV6y758KiP+Gn9fIUCr59Jgr9dpD4awgE=
SHA256 (Pkgfile) = 2e7b0aede90d1382985acde9cbd7a7b57dd478c7c00f7903fb0be88359412296
SHA256 (.footprint) = 85fe8c422c622dbe49df370289797abaf0b8f686b1972e7f62248baab3e2096a
SHA256 (gtkmm-4.4.0.tar.bz2) = f1ea3a9c6e3779266ec8911178a5510410169080b5eac8539ff22a276a85fa04

View File

@ -4,7 +4,7 @@
# Depends on: gtk4 pangomm-2.48
name=gtkmm4
version=4.2.0
version=4.4.0
release=1
source=(https://gitlab.gnome.org/GNOME/gtkmm/-/archive/$version/gtkmm-$version.tar.bz2)
@ -20,5 +20,6 @@ build() {
-D build-documentation=false
meson compile -C build
DESTDIR=$PKG meson install -C build
rm -rf $PKG/usr/share/{devhelp,doc}
}