milis/talimatname/genel/g/gedit/talimat

28 lines
877 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: GNOME için bir metin düzenleyici
# URL: http://www.gnome.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gsettings-desktop-schemas desktop-file-utils shared-mime-info gtk-update-icon-cache enchant gtk3 gtksourceview3 gvfs libpeas yelp-xsl enchant iso-codes libsoup libzeitgeist python-gobject python
isim=gedit
surum=3.22.1
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
update-mime-database /usr/share/mime
gdk-pixbuf-query-loaders --update-cache
./configure --prefix=/usr \
--sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib \
--disable-updater \
--disable-schemas-compile \
--enable-python \
--disable-spell
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
rm -rf $PKG/usr/share/help
}