Merge pull request #568 from oltulu/patch-356

xed güncellemesi iiçin gerekli
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2018-05-12 22:48:55 +03:00 committed by GitHub
commit af64d5b216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Tanım: Bir GTK + uygulamasında yazım denetimini uygulamak için esnek bir API
# URL: https://wiki.gnome.org/Projects/gspell
# Paketçi: Cihan_Alkan
# Gerekler: gtk3 enchant libxml2 iso-codes intltool gobject-introspection vala gtk-doc autoconf-archive
# Grup:
isim=gspell
surum=1.8.0
devir=1
kaynak=(https://git.gnome.org/browse/gspell/snapshot/gspell-1.8.0.tar.xz)
derle() {
cd $isim-$surum
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}