ports/contrib (3.5): gtk-sharp: -> 2.12.45
commit af672911608f1989db849e21220cc4a31501d1f4 Author: Tim Biermann <tbier@posteo.de> Date: Fri Feb 21 01:58:51 2020 +0100 gtk-sharp: -> 2.12.45 diff --git a/gtk-sharp/.signature b/gtk-sharp/.signature index 0de6d6d88..f6595ad36 100644 --- a/gtk-sharp/.signature +++ b/gtk-sharp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36jo+3etPHojSw23kumGWk+mLwyQR1jjvAt47lWyNXyGMK1Pn6hsXPAYJD/GUc+zBOVvKj2wiU3fUyGGbUJPFw0= -SHA256 (Pkgfile) = 192d0c19cba3bacad6c62edbcf867728e5987499ec2820194dd631885bdbee89 +RWSagIOpLGJF31x3ERyVB20SaxdliwYR0WoufOYyrYg3qNOAAbrQxWpShMERiuKY6kR4RZXOZ46rp9jwVIYuU0s6O487nxng1wM= +SHA256 (Pkgfile) = 533abc628238edb25f1dee45b0647370d5307bab28b934d3722ad5b48d7a70a4 SHA256 (.footprint) = b5cbd58a208b880eb304e27af2a4fb81e13a3660bd9218ad5e2861b93648f31b SHA256 (gtk-sharp-2.12.45.tar.gz) = 02680578e4535441064aac21d33315daa009d742cab8098ac8b2749d86fffb6a diff --git a/gtk-sharp/Pkgfile b/gtk-sharp/Pkgfile index e1d91732c..b0115bdea 100644 --- a/gtk-sharp/Pkgfile +++ b/gtk-sharp/Pkgfile @@ -5,15 +5,18 @@ name=gtk-sharp version=2.12.45 -release=1 +release=2 source=(https://download.mono-project.com/sources/${name}212/gtk-sharp-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + sed -e 's/SUBDIRS = test/SUBDIRS =/g' -i sample/Makefile.am + sed -e 's/SUBDIRS = test/SUBDIRS =/g' -i sample/Makefile.in + ./configure --prefix=/usr \ + --disable-static make make DESTDIR=$PKG \ PREFIX=/usr \ - MANDIR=/usr/share/man\ + MANDIR=/usr/share/man \ install }
participants (1)
-
crux@crux.nu