milis/talimatname/genel/m/meld/talimat

22 lines
691 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: yakar (aydin@komutan.org)
# Gerekler: python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas dconf
name=meld
version=3.16.4
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
mkdir -p $PKG/opt/ $PKG/usr/bin/ $PKG/usr/share/applications/
cp -r $SRC/$name-$version $PKG/opt/
cd $PKG/opt/$name-$version
python setup.py build
cp $PKG/opt/$name-$version/build/share/applications/meld.desktop $PKG/usr/share/applications/
ln -s /opt/$name-$version/bin/$name $PKG/usr/bin/meld
#chmod +x "$PKG/usr/bin/$name"
}