mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
octoxbps: update to 0.3.2
This commit is contained in:
parent
ae2aa23373
commit
62a9100969
2 changed files with 9 additions and 4 deletions
1
srcpkgs/octoxbps/files/README.voidlinux
Normal file
1
srcpkgs/octoxbps/files/README.voidlinux
Normal file
|
@ -0,0 +1 @@
|
||||||
|
octoxbps will need sudo or opendoas installed for elevation privileges
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'octoxbps'
|
# Template file for 'octoxbps'
|
||||||
pkgname=octoxbps
|
pkgname=octoxbps
|
||||||
version=0.3.1
|
version=0.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
||||||
makedepends="qt5-declarative-devel qtermwidget-devel"
|
makedepends="qt5-declarative-devel qtermwidget-devel"
|
||||||
depends="curl sudo"
|
depends="curl"
|
||||||
short_desc="Qt-based XBPS front-end"
|
short_desc="Qt-based XBPS front-end"
|
||||||
maintainer="beefcurtains <beefcurtains@voidlinux.org>"
|
maintainer="beefcurtains <beefcurtains@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/aarnt/octoxbps"
|
homepage="https://tintaescura.com/projects/octopi/"
|
||||||
changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
|
||||||
distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
|
||||||
checksum=0ec95b8f79a1536cb7b7d2e0ac56175972a3ca77fb0ba67a7e190f592644a088
|
checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
local qmake_args
|
local qmake_args
|
||||||
|
@ -44,3 +44,7 @@ do_install() {
|
||||||
cd $_dir && make INSTALL_ROOT=${DESTDIR} install
|
cd $_dir && make INSTALL_ROOT=${DESTDIR} install
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue