fbida.guncellendi

This commit is contained in:
milisbir 2017-08-12 23:33:41 +03:00
parent e937a30088
commit 8b599cca75
1 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@
name=fbida name=fbida
version=2.10 version=2.10
release=1 release=2
source=(http://dl.bytesex.org/releases/fbida/$name-$version.tar.gz source=(http://dl.bytesex.org/releases/fbida/$name-$version.tar.gz
ida-desktop.patch) ida-desktop.patch)
@ -17,6 +17,8 @@ build() {
make verbose=yes make verbose=yes
convert -resize 25% logo.jpg ida.png convert -resize 25% logo.jpg ida.png
make STRIP="" DESTDIR=$PKG prefix=/usr install make STRIP="" DESTDIR=$PKG prefix=/usr install
install -D -m644 desktop/ida.desktop $PKG/usr/share/applications/ida.desktop" install -d -m644 $PKG/usr/share/applications
install -D -m644 ida.png $PKG/usr/share/pixmaps/ida.png" install -d -m644 $PKG/usr/share/pixmaps
cp -f desktop/ida.desktop $PKG/usr/share/applications/ida.desktop
cp -f ida.png $PKG/usr/share/pixmaps/ida.png
} }