Update octoxbps-git from 20220417_1 to 20220513_1
This commit is contained in:
parent
1e298f828d
commit
636d74020f
2 changed files with 17 additions and 2 deletions
15
srcpkgs/octoxbps-git/patches/getlinuxdistro_cereus.patch
Normal file
15
srcpkgs/octoxbps-git/patches/getlinuxdistro_cereus.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
diff --git a/src/unixcommand.cpp b/src/unixcommand.cpp
|
||||||
|
index 1762c4b..bc059a8 100644
|
||||||
|
--- a/src/unixcommand.cpp
|
||||||
|
+++ b/src/unixcommand.cpp
|
||||||
|
@@ -713,6 +713,10 @@ LinuxDistro UnixCommand::getLinuxDistro()
|
||||||
|
{
|
||||||
|
ret = ectn_VOID;
|
||||||
|
}
|
||||||
|
+ else if (contents.contains("ID=\"Cereus\""))
|
||||||
|
+ {
|
||||||
|
+ ret = ectn_VOID;
|
||||||
|
+ }
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ret = ectn_UNKNOWN;
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'octoxbps-git'
|
# Template file for 'octoxbps-git'
|
||||||
pkgname=octoxbps-git
|
pkgname=octoxbps-git
|
||||||
version=20220417
|
version=20220513
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
|
hostmakedepends="qt5-qmake pkg-config qt5-host-tools git"
|
||||||
makedepends="qt5-declarative-devel qtermwidget-devel"
|
makedepends="qt5-declarative-devel qtermwidget-devel"
|
||||||
depends="curl"
|
depends="curl"
|
||||||
short_desc="Qt-based XBPS front-end"
|
short_desc="Qt-based XBPS front-end - git branch"
|
||||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/aarnt/octoxbps"
|
homepage="https://github.com/aarnt/octoxbps"
|
||||||
|
|
Loading…
Add table
Reference in a new issue