Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d3080175aa7b6e3cfbd91b138718837934b9fae
commit 4d3080175aa7b6e3cfbd91b138718837934b9fae Author: crazy <[email protected]> Date: Thu Sep 1 01:46:25 2016 +0200 krfb-16.04.3-2-x86_64 * add an icon , stolen from oxygen since only oxygen icon theme has it diff --git a/source/kde5/krfb/FrugalBuild b/source/kde5/krfb/FrugalBuild index a382d0d..f0a8f6c 100644 --- a/source/kde5/krfb/FrugalBuild +++ b/source/kde5/krfb/FrugalBuild @@ -3,13 +3,22 @@ pkgname=krfb pkgver=16.04.3 -pkgrel=1 +pkgrel=2 pkgdesc="KRfb is a RFB protocol server (VNC)." archs=('i686' 'x86_64') _F_kde_project="applications" Finclude kf5 +source+=($pkgname.png) depends=("qt5-x11extras>=$_F_kdever_qt5" "kdnssd>=$_F_kf5_full" "kwallet5>=$_F_kf5_full" "kxmlgui>=$_F_kf5_full" 'libxtst' 'libvncserver') makedepends+=('kdoctools') -sha1sums=('d4505b90109313278927f35205f82fd9669579c0') +sha1sums=('d4505b90109313278927f35205f82fd9669579c0' \ + '4ca0b15d0863a3afc466e6ade4d1946e44bc1975') + +build() { + + KDE_build + Finstallrel 644 "$Fsrcdir/$pkgname.png" \ + "usr/share/pixmaps/$pkgname.png" +} # optimization OK diff --git a/source/kde5/krfb/krfb.png b/source/kde5/krfb/krfb.png new file mode 100644 index 0000000..a3996c7 Binary files /dev/null and b/source/kde5/krfb/krfb.png differ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
