From ab35c9c439bdf35763d9261889c52e3db0968dbe Mon Sep 17 00:00:00 2001 From: milisbir Date: Mon, 23 Oct 2017 17:41:55 +0300 Subject: [PATCH] heimdall.guncellendi --- talimatname/genel/heimdall/talimat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/talimatname/genel/heimdall/talimat b/talimatname/genel/heimdall/talimat index 44b34d486..691dca842 100644 --- a/talimatname/genel/heimdall/talimat +++ b/talimatname/genel/heimdall/talimat @@ -5,12 +5,16 @@ name=heimdall version=1.4.2 -release=1 +release=2 source=(https://github.com/Benjamin-Dobell/Heimdall/archive/v${version}.tar.gz::$name-$version.tar.gz + https://github.com/oltulu/Heimdall/raw/master/heimdall-frontend/mainwindow.ui::$name-mainwindow.ui + https://github.com/oltulu/Heimdall/raw/master/heimdall-frontend/aboutform.ui::$name-aboutform.ui heimdall.desktop) build(){ cd Heimdall-$version + cp -r $SRC/$name-mainwindow.ui $SRC/Heimdall-$version/heimdall-frontend/ + cp -r $SRC/$name-aboutform.ui $SRC/Heimdall-$version/heimdall-frontend/ cmake . -DCMAKE_INSTALL_PREFIX=/usr make install -m644 -D $SRC/heimdall.desktop "$PKG/usr/share/applications/heimdall.desktop"