talimat 682 B

12345678910111213141516171819202122232425262728
  1. # Tanım: MATE masaüstü için PolicyKit entegrasyonu
  2. # URL: http://www.mate-desktop.org/
  3. # Paketçi: yasarciv67@gmail.com
  4. # Gerekler: gtk3 polkit accountsservice gobject-introspection intltool
  5. # Grup: sistem
  6. isim=mate-polkit
  7. surum=1.20.0
  8. devir=1
  9. kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure \
  13. --prefix=/usr \
  14. --libexecdir=/usr/lib/$isim \
  15. --sysconfdir=/etc \
  16. --localstatedir=/var \
  17. --enable-introspection
  18. #https://bugzilla.gnome.org/show_bug.cgi?id=656231
  19. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  20. make
  21. make DESTDIR=$PKG install
  22. }