changed src, added workaround
This commit is contained in:
parent
5652e60d20
commit
bc199e05e8
8
.SRCINFO
8
.SRCINFO
|
@ -1,9 +1,7 @@
|
|||
# Generated by makepkg 4.2.0
|
||||
# Sun Feb 22 03:01:49 UTC 2015
|
||||
pkgbase = indicator-kdeconnect-git
|
||||
pkgdesc = Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)
|
||||
pkgver = 51.2f8ae36
|
||||
pkgrel = 3
|
||||
pkgver = 56.e533361
|
||||
pkgrel = 2
|
||||
url = https://github.com/vikoadi/indicator-kdeconnect
|
||||
arch = any
|
||||
license = GPL
|
||||
|
@ -12,7 +10,7 @@ pkgbase = indicator-kdeconnect-git
|
|||
depends = libappindicator-gtk3
|
||||
depends = kdeconnect
|
||||
depends = vala
|
||||
source = git://github.com/vikoadi/indicator-kdeconnect.git
|
||||
source = git://github.com/albertvaka/indicator-kdeconnect.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = indicator-kdeconnect-git
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: shimi <shimi.chen@gmail.com>
|
||||
# Maintainer: Sebastian Gumprich <sebastian.gumprich@38.de>
|
||||
# Contributor: shimi <shimi.chen@gmail.com>
|
||||
# Contributor: Gustavo Castro <gustawho at gmail dot com>
|
||||
pkgname=indicator-kdeconnect-git
|
||||
pkgver=51.2f8ae36
|
||||
pkgrel=3
|
||||
pkgver=56.e533361
|
||||
pkgrel=2
|
||||
_gitname=indicator-kdeconnect
|
||||
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
|
||||
arch=('any')
|
||||
|
@ -10,7 +11,7 @@ url="https://github.com/vikoadi/indicator-kdeconnect"
|
|||
license=('GPL')
|
||||
depends=('libappindicator-gtk3' 'kdeconnect' 'vala')
|
||||
makedepends=('git' 'cmake')
|
||||
source=('git://github.com/vikoadi/indicator-kdeconnect.git')
|
||||
source=('git://github.com/albertvaka/indicator-kdeconnect.git')
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
@ -25,4 +26,5 @@ package() {
|
|||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
make DESTDIR="${pkgdir}" install
|
||||
for f in ${pkgdir}/usr/share/icons/hicolor/scalable/devices/*.svg; do cp $f ${pkgdir}/usr/share/icons/hicolor/scalable/devices/$(basename "$f").png; done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue