milis/talimatname/genel/g/gedit/talimat

28 lines
894 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: GNOME için bir metin düzenleyici
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
2017-09-29 01:35:58 +02:00
# Depends on: 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
2017-07-25 22:21:02 +02:00
name=gedit
2017-09-29 01:35:58 +02:00
version=3.22.1
2017-07-25 22:21:02 +02:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
2017-09-29 01:35:58 +02:00
cd $name-$version
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
2017-07-25 22:21:02 +02:00
}