xffce4-desktop
This commit is contained in:
parent
8100143a69
commit
47f5edae96
2 changed files with 24 additions and 35 deletions
|
@ -1,34 +1,36 @@
|
||||||
# Tanım: Xfdesktop masa yoneticisi xfce4 için.
|
# Tanım: Xfdesktop masa yoneticisi xfce4 için.
|
||||||
# URL: http://www.xfce.org
|
# URL: http://www.xfce.org
|
||||||
# Paketçi: milisarge@gmail.com
|
# Paketçi: milisarge
|
||||||
# Gerekler: exo libwnck xfce4-libui thunar xfce4-garcon
|
# Gerekler: exo libwnck xfce4-libui thunar xfce4-garcon
|
||||||
|
# Grup: xfce4
|
||||||
|
|
||||||
_isim=xfdesktop
|
_isim=xfdesktop
|
||||||
run=(gtk-update-icon-cache)
|
|
||||||
|
|
||||||
isim=xfce4-desktop
|
isim=xfce4-desktop
|
||||||
|
source /root/talimatname/genel/x/xfce4/surumler
|
||||||
|
surum="${xfce4_desktop_surum}";[ -z ${xfce4_desktop_surum} ] && \
|
||||||
surum=4.12.3
|
surum=4.12.3
|
||||||
devir=1
|
devir=1
|
||||||
|
|
||||||
kaynak=(http://archive.xfce.org/src/xfce/${_name}/4.12/${_name}-$surum.tar.bz2)
|
kaynak=(http://archive.xfce.org/src/xfce/${_isim}/${surum%.*}/${_isim}-$surum.tar.bz2)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
cd ${_name}-$surum
|
cd ${_isim}-$surum
|
||||||
#duvar kagidi yuklemek icin
|
#duvar kagidi yuklemek icin
|
||||||
#sed -i "s/xfce-blue.jpg/milis.jpg/" common/xfdesktop-common.h
|
#sed -i "s/xfce-blue.jpg/milis.jpg/" common/xfdesktop-common.h
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-gio-unix \
|
--enable-gio-unix \
|
||||||
--enable-thunarx \
|
--enable-thunarx \
|
||||||
--enable-notifications \
|
--enable-notifications \
|
||||||
--disable-debug
|
--disable-debug
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
#duvar kagidi yuklemek icin
|
rm -rf $PKG/usr/share/man
|
||||||
#install -D -m644 ../milis.jpg \
|
#duvar kagidi yuklemek icin
|
||||||
#$PKG/usr/share/backgrounds/xfce/milis.jpg
|
#install -D -m644 ../milis.jpg \
|
||||||
|
#$PKG/usr/share/backgrounds/xfce/milis.jpg
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1 @@
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||||
|
|
||||||
touch /root/.gtkrc-2.0
|
|
||||||
cat > /root/.gtkrc-2.0 << "EOF"
|
|
||||||
style "xfdesktop-icon-view" {
|
|
||||||
XfdesktopIconView::label-alpha = 10
|
|
||||||
base[NORMAL] = "#000000"
|
|
||||||
base[SELECTED] = "#71B9FF"
|
|
||||||
base[ACTIVE] = "#71FFAD"
|
|
||||||
fg[NORMAL] = "#ffffff"
|
|
||||||
fg[SELECTED] = "#71B9FF"
|
|
||||||
fg[ACTIVE] = "#71FFAD" }
|
|
||||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
|
||||||
EOF
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue