homerun rebuild, patch added from testing

This commit is contained in:
Neophytos 2013-02-27 22:19:54 +00:00
parent 167a50ba6f
commit d1ec7a0b26
2 changed files with 18 additions and 4 deletions

View File

@ -4,7 +4,7 @@
pkgname=kdeplasma-applets-homerun
_pkgname=homerun
pkgver=0.2.1
pkgrel=1
pkgrel=2
pkgdesc="An application launcher for KDE Plasma desktop"
arch=('x86_64')
url="http://userbase.kde.org/Homerun"
@ -12,12 +12,16 @@ license=('GPL' 'LGPL' 'BSD')
depends=('kde-workspace')
makedepends=('cmake' 'automoc4')
conflicts=('kdeplasma-applets-homerun-git')
source=("http://download.kde.org/unstable/$_pkgname/src/$_pkgname-$pkgver.tar.bz2")
install=$pkgname.install
source=("http://download.kde.org/unstable/$_pkgname/src/$_pkgname-$pkgver.tar.bz2"
'icon.diff')
install=$pkgname.install
screenshot=('https://lh5.googleusercontent.com/-axerTR3fGvY/UExd_g_qByI/AAAAAAAAhlE/wKm_W5XtwWY/homerun.png')
md5sums=('8987d9b2f5ff82ba89495c705f75488a')
md5sums=('8987d9b2f5ff82ba89495c705f75488a'
'50a4ecca639625a23d27589589a0f6f2')
build() {
cd "$srcdir"/$_pkgname-$pkgver
patch -p1 -i "${srcdir}/icon.diff"
cd "$srcdir"
mkdir build
cd build

View File

@ -0,0 +1,10 @@
--- a/applet/configkeys.h 2012-12-18 11:29:03.000000000 -0500
+++ b/applet/configkeys_new.h 2013-02-11 17:47:08.380531185 -0500
@@ -21,6 +21,6 @@
#define CONFIGKEYS_H
#define CFG_LAUNCHER_ICON_KEY "LauncherIcon"
-#define CFG_LAUNCHER_ICON_DEFAULT "homerun"
+#define CFG_LAUNCHER_ICON_DEFAULT "chakra-shield"
#endif /* CONFIGKEYS_H */