Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
gendesk


Commits:
2a133157 by Alexander F. Rødseth at 2026-05-29T20:06:36+02:00
upgpkg: 1.0.15-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = gendesk
        pkgdesc = Utility for generating desktop files by specifying a minimum 
of information
-       pkgver = 1.0.13
+       pkgver = 1.0.15
        pkgrel = 1
        url = https://gendesk.roboticoverlords.org/
        arch = x86_64
-       license = MIT
+       license = BSD-3-Clause
        makedepends = go
+       depends = glibc
        options = !lto
-       source = https://roboticoverlords.org/images/gendesk.png
-       source = https://roboticoverlords.org/gendesk/gendesk-1.0.13.tar.xz
-       source = https://roboticoverlords.org/gendesk/gendesk-1.0.13.tar.xz.asc
+       source = https://gendesk.roboticoverlords.org/default.png
+       source = https://roboticoverlords.org/gendesk/gendesk-1.0.15.tar.xz
+       source = https://roboticoverlords.org/gendesk/gendesk-1.0.15.tar.xz.asc
        validpgpkeys = 8A9BC5819C54FEB3DC2A9B48C32217F6F13FF192
-       b2sums = 
4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35
-       b2sums = 
fd3d66da41a2da7b0df752c6a598ee2c0ff0480c6b8250a61d165c929060b5e5dcdbd8e5917e0b9c5407409bd1a3e93bcf690b0f4c6ce69329d328efded16153
+       b2sums = 
e52d0e8c871b3cb01838e7d91908b1813f63cd40d1416803b6033327e5b83bf8fc1358e54014e6401dc2f30797de12d1ffd30a83d7d5efbcef2d9d08b6aa370b
+       b2sums = 
1d43107bd009d47d83c9b5e3b420ea86ed937f5a4acfb4e6b742ed4dbf179607c33ce6032e2b34f32a857c547c8ff2b97f9f2960dc0728f410168c63b5e2fd52
        b2sums = SKIP
 
 pkgname = gendesk


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,20 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 
 pkgname=gendesk
-pkgver=1.0.13
+pkgver=1.0.15
 pkgrel=1
 pkgdesc='Utility for generating desktop files by specifying a minimum of 
information'
 arch=(x86_64)
 url='https://gendesk.roboticoverlords.org/'
-license=(MIT)
+license=(BSD-3-Clause)
+depends=(glibc)
 makedepends=(go)
 options=(!lto)
 validpgpkeys=(8A9BC5819C54FEB3DC2A9B48C32217F6F13FF192)
-source=('https://roboticoverlords.org/images/gendesk.png'
+source=('https://gendesk.roboticoverlords.org/default.png'
         "https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-b2sums=('4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35'
-        
'fd3d66da41a2da7b0df752c6a598ee2c0ff0480c6b8250a61d165c929060b5e5dcdbd8e5917e0b9c5407409bd1a3e93bcf690b0f4c6ce69329d328efded16153'
+b2sums=('e52d0e8c871b3cb01838e7d91908b1813f63cd40d1416803b6033327e5b83bf8fc1358e54014e6401dc2f30797de12d1ffd30a83d7d5efbcef2d9d08b6aa370b'
+        
'1d43107bd009d47d83c9b5e3b420ea86ed937f5a4acfb4e6b742ed4dbf179607c33ce6032e2b34f32a857c547c8ff2b97f9f2960dc0728f410168c63b5e2fd52'
         'SKIP')
 
 build() {
@@ -25,6 +26,6 @@ package() {
   cd $pkgname-$pkgver
   install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
   install -Dm644 $pkgname.1.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 "$srcdir/gendesk.png" "$pkgdir/usr/share/pixmaps/gendesk.png"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/gendesk.png"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


=====================================
REUSE.toml
=====================================
@@ -6,10 +6,13 @@ path = [
     "README.md",
     "keys/**",
     ".SRCINFO",
+    ".gitignore",
     ".nvchecker.toml",
     "*.install",
     "*.sysusers",
+    "*sysusers.conf",
     "*.tmpfiles",
+    "*tmpfiles.conf",
     "*.logrotate",
     "*.pam",
     "*.service",
@@ -17,6 +20,7 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    "default.png",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gendesk/-/commit/2a13315782ef3220b19c3036d8cad7af29961e74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gendesk/-/commit/2a13315782ef3220b19c3036d8cad7af29961e74
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to