milis/talimatname/genel/m/meld/talimat

18 lines
503 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: Farklılıkları tespit etme ve birleştirme aracı.
# URL: http://meldmerge.org/
# Paketçi: milisarge
# Gerekler: python3-gobject python3-cairo gtksourceview3 gsettings-desktop-schemas dconf
# Grup: sistem
isim=meld
surum=3.19.0
devir=1
kaynak=(https://download.gnome.org/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
python3 setup.py build
python3 setup.py --no-update-icon-cache --no-compile-schemas \
install --prefix=/usr --root="$PKG" --optimize=1
}