update git src to remove workaround
This commit is contained in:
parent
bc199e05e8
commit
6614b5022a
2 changed files with 6 additions and 7 deletions
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…
Add table
Add a link
Reference in a new issue