talimat 749 B

1234567891011121314151617181920212223242526
  1. # Description: MATE için güçlü bir metin editörü
  2. # URL: http://www.mate-desktop.org/
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: intltool itstool gobject-introspection iso-codes gtksourceview3 libpeas
  5. name=pluma
  6. version=1.18.2
  7. release=1
  8. source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
  12. PYTHON=/usr/bin/python2 ./configure \
  13. --prefix=/usr \
  14. --libexecdir=/usr/lib/$name \
  15. --enable-gtk-doc=no \
  16. --enable-python
  17. #https://bugzilla.gnome.org/show_bug.cgi?id=656231
  18. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  19. make
  20. make DESTDIR=$PKG install
  21. }