From ee5cb19cd0489d87dd70dab4ecc1d94502be0d1c Mon Sep 17 00:00:00 2001 From: milisbir Date: Fri, 12 Jan 2018 22:07:15 +0200 Subject: [PATCH] lucenepp --- talimatname/genel/l/lucenepp/talimat | 2 +- talimatname/genel/p/poedit/talimat | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/talimatname/genel/l/lucenepp/talimat b/talimatname/genel/l/lucenepp/talimat index d76e54891..db4ea003b 100644 --- a/talimatname/genel/l/lucenepp/talimat +++ b/talimatname/genel/l/lucenepp/talimat @@ -1,7 +1,7 @@ # Tanım: Java Lucene kütüphanesinin c++ sürümü # URL: https://github.com/luceneplusplus/LucenePlusPlus # Paketçi: milisarge -# Gerekler: boost cmake subversion boost-libs +# Gerekler: boost cmake subversion # Grup: kütüphane isim=lucenepp diff --git a/talimatname/genel/p/poedit/talimat b/talimatname/genel/p/poedit/talimat index 55c3ef440..0552963da 100644 --- a/talimatname/genel/p/poedit/talimat +++ b/talimatname/genel/p/poedit/talimat @@ -1,7 +1,7 @@ # Tanım: Çapraz platform gettext katalogları (.po dosyaları) editörü # URL: http://www.poedit.net/ # Paketçi: Cihan_Alkan -# Gerekler: boost gtkspell wxgtk clucene +# Gerekler: boost gtkspell wxgtk lucenepp # Grup: isim=poedit @@ -13,9 +13,9 @@ derle() { #if komutuyla eğer yoksa demek lazım [ ! -L /usr/bin/wx-config-gtk3 ] && ln -s /usr/bin/wx-config /usr/bin/wx-config-gtk3 cd "${SRC}"/${isim}-${surum} - ./configure --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3 + GTKSPELL_LIBS="`pkg-config --libss gtkspell3-3.0`" GTKSPELL_CFLAGS="`pkg-config --cflags gtkspell3-3.0`" ./configure \ + --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3 make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t' make DESTDIR="${PKG}" install install -Dm644 COPYING "${PKG}"/usr/share/licenses/${isim}/LICENSE - [ -L /usr/bin/wx-config-gtk3 ] && rm /usr/bin/wx-config-gtk3 }