Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
lan-mouse


Commits:
0aa68e76 by Orhun Parmaksız at 2025-01-26T22:35:55+03:00
upgpkg: 0.10.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = lan-mouse
        pkgdesc = Software KVM Switch / mouse & keyboard sharing software for 
Local Area Networks
-       pkgver = 0.9.1
+       pkgver = 0.10.0
        pkgrel = 1
        url = https://github.com/feschber/lan-mouse
        arch = x86_64
        license = GPL-3.0-only
        makedepends = cargo
        makedepends = desktop-file-utils
+       makedepends = git
        depends = libadwaita
        depends = gtk4
        depends = libx11
@@ -14,7 +15,7 @@ pkgbase = lan-mouse
        depends = glib2
        depends = gcc-libs
        depends = hicolor-icon-theme
-       source = 
lan-mouse-0.9.1.tar.gz::https://github.com/feschber/lan-mouse/archive/v0.9.1.tar.gz
-       sha256sums = 
5d75e32bef5e391e145624f8093782291aaa70266f5b97f85090a2514c140917
+       source = 
lan-mouse-0.10.0::git+https://github.com/feschber/lan-mouse.git#commit=4703a4c9479dc787ee0555d35a79b757391ae0f9
+       sha256sums = SKIP
 
 pkgname = lan-mouse


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,17 @@
 # Contributor: feschber
 
 pkgname=lan-mouse
-pkgver=0.9.1
+pkgver=0.10.0
+_commit=4703a4c9479dc787ee0555d35a79b757391ae0f9
 pkgrel=1
 pkgdesc="Software KVM Switch / mouse & keyboard sharing software for Local 
Area Networks"
 arch=('x86_64')
 url="https://github.com/feschber/lan-mouse";
 license=("GPL-3.0-only")
 depends=('libadwaita' 'gtk4' 'libx11' 'libxtst' 'glib2' 'gcc-libs' 
'hicolor-icon-theme')
-makedepends=('cargo' 'desktop-file-utils')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5d75e32bef5e391e145624f8093782291aaa70266f5b97f85090a2514c140917')
+makedepends=('cargo' 'desktop-file-utils' 'git')
+source=("$pkgname-$pkgver::git+$url.git#commit=$_commit")
+sha256sums=('SKIP')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -34,7 +35,7 @@ package() {
 
   desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"de.feschber.LanMouse.desktop"
 
-  install -Dm0644 -t "$pkgdir/usr/share/icons/hicolor/scalable/apps" 
"resources/de.feschber.LanMouse.svg"
+  install -Dm0644 -t "$pkgdir/usr/share/icons/hicolor/scalable/apps" 
"$pkgname-gtk/resources/de.feschber.LanMouse.svg"
   install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lan-mouse/-/commit/0aa68e7647a7092185b8ce6f16befbff88e320a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lan-mouse/-/commit/0aa68e7647a7092185b8ce6f16befbff88e320a5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to