milis/talimatname/genel/g/green-recorder/talimat

22 lines
595 B
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: Linux sistemleri için basit ama işlevsel bir masaüstü kaydedici.
# URL: https://github.com/foss-project/green-recorder
# Paketçi: Oltulu
# Gerekler: pydbus python-gobject ffmpeg python-setuptools
isim=green-recorder
surum=3.1
devir=1
kaynak=(https://github.com/green-project/${isim}/archive/${surum}.tar.gz::$isim-$surum.tar.gz
$isim.desktop
$isim-tr.po)
derle() {
cd $SRC/$isim-$surum
# Çeviri
cp $SRC/$isim-tr.po po/tr.po
# masa dosya
cp $SRC/$isim.desktop data/$isim.desktop
chmod 644 data/${isim}.desktop
python2 setup.py install --root="$PKG/" --optimize=1
}