milis/talimatname/genel/g/gtkspell/talimat

27 lines
764 B
Plaintext
Raw Normal View History

2018-01-13 01:02:53 +01:00
# Tanım: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar.
2017-07-25 22:21:02 +02:00
# URL: http://gtkspell.sourceforge.net/
2018-01-13 01:02:53 +01:00
# Paketçi: yasarciv67 Cihan_Alkan
# Gerekler: gtk3 enchant gtk2
# Grup: kütüphane
2017-07-25 22:21:02 +02:00
2017-10-28 14:10:23 +02:00
isim=gtkspell
2018-01-13 01:02:53 +01:00
surum=3.0.9
2017-10-28 14:10:23 +02:00
devir=1
2017-07-25 22:21:02 +02:00
2018-01-13 01:02:53 +01:00
kaynak=(https://sourceforge.net/projects/gtkspell/files/$surum/gtkspell3-$surum.tar.xz
https://downloads.sourceforge.net/sourceforge/gtkspell/${isim}-2.0.16.tar.gz)
2017-07-25 22:21:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2018-01-13 01:02:53 +01:00
cd gtkspell3-$surum
2017-07-25 22:21:02 +02:00
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
2018-01-13 01:02:53 +01:00
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
2017-07-25 22:21:02 +02:00
}