update buildfile and vesktop
This commit is contained in:
parent
74abed2c2e
commit
2efbd1c386
4 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ sync-fetch:
|
||||||
sync-update: sync-fetch
|
sync-update: sync-fetch
|
||||||
@cd $(BUILDDIR) && git stash >/dev/null 2>&1
|
@cd $(BUILDDIR) && git stash >/dev/null 2>&1
|
||||||
@cd $(BUILDDIR) && git pull
|
@cd $(BUILDDIR) && git pull
|
||||||
@cd $(BUILDDIR) && git stash pop >/dev/null 2>&1
|
@cd $(BUILDDIR) && git stash pop || : >/dev/null 2>&1
|
||||||
sync-build: sync-update
|
sync-build: sync-update
|
||||||
@cd $(BUILDDIR) && ./xbps-src binary-bootstrap
|
@cd $(BUILDDIR) && ./xbps-src binary-bootstrap
|
||||||
sync-clean:
|
sync-clean:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://git.squi.bid/XD"
|
homepage="https://git.squi.bid/XD"
|
||||||
distfiles="https://git.squi.bid/squibid/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://git.squi.bid/squibid/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=40e5c6f4502e3980d92c8eebdd5c02d9cc18067e6e68c35b486ea195b0d9af04
|
checksum=c63937639cc0c0385c7ab0b4d4f1a332bb0d83ae94e22dc78fe4e00002290807
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ revision=1
|
||||||
build_style=zig-build
|
build_style=zig-build
|
||||||
nopie=yes
|
nopie=yes
|
||||||
makedepends="pam-devel xcb-util-devel pkg-config"
|
makedepends="pam-devel xcb-util-devel pkg-config"
|
||||||
|
depends="zig"
|
||||||
short_desc="display manager with console UI"
|
short_desc="display manager with console UI"
|
||||||
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vesktop'
|
# Template file for 'vesktop'
|
||||||
pkgname=vesktop
|
pkgname=vesktop
|
||||||
version=1.5.8
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
short_desc="custom Discord App"
|
short_desc="custom Discord App"
|
||||||
|
|
@ -8,8 +8,7 @@ maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Vencord/Vesktop"
|
homepage="https://github.com/Vencord/Vesktop"
|
||||||
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop-${version}.tar.gz"
|
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop-${version}.tar.gz"
|
||||||
checksum=c2ed2184da586c575f3dbf14afc41a85760693586b079b3d2b0ba8f181cd3d51
|
checksum=c78489c89caad16ba64c082c1c1095a45b66bc84bb437bda7f7d27c91c6d9907
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local package_location="usr/lib/$pkgname" item
|
local package_location="usr/lib/$pkgname" item
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue