27 lines
745 B
Plaintext
27 lines
745 B
Plaintext
|
# Tanım: MATE için güçlü bir metin editörü
|
|||
|
# URL: http://www.mate-desktop.org/
|
|||
|
# Paketçi: yasarciv67@gmail.com
|
|||
|
# Gerekler: intltool itstool gobject-introspection iso-codes gtksourceview3 libpeas
|
|||
|
# Grup: mate
|
|||
|
|
|||
|
isim=pluma
|
|||
|
surum=1.20.0
|
|||
|
devir=1
|
|||
|
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
|
|||
|
PYTHON=/usr/bin/python2 ./configure \
|
|||
|
--prefix=/usr \
|
|||
|
--libexecdir=/usr/lib/$isim \
|
|||
|
--enable-gtk-doc=no \
|
|||
|
--enable-python
|
|||
|
|
|||
|
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
|||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|||
|
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|