2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: MATE için dosya yöneticisi
|
2017-06-23 13:09:15 +02:00
|
|
|
|
# URL: http://www.mate-desktop.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: exempi gvfs libexif xorg-libsm mate-desktop libnotify gstreamer1 gobject-introspection intltool
|
2017-12-24 00:47:53 +01:00
|
|
|
|
# Grup: mate sistem
|
2017-01-24 00:43:48 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=caja
|
|
|
|
|
surum=1.18.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
2017-01-24 00:43:48 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-06-23 13:09:15 +02:00
|
|
|
|
./configure \
|
2017-01-24 00:43:48 +01:00
|
|
|
|
--prefix=/usr \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--libexecdir=/usr/lib/$isim \
|
2017-01-24 00:43:48 +01:00
|
|
|
|
--with-gtk=2.0 \
|
|
|
|
|
--enable-introspection \
|
|
|
|
|
--disable-update-mimedb
|
2017-06-23 13:09:15 +02:00
|
|
|
|
#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
|
2017-07-01 23:12:09 +02:00
|
|
|
|
sed -i -e 's/Exec=caja/Exec=caja --force-desktop/g' $PKG/usr/share/applications/caja.desktop
|
2017-01-24 00:43:48 +01:00
|
|
|
|
}
|