summaryrefslogtreecommitdiff
path: root/gtkmm4/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-08-28 19:43:52 +0200
committerTim Biermann <tbier@posteo.de>2021-08-28 19:49:59 +0200
commit166223c3b8db7c74192161f04e3f88b66e9c9d3a (patch)
tree315991822b6a15819a3fbcf7efddf7f5fa655a4a /gtkmm4/Pkgfile
parentc35ce639bb9cbdf119b0353315b1bc8263d23607 (diff)
downloadcontrib-166223c3b8db7c74192161f04e3f88b66e9c9d3a.tar.gz
contrib-166223c3b8db7c74192161f04e3f88b66e9c9d3a.tar.xz
gtkmm4: initial commit, version 4.2.0
Diffstat (limited to 'gtkmm4/Pkgfile')
-rw-r--r--gtkmm4/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/gtkmm4/Pkgfile b/gtkmm4/Pkgfile
new file mode 100644
index 000000000..b5689df53
--- /dev/null
+++ b/gtkmm4/Pkgfile
@@ -0,0 +1,24 @@
+# Description: C++ bindings for GTK 4
+# URL: https://www.gtkmm.org/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: gtk4 pangomm-2.48
+
+name=gtkmm4
+version=4.2.0
+release=1
+source=(https://gitlab.gnome.org/GNOME/gtkmm/-/archive/$version/gtkmm-$version.tar.bz2)
+
+build() {
+ meson setup gtkmm-$version build \
+ --prefix=/usr \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ --auto-features disabled \
+ -D b_lto=true \
+ -D b_pie=true \
+ -D maintainer-mode=true \
+ -D build-documentation=false
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+ rm -rf $PKG/usr/share/{devhelp,doc}
+}

Generated by cgit