meld.desktop kopyalandı..

This commit is contained in:
Aydın Yakar 2017-06-27 17:23:54 +03:00 committed by GitHub
parent 703247c6a6
commit 4c4d65f27f
1 changed files with 3 additions and 4 deletions

View File

@ -6,17 +6,16 @@
name=meld
version=3.16.4
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
meld.desktop)
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
mkdir -p $PKG/opt/ $PKG/usr/bin/
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
mv $PKG/$name-$version/meld.desktop /usr/share/applications/
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"
}