Rebuild octoxbps-git as qtermwidget was updated

Support for GabeeOS was also added.
This commit is contained in:
KF-Art 2022-11-24 13:44:46 -05:00
parent aa193b439f
commit 9a3da1a277
2 changed files with 8 additions and 4 deletions

View file

@ -1,14 +1,18 @@
diff --git a/src/unixcommand.cpp b/src/unixcommand.cpp diff --git a/src/unixcommand.cpp b/src/unixcommand.cpp
index 1762c4b..bc059a8 100644 index 1762c4b..bf3aa3c 100644
--- a/src/unixcommand.cpp --- a/src/unixcommand.cpp
+++ b/src/unixcommand.cpp +++ b/src/unixcommand.cpp
@@ -713,6 +713,10 @@ LinuxDistro UnixCommand::getLinuxDistro() @@ -713,6 +713,14 @@ LinuxDistro UnixCommand::getLinuxDistro()
{ {
ret = ectn_VOID; ret = ectn_VOID;
} }
+ else if (contents.contains("ID=\"cereus\"")) + else if (contents.contains("ID=\"cereus\""))
+ { + {
+ ret = ectn_VOID; + ret = ectn_VOID;
+ }
+ else if (contents.contains("ID=\"gabeeos\""))
+ {
+ ret = ectn_VOID;
+ } + }
else else
{ {

View file

@ -1,7 +1,7 @@
# Template file for 'octoxbps-git' # Template file for 'octoxbps-git'
pkgname=octoxbps-git pkgname=octoxbps-git
version=2022.10.29 version=2022.11.14
revision=1 revision=2
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"