grub-customizer: update to 5.2.2.

This commit is contained in:
Duncaen 2022-10-10 17:17:21 +02:00
parent e88ca712ae
commit 5cb7beab38
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 6 additions and 7 deletions

View File

@ -1,23 +1,22 @@
# Template file for 'grub-customizer'
pkgname=grub-customizer
version=5.1.0
revision=5
version=5.2.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="gtkmm-devel openssl-devel libarchive-devel"
depends="hicolor-icon-theme grub-utils"
depends="hicolor-icon-theme grub-utils polkit xhost"
conf_files="/etc/grub-customizer/grub.cfg"
archs="i686* x86_64*"
short_desc="Graphical grub2 settings manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://launchpad.net/grub-customizer/"
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}_${version}.tar.gz"
checksum=532f793eea4c6ee6cde4bc987966fa1924946c1da5e3c7b4d4a97f2689661ee0
distfiles="https://launchpad.net/grub-customizer/${version%.*}/${version}/+download/grub-customizer_${version}.tar.gz"
checksum=39d4b3dda81c3804566f0cc9d2ab1f41e1ffa923656b651c1488220ed2046793
pre_configure() {
# Modify desktop file for Void Linux
sed -i misc/grub-customizer.desktop \
vsed -i misc/grub-customizer.desktop \
-e '/^Categories=/s/Settings/GTK/' \
-e '/^X-Ubuntu/d' \
-e '/^X-KDE/d'