Update heroic-bin from 2.2.6_1 to 2.3.3_1
This commit is contained in:
parent
81ba3ddbd8
commit
2dc1cf8540
2 changed files with 24 additions and 2 deletions
22
srcpkgs/flwm/template
Normal file
22
srcpkgs/flwm/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'flwm'
|
||||
pkgname=flwm
|
||||
version=1.16
|
||||
revision=1
|
||||
repository="cereus-extra"
|
||||
build_style=gnu-configure
|
||||
makedepends="fltk-devel"
|
||||
depends="fltk"
|
||||
short_desc="Fast Light Window Manager"
|
||||
maintainer="KF-Art <https://github.com/KF-Art>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://flwm.sourceforge.net/"
|
||||
changelog="https://github.com/bbidulock/flwm/releases/tag/${version}"
|
||||
distfiles="https://github.com/bbidulock/${pkgname}/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=332de98cc4fe97c27e7b05375fbb70ff88aeadb2ac351f2aabaf5e799ea4768a
|
||||
|
||||
do_install() {
|
||||
vbin flwm
|
||||
vinstall flwm.1 644 usr/share/man/man1/flwm.1
|
||||
vinstall flwm.desktop 644 "usr/share/xsessions/flwm.desktop"
|
||||
vinstall logo.png 644 "usr/share/pixmaps/flwm.png"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'heroic-bin'
|
||||
pkgname=heroic-bin
|
||||
version=2.2.6
|
||||
version=2.3.3
|
||||
revision=1
|
||||
nostrip=yes
|
||||
archs="x86_64"
|
||||
|
@ -15,7 +15,7 @@ license="GPL-3.0"
|
|||
homepage="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
|
||||
changelog="${homepage}/releases/tag/v${version}"
|
||||
distfiles="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v${version}/heroic-${version}.tar.xz"
|
||||
checksum=fad4fda12ddcf5ee4f35dda01b84d9da048306a274808464f4d646815d13993e
|
||||
checksum=a0fabe69cb28bd2b9d42d317fdf97149114a6be25cd091fe36e8daa200e67d4c
|
||||
|
||||
do_install() {
|
||||
for dir in opt usr/{bin,share/applications}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue