mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
add .desktop file
This commit is contained in:
parent
06c19eee6d
commit
c8e6e2692a
3 changed files with 20 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = arcdps-log-manager
|
||||
pkgdesc = Manager for Guild Wars 2 arcdps EVTC logs
|
||||
pkgver = 1.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gw2scratch.com/tools/manager
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -10,7 +10,9 @@ pkgbase = arcdps-log-manager
|
|||
depends = dotnet-sdk
|
||||
depends = gtk3
|
||||
source = git+https://github.com/gw2scratch/evtc.git#tag=manager-v1.0.2
|
||||
source = arcdps-log-manager.desktop
|
||||
sha256sums = SKIP
|
||||
sha256sums = ed093835a12ef648e9f19035faca91db0e18c89837e66f44e4e6e81980ac5bce
|
||||
|
||||
pkgname = arcdps-log-manager
|
||||
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,15 +1,17 @@
|
|||
# Maintainer: Joseph Lansdowne <J49137@gmail.com>
|
||||
pkgname=arcdps-log-manager
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Manager for Guild Wars 2 arcdps EVTC logs"
|
||||
arch=(x86_64)
|
||||
url="https://gw2scratch.com/tools/manager"
|
||||
license=(MIT)
|
||||
makedepends=(git mono-msbuild)
|
||||
depends=(dotnet-sdk gtk3)
|
||||
source=("git+https://github.com/gw2scratch/evtc.git#tag=manager-v$pkgver")
|
||||
sha256sums=(SKIP)
|
||||
source=("git+https://github.com/gw2scratch/evtc.git#tag=manager-v$pkgver"
|
||||
"$pkgname.desktop")
|
||||
sha256sums=(SKIP
|
||||
ed093835a12ef648e9f19035faca91db0e18c89837e66f44e4e6e81980ac5bce)
|
||||
|
||||
build () {
|
||||
cd "$srcdir/evtc"
|
||||
|
|
@ -24,4 +26,8 @@ package () {
|
|||
"$pkgdir/usr/bin/$pkgname"
|
||||
install -D "$srcdir/evtc/LICENSE" \
|
||||
"$pkgdir"/usr/share/licenses/arcdps-log-manager/LICENSE
|
||||
install -D "$srcdir/evtc/ArcdpsLogManager/Images/program_icon.png" \
|
||||
"$pkgdir/usr/share/pixmaps/$pkgname.png"
|
||||
install -D "$srcdir/$pkgname.desktop" \
|
||||
"$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
}
|
||||
|
|
|
|||
8
arcdps-log-manager.desktop
Normal file
8
arcdps-log-manager.desktop
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=arcdps Log Manager
|
||||
Comment=A manager for Guild Wars 2 arcdps EVTC logs
|
||||
Icon=arcdps-log-manager
|
||||
Exec=/usr/bin/arcdps-log-manager
|
||||
Categories=Utility;
|
||||
Loading…
Add table
Reference in a new issue