milis/talimatname/genel/x/xed/talimat

19 lines
536 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: Küçük ve hafif metin düzenleyici
# URL: https://github.com/linuxmint/xed
# Paketçi: Cihan Alkan
# Gerekler: libpeas gtksourceview3 gobject-introspection desktop-file-utils xorg-libsm enchant gnome-common yelp-tools iso-codes
isim=xed
surum=1.6.3
devir=1
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz)
derle() {
cd $isim-$surum
./autogen.sh --with-gtk=3.0 --prefix="/usr" \
--localstatedir="/var" \
--libexecdir="/usr/lib/xed"
make CFLAGS='-w -O2'
make DESTDIR=$PKG install
}