Compare commits

..

No commits in common. "5cf3ea42b46c2eed19676acf44d20029fcf83cc9" and "219ca3c6246c89fd45ccc2da7618f63a96006898" have entirely different histories.

4 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@ pkgbase = indicator-kdeconnect-git
pkgver = r625.669bdd5 pkgver = r625.669bdd5
pkgrel = 1 pkgrel = 1
url = https://github.com/b4j4/indicator-kdeconnect url = https://github.com/b4j4/indicator-kdeconnect
arch = x86_64 arch = any
license = GPL license = GPL
makedepends = git makedepends = git
makedepends = meson makedepends = meson
@ -22,3 +22,4 @@ pkgbase = indicator-kdeconnect-git
sha256sums = b79c5b3b3cda6b7e9e329ae1ea080f8750dde64025090b9cb534efb7a2c0f537 sha256sums = b79c5b3b3cda6b7e9e329ae1ea080f8750dde64025090b9cb534efb7a2c0f537
pkgname = indicator-kdeconnect-git pkgname = indicator-kdeconnect-git

5
.gitignore vendored
View File

@ -2,8 +2,7 @@
* *
# But not these files... # But not these files...
!*.patch
!.SRCINFO
!.gitignore !.gitignore
!PKGBUILD !PKGBUILD
!README.md !.SRCINFO
!*.patch

View File

@ -6,7 +6,7 @@ pkgver=r625.669bdd5
pkgrel=1 pkgrel=1
_gitname=indicator-kdeconnect _gitname=indicator-kdeconnect
pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)" pkgdesc="Integrate KDEConnect on desktop environments that use AppIndicators (e.g. Unity)"
arch=('x86_64') arch=('any')
url="https://github.com/b4j4/indicator-kdeconnect" url="https://github.com/b4j4/indicator-kdeconnect"
license=('GPL') license=('GPL')
conflicts=('indicator-kdeconnect') conflicts=('indicator-kdeconnect')

View File

@ -1,3 +0,0 @@
## Deprecated
As KDE Connect itself now provides the binary `kdeconnect-indicator`, this project is no longer needed.