update git src to remove workaround
This commit is contained in:
parent
bc199e05e8
commit
6614b5022a
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = indicator-kdeconnect-git
|
||||
pkgdesc = Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)
|
||||
pkgver = 56.e533361
|
||||
pkgrel = 2
|
||||
pkgver = 52.0c129c0
|
||||
pkgrel = 1
|
||||
url = https://github.com/vikoadi/indicator-kdeconnect
|
||||
arch = any
|
||||
license = GPL
|
||||
|
@ -10,7 +10,7 @@ pkgbase = indicator-kdeconnect-git
|
|||
depends = libappindicator-gtk3
|
||||
depends = kdeconnect
|
||||
depends = vala
|
||||
source = git://github.com/albertvaka/indicator-kdeconnect.git
|
||||
source = git://github.com/nicklan/indicator-kdeconnect.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = indicator-kdeconnect-git
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -2,8 +2,8 @@
|
|||
# Contributor: shimi <shimi.chen@gmail.com>
|
||||
# Contributor: Gustavo Castro <gustawho at gmail dot com>
|
||||
pkgname=indicator-kdeconnect-git
|
||||
pkgver=56.e533361
|
||||
pkgrel=2
|
||||
pkgver=52.0c129c0
|
||||
pkgrel=1
|
||||
_gitname=indicator-kdeconnect
|
||||
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ url="https://github.com/vikoadi/indicator-kdeconnect"
|
|||
license=('GPL')
|
||||
depends=('libappindicator-gtk3' 'kdeconnect' 'vala')
|
||||
makedepends=('git' 'cmake')
|
||||
source=('git://github.com/albertvaka/indicator-kdeconnect.git')
|
||||
source=('git://github.com/nicklan/indicator-kdeconnect.git')
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
@ -26,5 +26,4 @@ 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