milis/talimatname/genel/c/compton/talimat

24 lines
523 B
Text
Raw Permalink Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: X pencere sistemi için dizgici(compositor)
2017-04-13 20:47:53 +03:00
# URL: https://github.com/chjj/compton
2017-12-24 01:47:53 +02:00
# Paketçi: milisarge
2017-10-27 21:46:27 +03:00
# Gerekler: libconfig pcre xorg-mesa xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxdamage
2017-12-24 01:47:53 +02:00
# Grup: kütüphane
2017-04-13 20:47:53 +03:00
2017-10-28 15:10:23 +03:00
isim=compton
surum=git
devir=1
kaynak=()
2017-04-13 20:47:53 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-04-13 20:57:53 +03:00
cd $DERLEME_KAYNAKDIZIN
2017-04-13 20:47:53 +03:00
2017-10-28 15:10:23 +03:00
if cd $isim; then
2017-04-13 20:47:53 +03:00
git fetch -q; git reset --hard origin/master
else
2017-10-28 15:10:23 +03:00
git clone git://github.com/chjj/$isim $isim
cd $isim
2017-04-13 20:47:53 +03:00
fi
make NO_DBUS=1 compton
install -Dm755 compton $PKG/usr/bin/compton
}