gtk-sharp: -> 2.12.45
This commit is contained in:
parent
e5bba37d6b
commit
af67291160
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user