milis/talimatname/genel/g/gtkspell/talimat

27 lines
764 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar.
# URL: http://gtkspell.sourceforge.net/
# Paketçi: yasarciv67 Cihan_Alkan
# Gerekler: gtk3 enchant gtk2
# Grup: kütüphane
isim=gtkspell
surum=3.0.9
devir=1
kaynak=(https://sourceforge.net/projects/gtkspell/files/$surum/gtkspell3-$surum.tar.xz
https://downloads.sourceforge.net/sourceforge/gtkspell/${isim}-2.0.16.tar.gz)
derle() {
cd gtkspell3-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
cd ../$isim-2.0.16
./configure --prefix=/usr --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}