poedit
This commit is contained in:
parent
64a1aebfbb
commit
40d36184bd
|
@ -1,19 +1,26 @@
|
||||||
# Tanım: GtkTextView widget'inde kelime işlemci tarzı vurgulama ve yanlış yazılmış kelimelerin değiştirilmesini sağlar. GtkTextView widget.
|
# 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/
|
# URL: http://gtkspell.sourceforge.net/
|
||||||
# Paketçi: yasarciv67@gmail.com
|
# Paketçi: yasarciv67 Cihan_Alkan
|
||||||
# Gerekler: gtk3 enchant
|
# Gerekler: gtk3 enchant gtk2
|
||||||
|
# Grup: kütüphane
|
||||||
|
|
||||||
isim=gtkspell
|
isim=gtkspell
|
||||||
_isim=gtkspell3
|
surum=3.0.9
|
||||||
surum=3.0.8
|
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://gtkspell.sourceforge.net/download/${_name}-$surum.tar.gz)
|
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() {
|
derle() {
|
||||||
cd ${_name}-$surum
|
cd gtkspell3-$surum
|
||||||
./configure --prefix=/usr --disable-static
|
./configure --prefix=/usr --disable-static
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# URL: http://www.poedit.net/
|
# URL: http://www.poedit.net/
|
||||||
# Paketçi: Cihan_Alkan
|
# Paketçi: Cihan_Alkan
|
||||||
# Gerekler: boost gtkspell wxgtk lucenepp
|
# Gerekler: boost gtkspell wxgtk lucenepp
|
||||||
# Grup:
|
# Grup: geliştirme
|
||||||
|
|
||||||
isim=poedit
|
isim=poedit
|
||||||
surum=2.0.5
|
surum=2.0.5
|
||||||
|
@ -10,14 +10,10 @@ devir=1
|
||||||
kaynak=(https://github.com/vslavik/poedit/releases/download/v$surum-oss/poedit-${surum}.tar.gz)
|
kaynak=(https://github.com/vslavik/poedit/releases/download/v$surum-oss/poedit-${surum}.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
#if komutuyla eğer yoksa demek lazım
|
|
||||||
#[ ! -L /usr/include/wx ] && ln -s /usr/include/wx-3.0/wx /usr/include/wx
|
|
||||||
cd "${SRC}"/${isim}-${surum}
|
cd "${SRC}"/${isim}-${surum}
|
||||||
GTKSPELL_LIBS="`pkg-config --libs gtkspell3-3.0`" GTKSPELL_CFLAGS="`pkg-config --cflags gtkspell3-3.0`" \
|
|
||||||
./configure --with-gtk=gtk3 \
|
./configure --with-gtk=gtk3 \
|
||||||
--prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config
|
--prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config
|
||||||
make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
|
make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
|
||||||
make DESTDIR="${PKG}" install
|
make DESTDIR="${PKG}" install
|
||||||
install -Dm644 COPYING "${PKG}"/usr/share/licenses/${isim}/LICENSE
|
install -Dm644 COPYING "${PKG}"/usr/share/licenses/${isim}/LICENSE
|
||||||
#[ -L /usr/include/wx ] && rm /usr/include/wx
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue