xlunch: update to 4.1.0.
This commit is contained in:
parent
42a27f72be
commit
361aad1b04
2 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@ case "$ACTION" in
|
||||||
pre)
|
pre)
|
||||||
;;
|
;;
|
||||||
post)
|
post)
|
||||||
|
mkdir -p etc/xlunch
|
||||||
APPS=/usr/share/applications
|
APPS=/usr/share/applications
|
||||||
ICONS=/usr/share/icons/hicolor
|
ICONS=/usr/share/icons/hicolor
|
||||||
SIZE=48
|
SIZE=48
|
||||||
|
@ -29,6 +30,6 @@ case "$ACTION" in
|
||||||
echo "$NAME;$ICON;$EXEC"
|
echo "$NAME;$ICON;$EXEC"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done | sort | uniq > etc/xlunch/icons.conf
|
done | sort | uniq > etc/xlunch/entries.dsv
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xlunch'
|
# Template file for 'xlunch'
|
||||||
pkgname=xlunch
|
pkgname=xlunch
|
||||||
version=3.2.13
|
version=4.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=xlunch
|
make_build_target=xlunch
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://xlunch.org/"
|
homepage="http://xlunch.org/"
|
||||||
distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz"
|
||||||
checksum=e84bb82969169614f9785d53a6a9c4efdf9c86bcd120a287f3e664ffc0bb1ddd
|
checksum=1ab92c83a1e7590dca081bd9960b1d7c302ea516810922a5f04f33b820ab5e6f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin xlunch
|
vbin xlunch
|
||||||
|
|
Loading…
Reference in a new issue