Balló György pushed to branch main at Arch Linux / Packaging / Packages / boinc


Commits:
522c9de6 by Balló György at 2026-07-18T01:55:16+02:00
upgpkg: 8.2.15-2: Use upstream .desktop file

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − boinc.desktop


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = boinc
        pkgver = 8.2.15
-       pkgrel = 1
+       pkgrel = 2
        url = https://boinc.berkeley.edu/
        install = boinc.install
        arch = x86_64
@@ -26,12 +26,10 @@ pkgbase = boinc
        makedepends = zlib
        source = 
git+https://github.com/BOINC/boinc.git#tag=client_release/8.2/8.2.15
        source = boinc.bash
-       source = boinc.desktop
        source = boinc.sysusers
        source = boinc.tmpfiles
        sha512sums = 
b4053866b01cd96b2bb3a60fd85a614547943bd9211fcab30e4b5fe3a849c79b6bf3ea10a690d9b2274da2b31daecd82259817606bc4cfa68651f995aa328545
        sha512sums = 
dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5
-       sha512sums = 
b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204
        sha512sums = 
85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934
        sha512sums = 
a4d0d8cbede12ae09f5327788a2bbd3a68cdf06b40c99f0011f10ab99c97767dc97cb406c389e1d053bc2b9a19aa01744cb6519bb315ac2cf5b631c34f938ed1
 


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
 pkgver=8.2.15
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://boinc.berkeley.edu/";
 license=('LGPL-3.0-or-later')
@@ -14,12 +14,10 @@ makedepends=('git' 'curl' 'freeglut' 'glib2' 'glibc' 'glu' 
'libgcc' 'libjpeg-tur
 install=$pkgbase.install
 
source=("git+https://github.com/BOINC/boinc.git#tag=client_release/${pkgver%.*}/$pkgver";
         boinc.bash
-        boinc.desktop
         boinc.sysusers
         boinc.tmpfiles)
 
sha512sums=('b4053866b01cd96b2bb3a60fd85a614547943bd9211fcab30e4b5fe3a849c79b6bf3ea10a690d9b2274da2b31daecd82259817606bc4cfa68651f995aa328545'
             
'dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5'
-            
'b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204'
             
'85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934'
             
'a4d0d8cbede12ae09f5327788a2bbd3a68cdf06b40c99f0011f10ab99c97767dc97cb406c389e1d053bc2b9a19aa01744cb6519bb315ac2cf5b631c34f938ed1')
 
@@ -95,12 +93,6 @@ package_boinc() {
   #install bash-completion
   install -Dm644 "$srcdir/$pkgbase.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgbase"
 
-  #install .desktop File
-  install -Dm644 "$srcdir/$pkgbase.desktop" 
"$pkgdir/usr/share/applications/$pkgbase.desktop"
-
-  #install icons
-  install -Dm644 "$srcdir/boinc/packages/generic/sea/boincmgr.48x48.png" 
"$pkgdir/usr/share/pixmaps/$pkgbase.png"
-
   #remove initscripts stuff
   rm -rf "$pkgdir/etc"
 }


=====================================
boinc.desktop deleted
=====================================
@@ -1,16 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Exec=/usr/bin/boincmgr
-Path=/var/lib/boinc
-Icon=boinc
-Categories=System;Monitor;GTK;
-Name=BOINC Manager
-GenericName=BOINC monitor and control utility
-GenericName[cs]=Monitorovací a ovládací nástroj pro BOINC
-GenericName[de]=BOINC Überwachungs- und Kontrollprogramm
-GenericName[pt]=Monitorização BOINC e utilitário de controlo
-Comment=Configure or monitor a BOINC core client
-Comment[cs]=Monitoruje a nastavuje klienta BOINC
-Comment[de]=BOINC Basis Client konfigurieren oder überwachen
-Comment[pt]=Configurar ou monitorizar o cliente básico do BOINC



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boinc/-/commit/522c9de676f3ec3fd84baa2bdd2d784d459959a6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boinc/-/commit/522c9de676f3ec3fd84baa2bdd2d784d459959a6
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