🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: gtkmm2
pkgver: '2.24.5'
pkgrel: '6'
pkgdesc: 'C++ bindings for gtk2'
url: 'http://gtkmm.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- gtk2
- pangomm
- cairomm
- atkmm
source:
- 'https://download.gnome.org/sources/gtkmm/2.24/gtkmm-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd gtkmm-${pkgver}
sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-2.24.5/' \
-i docs/Makefile.in
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
# Obsolets libs
rm -f ${PKGDIR}/usr/lib/libgdkmm-2.4.la
rm -f ${PKGDIR}/usr/lib/libgtkmm-2.4.la
package: |
true