talimat 672 B

1234567891011121314151617181920212223242526
  1. # Tanım: Freedesktop.org'dan Masaüstü Menüsü Teknik Özelliklerini uygulayan bir kütüphane
  2. # URL: http://www.mate-desktop.org/
  3. # Paketçi: yasarciv67@gmail.com
  4. # Gerekler: glib gobject-introspection intltool python
  5. isim=mate-menus
  6. surum=1.20.0
  7. devir=1
  8. kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
  9. derle() {
  10. cd $isim-$surum
  11. PYTHON=/usr/bin/python2 ./configure \
  12. --prefix=/usr \
  13. --sysconfdir=/etc \
  14. --localstatedir=/var \
  15. --enable-python
  16. #https://bugzilla.gnome.org/show_bug.cgi?id=656231
  17. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  18. make
  19. make DESTDIR=$PKG install
  20. }