mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:07:14 +08:00
homerun rebuild, patch added from testing
This commit is contained in:
parent
167a50ba6f
commit
d1ec7a0b26
@ -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
|
||||
|
10
kdeplasma-applets-homerun/icon.diff
Normal file
10
kdeplasma-applets-homerun/icon.diff
Normal 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 */
|
Loading…
Reference in New Issue
Block a user