mono-addins

This commit is contained in:
milisbir 2018-01-19 05:25:26 +02:00
parent 0a49273dd1
commit 978d26b075
3 changed files with 22 additions and 18 deletions

View File

@ -1,17 +0,0 @@
# Tanım: c# için gtk2 kütüphaneleri
# URL: http://www.mono-project.com/docs/gui/gtksharp/
# Paketçi: milisarge
# Gerekler: mono libglade gtk2
isim=gtk-sharp
surum=2.12.42
devir=1
kaynak=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${surum}.tar.gz)
derle(){
cd gtk-sharp-${surum}
./configure --prefix=/usr --sysconfdir=/etc --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="${PKG}" install
}

View File

@ -0,0 +1,21 @@
# Tanım: C# bindings for GTK+ 3
# URL: http://mono-project.com/GtkSharp
# Paketçi: milisarge
# Gerekler: mono gtk3
# Grup: kütüphane
isim=gtk-sharp3
_isim=gtk-sharp
surum=2.99.3
devir=1
kaynak=(https://download.gnome.org/sources/gtk-sharp/${surum%.*}/gtk-sharp-$surum.tar.xz)
derle() {
cd gtk-sharp-$surum
sed -i 's/gmcs/mcs/' configure{,.ac}
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/gtk-doc
}

View File

@ -1,7 +1,7 @@
# Tanım: mono eklentileri
# URL: http://www.mono-project.com/Mono.Addins
# Paketçi: milisarge
# Gerekler: gtk-sharp2 gtk-sharp mono
# Gerekler: gtk-sharp2 gtk-sharp3 mono
# Grup: geliştirme
isim=mono-addins