milis/talimatname/genel/lxde-common/talimat

37 lines
1.2 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: LXDE için bir varsayılan yapılandırma kümesi sağlar
# URL: http://lxde.org/about.html
# Packager: milisarge@gmail.com
# Depends on: consolekit2 desktop-file-utils gtk2 hicolor-icon-theme lxde-icon-theme lxde-panel lxde-session openbox pcmanfm shared-mime-info menu-cache lxde-menu-data
name=lxde-common
version=0.99.1
release=1
source=(http://downloads.sourceforge.net/lxde/$name-$version.tar.xz
http://nutyx.meticul.eu/files/patchs/oxygen-icons/icon-sekong.png
http://nutyx.meticul.eu/files/patchs/lxde-common/chrystal_red_root.png
http://downloads.nutyx.org/files/patchs/xfce/wall-sekong.jpg
lxde.desktop)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
# install -D -m644 ../config \
# $PKG/usr/share/lxde/config
install -D -m644 ../chrystal_red_root.png \
$PKG/usr/share/lxpanel/images/chrystal_red_root.png
install -D -m644 ../wall-sekong.jpg \
$PKG/usr/share/lxde/wallpapers/wall-sekong.jpg
cp ../icon-sekong.png \
$PKG/usr/share/lxde/images/lxde-icon.png
cp ../icon-sekong.png \
$PKG/usr/share/lxde/images/logout-banner.png
sed -i "s/lxde_blue.jpg/wall-sekong.jpg/" \
$PKG/etc/xdg/pcmanfm/LXDE/pcmanfm.conf
install -D -m644 ../lxde.desktop \
$PKG/usr/share/xsessions/lxde.desktop
}