mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:57:14 +08:00
[skip-ci] qsyncthingtray: update to 0.5.8
This commit is contained in:
parent
497b2449f7
commit
3e4d1a5456
@ -1,7 +1,7 @@
|
|||||||
# Arch contribution https://aur4.archlinux.org/packages/qsyncthingtray/
|
# Arch contribution https://aur4.archlinux.org/packages/qsyncthingtray/
|
||||||
|
|
||||||
pkgname=qsyncthingtray
|
pkgname=qsyncthingtray
|
||||||
pkgver=0.5.7
|
pkgver=0.5.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tray app for syncthing"
|
pkgdesc="Tray app for syncthing"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -9,10 +9,9 @@ url="https://github.com/sieren/QSyncthingTray"
|
|||||||
license=('LGPL2.1')
|
license=('LGPL2.1')
|
||||||
depends=('qt5-webengine' 'qt5-webchannel' 'qt5-location' 'syncthing')
|
depends=('qt5-webengine' 'qt5-webchannel' 'qt5-location' 'syncthing')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
install=$pkgname.install
|
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/QSyncthingTray/archive/$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/QSyncthingTray/archive/$pkgver.tar.gz"
|
||||||
"$pkgname.desktop")
|
"$pkgname.desktop")
|
||||||
sha1sums=('306eeedc99143ddd59f03ce4e9b2cc25248a54d4'
|
sha1sums=('35da0f70359018050f47f349b578ac160ddfbd29'
|
||||||
'bfd5a49e55a34cf2f45641797a8acdd45122042d')
|
'bfd5a49e55a34cf2f45641797a8acdd45122042d')
|
||||||
|
|
||||||
_pkgname=QSyncthingTray
|
_pkgname=QSyncthingTray
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
update-desktop-database -q
|
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user