milis/talimatname/genel/p/poedit/talimat

20 lines
622 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: Çapraz platform gettext katalogları (.po dosyaları) editörü
# URL: http://www.poedit.net/
# Paketçi: Cihan_Alkan
# Gerekler: boost gtkspell wxgtk lucenepp
# Grup: geliştirme
isim=poedit
surum=2.0.5
devir=1
kaynak=(https://github.com/vslavik/poedit/releases/download/v$surum-oss/poedit-${surum}.tar.gz)
derle() {
cd "${SRC}"/${isim}-${surum}
./configure --with-gtk=gtk3 \
--prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config
make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
make DESTDIR="${PKG}" install
install -Dm644 COPYING "${PKG}"/usr/share/licenses/${isim}/LICENSE
}