Açıklama çevirisi
This commit is contained in:
parent
0b44ee7929
commit
502c938c21
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Description: a graphical login utility
|
# Description: Grafiksel oturum açma yardımcı programı
|
||||||
# URL: http://sourceforge.net/projects/slim.berlios
|
# URL: http://sourceforge.net/projects/slim.berlios
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: xorg-xauth libjpeg-turbo libpng cmake
|
# Depends on: xorg-xauth libjpeg-turbo libpng cmake
|
||||||
|
|
||||||
name=slim
|
name=slim
|
||||||
version=1.3.6
|
version=1.3.6
|
||||||
|
@ -12,7 +12,7 @@ source=(http://downloads.sourceforge.net/project/slim.berlios/slim-$version.tar.
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
# do NOT build slimlock (because of pam)
|
# Slimlock inşa etmeyin (pam nedeniyle)
|
||||||
sed -i -e 's:${MANDIR}:/usr/man:g' -e '224d' CMakeLists.txt
|
sed -i -e 's:${MANDIR}:/usr/man:g' -e '224d' CMakeLists.txt
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr
|
cmake -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
|
@ -28,6 +28,6 @@ build () {
|
||||||
cp -r slim-crux-smooth $PKG/usr/share/slim/themes/crux-smooth
|
cp -r slim-crux-smooth $PKG/usr/share/slim/themes/crux-smooth
|
||||||
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
|
chmod 0644 $PKG/usr/share/slim/themes/crux-smooth/*
|
||||||
|
|
||||||
# no systemd support
|
# Systemd desteği yok
|
||||||
rm -r $PKG/lib $PKG/usr/man/man1/slimlock.1
|
rm -r $PKG/lib $PKG/usr/man/man1/slimlock.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue