milis/talimatname/genel/r/rxvt-unicode/talimat

57 lines
1.8 KiB
Plaintext
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.

# Tanım: Rxvt terminal emülatörünün geliştirilmiş bir unicode özellikli sürümü.
# URL: http://software.schmorp.de/pkg/rxvt-unicode.html
# Paketçi: milisarge
# Gerekler: gdk-pixbuf xorg-libxft startup-notification
# Grup: sistem
isim=rxvt-unicode
surum=9.20
devir=2
kaynak=(
http://dist.schmorp.de/rxvt-unicode/Attic/$isim-$surum.tar.bz2
$isim.desktop
$isim.svg)
derle(){
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-everything \
--enable-unicode3 \
--enable-combining \
--enable-xft \
--enable-font-styles \
--enable-transparency \
--enable-fading \
--enable-frills \
--enable-pixbuf \
--enable-rxvt-scroll \
--enable-next-scroll \
--enable-xterm-scroll \
--enable-perl \
--enable-xim \
--enable-iso14755 \
--enable-keepscrolling \
--enable-selectionscrolling \
--enable-mousewheel \
--enable-slipwheeling \
--enable-smart-resize \
--enable-text-blink \
--enable-pointer-blank \
--enable-utmp \
--enable-wtmp \
--enable-lastlog \
--enable-256-color
mkdir -p $PKG/usr/share/terminfo
TERMINFO=$PKG/usr/share/terminfo make install DESTDIR=$PKG
# Openclipart simgesiyle masaüstü bütünleşmesi
install -Dm 644 $SRC/$isim.desktop \
$PKG/usr/share/applications/$isim.desktop
install -Dm 644 $SRC/$isim.svg \
$PKG/usr/share/icons/hicolor/scalable/apps/$isim.svg
}