milis/talimatname/genel/c/caja/talimat

26 lines
792 B
Plaintext
Raw Normal View History

2017-06-23 13:09:15 +02:00
# Description: MATE için dosya yöneticisi
# URL: http://www.mate-desktop.org/
# Packager: yasarciv67@gmail.com
# Depends on: exempi gvfs libexif xorg-libsm mate-desktop libnotify gstreamer1 gobject-introspection intltool
2017-01-24 00:43:48 +01:00
name=caja
2017-06-23 13:09:15 +02:00
version=1.18.3
2017-01-24 00:43:48 +01:00
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
2017-07-01 23:12:09 +02:00
cd $name-$version
2017-06-23 13:09:15 +02:00
./configure \
2017-01-24 00:43:48 +01:00
--prefix=/usr \
2017-06-23 13:09:15 +02:00
--libexecdir=/usr/lib/$name \
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
}