xfce4-merkezi-surum-takibi
This commit is contained in:
parent
897dc9b6f0
commit
b173c654b0
|
@ -2,8 +2,11 @@
|
||||||
# URL: http://thunar.xfce.org
|
# URL: http://thunar.xfce.org
|
||||||
# Paketçi: milisarge
|
# Paketçi: milisarge
|
||||||
# Gerekler: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
|
# Gerekler: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
|
||||||
|
# Grup: xfce4
|
||||||
|
|
||||||
isim=thunar
|
isim=thunar
|
||||||
|
source /root/talimatname/genel/x/xfce4/surumler
|
||||||
|
surum="${thunar_surum}";[ -z ${thunar_surum} ] && \
|
||||||
surum=1.6.12
|
surum=1.6.12
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
|
@ -29,4 +32,7 @@ derle() {
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
sed -i 's:x-directory/gnome-default-handler;::' $PKG/usr/share/applications/Thunar-folder-handler.desktop
|
sed -i 's:x-directory/gnome-default-handler;::' $PKG/usr/share/applications/Thunar-folder-handler.desktop
|
||||||
|
rm -rf $PKG/usr/share/gtk-doc
|
||||||
|
rm -rf $PKG/usr/share/man
|
||||||
|
rm -rf $PKG/usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
835c835
|
|
||||||
< if (G_UNLIKELY (geteuid () == 0))
|
|
||||||
---
|
|
||||||
> if (G_UNLIKELY (1 == 0))
|
|
|
@ -1,38 +0,0 @@
|
||||||
# Tanım: Thunar dosya yöneticisi
|
|
||||||
# URL: http://thunar.xfce.org
|
|
||||||
# Paketçi: milisarge
|
|
||||||
# Gerekler: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
|
|
||||||
# Grup: xfce4
|
|
||||||
|
|
||||||
isim=thunar
|
|
||||||
source /root/talimatname/genel/x/xfce4/surumler
|
|
||||||
surum="${thunar_surum}";[ -z ${thunar_surum} ] && \
|
|
||||||
surum=1.6.12
|
|
||||||
devir=1
|
|
||||||
|
|
||||||
kaynak=(http://archive.xfce.org/src/xfce/thunar/${surum%.*}/Thunar-$surum.tar.bz2
|
|
||||||
no-root-warning.patch)
|
|
||||||
derle() {
|
|
||||||
cd Thunar-$surum
|
|
||||||
patch $SRC/Thunar-$surum/thunar/thunar-window.c $SRC/no-root-warning.patch
|
|
||||||
./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--libexecdir=/usr/lib \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-gio-unix \
|
|
||||||
--enable-dbus \
|
|
||||||
--enable-startup-notification \
|
|
||||||
--enable-gudev \
|
|
||||||
--enable-notifications \
|
|
||||||
--enable-exif \
|
|
||||||
--enable-pcre \
|
|
||||||
--disable-debug
|
|
||||||
make
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
sed -i 's:x-directory/gnome-default-handler;::' $PKG/usr/share/applications/Thunar-folder-handler.desktop
|
|
||||||
rm -rf $PKG/usr/share/gtk-doc
|
|
||||||
rm -rf $PKG/usr/share/man
|
|
||||||
rm -rf $PKG/usr/share/doc
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
update-desktop-database -q
|
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
||||||
gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
|
Loading…
Reference in New Issue