milis/talimatname/genel/m/mugshot/talimat

19 lines
638 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: Kişisel kullanıcı bilgilerini güncellemek için program
# URL: https://launchpad.net/mugshot
# Paketçi: Cihan_Alkan
# Gerekler: intltool python3 gtk3 python3-distutils-extra python3-pexpect dbus-python python3-cairo python3-gobject accountsservice
# Grup: sistem
isim=mugshot
surum=0.4.1
devir=1
kaynak=(https://launchpad.net/mugshot/${surum%.*}/0.4.1/+download/$isim-$surum.tar.gz::$isim-$surum.tar.gz
mugshot-tr-0.4.1.po)
derle() {
cd "${SRC}/${isim}-${surum}"
cp ${SRC}/mugshot-tr-$surum.po po/tr.po
python3 setup.py install --root=$PKG --optimize=1
[ -d $PKG/usr/share/doc ] && rm -rf $PKG/usr/share/doc
}