chore: remove dead plasma-theme pkg, fix optdepends and dead cmake flag

- drop antergos-plasma-theme: superseded by antergos-layan-theme, the
  active look-and-feel (com.github.vinceliuice.Layan). Package had no
  dependents, was not referenced by any calamares config or netinstall
  group, and pulled plasma-desktop as a hard dep. Removed from
  packages.yaml, README, and deleted the package directory. The
  start-here-kde-antergos.svg it shipped is a self-contained copy inside
  antergos-layan-theme, so nothing breaks.
- antergos-next-desktop-settings pkgrel 1-4: add descriptions to
  optdepends (qt5ct/qt6ct) per Arch packaging guidelines (closes #2).

Calamares pkgrel 3.4.2-10:
- remove -DCMAKE_DISTRIBUTION_NAME: calamares ignores it; the 'for
  Antergos NeXT' about text comes from versionedName in the active
  branding component at runtime (closes #3).
This commit is contained in:
2026-08-09 21:49:07 +02:00
parent 8ed1a6e5ad
commit 51acbc1397
16 changed files with 3 additions and 374 deletions
-1
View File
@@ -13,7 +13,6 @@ Custom package repository for Antergos NeXT ISO builds.
| `antergos-release` | Antergos NeXT `/etc/os-release` |
| `antergos-lsb-release` | LSB release info |
| `antergos-next-desktop-settings` | Plasma/GTK theme, dconf/plasma-settings defaults |
| `antergos-plasma-theme` | Plasma desktop theme |
| `antergos-xfce-theme` | XFCE desktop theme |
| `antergos-layan-theme` | Layan theme variant |
| `antergos-wallpapers` | Desktop wallpapers |
-1
View File
@@ -6,7 +6,6 @@ packages:
- antergos-release
- pixie-sddm-git
- antergos-wallpapers
- antergos-plasma-theme
- antergos-welcome
- antergos-grub-theme
- antergos-live
@@ -2,7 +2,7 @@
pkgname=antergos-next-desktop-settings
pkgver=1
pkgrel=3
pkgrel=4
pkgdesc="Antergos NeXT desktop settings, theme, and color scheme"
arch=('any')
url="https://github.com/Antergos-NeXT/antergos-packages"
@@ -14,7 +14,7 @@ depends=(
'noto-fonts'
'ttf-roboto'
)
optdepends=('qt5ct' 'qt6ct')
optdepends=('qt5ct: Qt5 configuration tool' 'qt6ct: Qt6 configuration tool')
source=(
"antergos-next-gtk3.css"
"antergos-next-gtk4.css"
-60
View File
@@ -1,60 +0,0 @@
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
pkgname=antergos-plasma-theme
pkgver=1
pkgrel=3
pkgdesc='Antergos NeXT Plasma desktop theme, look-and-feel, and splash screen'
arch=('any')
url="https://github.com/Antergos-NeXT/antergos-packages"
license=('GPL')
depends=('plasma-desktop' 'antergos-wallpapers')
groups=('antergos-branding' 'antergos-style')
optdepends=('qt5ct' 'qt6ct')
source=(
"antergos-dark-colors"
"antergos-dark-metadata.json"
"antergos-dark-plasmarc"
"antergos-dark-start.svgz"
"antergosdark-desktop-metadata.json"
"antergosdark-desktop-defaults"
"antergosdark-desktop-layout.js"
"antergosdark-desktop-splash.qml"
"antergosdark-desktop-plasmoidsetupscript-kickoff.js"
"start-here-kde-antergos.svg"
"preview.png"
)
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
package() {
# Plasma Desktop Theme
install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark"
install -m644 "${srcdir}/antergos-dark-colors" "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark/colors"
install -m644 "${srcdir}/antergos-dark-metadata.json" "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark/metadata.json"
install -m644 "${srcdir}/antergos-dark-plasmarc" "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark/plasmarc"
install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark/icons"
install -m644 "${srcdir}/antergos-dark-start.svgz" "${pkgdir}/usr/share/plasma/desktoptheme/antergos-dark/icons/start.svgz"
# Look-and-Feel
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop"
install -m644 "${srcdir}/antergosdark-desktop-metadata.json" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/metadata.json"
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents"
install -m644 "${srcdir}/antergosdark-desktop-defaults" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/defaults"
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/layouts"
install -m644 "${srcdir}/antergosdark-desktop-layout.js" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js"
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/splash"
install -m644 "${srcdir}/antergosdark-desktop-splash.qml" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/splash/Splash.qml"
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/plasmoidsetupscripts"
install -m644 "${srcdir}/antergosdark-desktop-plasmoidsetupscript-kickoff.js" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/plasmoidsetupscripts/org.kde.plasma.kickoff.js"
install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/previews"
install -m644 "${srcdir}/preview.png" "${pkgdir}/usr/share/plasma/look-and-feel/antergosdark.desktop/contents/previews/preview.png"
# Start menu icon for icon theme
install -dm755 "${pkgdir}/usr/share/icons/hicolor/scalable/places"
install -m644 "${srcdir}/start-here-kde-antergos.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg"
# Override breeze-dark start-here-kde icons so kickoff resolves to Antergos logo
for size in 16 22 24 32 64 96; do
install -dm755 "${pkgdir}/usr/share/icons/breeze-dark/places/${size}"
install -m644 "${srcdir}/start-here-kde-antergos.svg" "${pkgdir}/usr/share/icons/breeze-dark/places/${size}/start-here-kde.svg"
done
}
@@ -1,122 +0,0 @@
[ColorEffects:Disabled]
Color=112,111,110
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=1
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=true
IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=66,66,66
BackgroundNormal=53,53,53
DecorationFocus=46,163,242
DecorationHover=46,163,242
ForegroundActive=46,163,242
ForegroundInactive=160,160,160
ForegroundLink=46,163,242
ForegroundNegative=182,0,0
ForegroundNeutral=255,221,0
ForegroundNormal=245,245,245
ForegroundPositive=88,175,88
ForegroundVisited=199,79,79
[Colors:Complementary]
BackgroundAlternate=50,50,50
BackgroundNormal=35,35,35
DecorationFocus=46,163,242
DecorationHover=46,163,242
ForegroundActive=46,163,242
ForegroundInactive=175,176,179
ForegroundLink=61,174,230
ForegroundNegative=237,21,21
ForegroundNeutral=201,206,59
ForegroundNormal=218,218,218
ForegroundPositive=17,209,22
ForegroundVisited=61,174,230
[Colors:Selection]
BackgroundAlternate=10,46,86
BackgroundNormal=24,72,128
DecorationFocus=76,76,76
DecorationHover=63,63,63
ForegroundActive=46,163,242
ForegroundInactive=160,160,160
ForegroundLink=38,155,193
ForegroundNegative=182,0,0
ForegroundNeutral=181,157,0
ForegroundNormal=247,247,247
ForegroundPositive=91,181,91
ForegroundVisited=199,79,79
[Colors:Tooltip]
BackgroundAlternate=42,42,42
BackgroundNormal=26,26,26
DecorationFocus=76,76,76
DecorationHover=63,63,63
ForegroundActive=46,163,242
ForegroundInactive=170,170,170
ForegroundLink=35,146,180
ForegroundNegative=171,0,0
ForegroundNeutral=162,140,0
ForegroundNormal=244,244,244
ForegroundPositive=83,165,83
ForegroundVisited=199,79,79
[Colors:View]
BackgroundAlternate=42,42,42
BackgroundNormal=48,48,49
DecorationFocus=76,76,76
DecorationHover=86,86,86
ForegroundActive=46,163,242
ForegroundInactive=160,160,160
ForegroundLink=250,250,250
ForegroundNegative=163,0,0
ForegroundNeutral=166,144,0
ForegroundNormal=255,255,255
ForegroundPositive=75,149,75
ForegroundVisited=182,73,73
[Colors:Window]
BackgroundAlternate=42,42,42
BackgroundNormal=50,49,49
DecorationFocus=76,76,76
DecorationHover=86,86,86
ForegroundActive=46,163,242
ForegroundInactive=160,160,160
ForegroundLink=35,145,179
ForegroundNegative=255,0,0
ForegroundNeutral=235,204,0
ForegroundNormal=249,249,249
ForegroundPositive=111,221,111
ForegroundVisited=255,101,101
[General]
ColorScheme=AntergosDark
Name=Antergos Dark
shadeSortColumn=true
[Icons]
Theme=breeze-dark
[KDE]
contrast=2
[WM]
activeBackground=45,45,45
activeBlend=45,45,45
activeForeground=255,255,255
inactiveBackground=53,53,53
inactiveBlend=53,53,53
inactiveForeground=155,155,155
@@ -1,19 +0,0 @@
{
"KPlugin": {
"Authors": [
{
"Email": "ash8820@proton.me",
"Name": "Antergos NeXT"
}
],
"Category": "",
"Description": "Antergos NeXT dark Plasma theme",
"EnabledByDefault": true,
"Id": "antergos-dark",
"License": "LGPL",
"Name": "Antergos Dark",
"Version": "1.0.0",
"Website": "https://github.com/Antergos-NeXT"
},
"X-Plasma-API": "5.0"
}
@@ -1,14 +0,0 @@
[Wallpaper]
defaultWallpaperTheme=antergos-wallpaper
defaultFileSuffix=.png
defaultWidth=1920
defaultHeight=1080
[ContrastEffect]
nabled=true
contrast=0.2
intensity=0.6
saturation=10
[AdaptiveTransparency]
enabled=true
@@ -1,24 +0,0 @@
[kdeglobals][General]
ColorScheme=AntergosNeXT
[kdeglobals][Icons]
Theme=breeze-dark
[kdeglobals][KDE]
widgetStyle=Breeze
[plasmarc][Theme]
name=antergos-dark
[Wallpaper]
Image=antergos-wallpaper
[kwinrc][DesktopSwitcher]
LayoutName=org.kde.breeze.desktop
[kwinrc][WindowSwitcher]
LayoutName=org.kde.breeze.desktop
[kwinrc][org.kde.kdecoration2]
library=org.kde.breeze
theme=Breeze
@@ -1,9 +0,0 @@
loadTemplate("org.kde.plasma.desktop.defaultPanel")
var desktopsArray = desktopsForActivity(currentActivity());
for( var j = 0; j < desktopsArray.length; j++) {
desktopsArray[j].wallpaperPlugin = 'org.kde.image';
desktopsArray[j].currentConfigGroup = ['Wallpaper', 'org.kde.image', 'General'];
desktopsArray[j].writeConfig('Image', 'file:///usr/share/backgrounds/antergos/antergos-wallpaper.png');
desktopsArray[j].writeConfig('FillMode', 2);
}
@@ -1,18 +0,0 @@
{
"KPackageStructure": "Plasma/LookAndFeel",
"KPlugin": {
"Authors": [
{
"Email": "ash8820@proton.me",
"Name": "Antergos NeXT"
}
],
"Category": "",
"Description": "Antergos Dark look-and-feel by Antergos NeXT",
"Id": "antergosdark.desktop",
"License": "GPLv2+",
"Name": "Antergos Dark",
"Website": "https://github.com/Antergos-NeXT"
},
"X-Plasma-API": "5.0"
}
@@ -1,3 +0,0 @@
applet.currentConfigGroup = ["General"];
applet.writeConfig("icon", "start-here-kde-antergos");
applet.reloadConfig();
@@ -1,98 +0,0 @@
import QtQuick
Image {
id: root
source: "images/background.png"
property int stage
onStageChanged: {
if (stage == 1) {
introAnimation.running = true
}
}
Rectangle {
id: overlay
color: "#cc1a1c21"
anchors.fill: parent
}
Text {
id: logoText
text: "Antergos"
color: "#2EA3F2"
font.family: "Roboto"
font.weight: Font.Light
font.pointSize: 48
anchors.centerIn: parent
anchors.verticalCenterOffset: -40
}
Text {
id: subtitleText
text: "NeXT"
color: "#eff0f1"
font.family: "Roboto"
font.weight: Font.Thin
font.pointSize: 24
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: logoText.bottom
anchors.topMargin: 4
}
Rectangle {
id: progressBarBg
radius: 2
color: "#3f4347"
anchors {
horizontalCenter: parent.horizontalCenter
top: subtitleText.bottom
topMargin: 40
}
height: 4
width: 200
Rectangle {
id: progressBar
radius: 2
color: "#2EA3F2"
anchors {
left: parent.left
top: parent.top
bottom: parent.bottom
}
width: (parent.width / 6) * (stage - 1)
Behavior on width {
PropertyAnimation {
duration: 250
easing.type: Easing.InOutQuad
}
}
}
}
SequentialAnimation {
id: introAnimation
running: false
ParallelAnimation {
PropertyAnimation {
property: "opacity"
target: logoText
from: 0
to: 1
duration: 800
easing.type: Easing.InOutQuad
}
PropertyAnimation {
property: "opacity"
target: subtitleText
from: 0
to: 1
duration: 800
easing.type: Easing.InOutQuad
}
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

@@ -1 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 48 48" width="48pt" height="48pt"><linearGradient id="_lgradient_14" x1="-0.000038208333333289435" y1="0.5000000833333331" x2="0.9999618333333335" y2="0.5000000833333331" gradientTransform="matrix(43.002,0,0,43.004,2.499,2.5)" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-opacity="1" style="stop-color:rgb(0,198,255)"/><stop offset="98.69565217391305%" stop-opacity="1" style="stop-color:rgb(0,114,255)"/></linearGradient><path d=" M 24 5.5 C 24.88 5.53 25.75 5.75 26.54 6.14 C 27.65 6.67 28.68 7.33 29.61 8.12 C 30.75 9.06 31.82 10.1 32.79 11.21 C 33.88 12.45 34.9 13.75 35.83 15.1 C 37.76 17.87 39.37 20.84 40.63 23.97 C 41.2 25.37 41.67 26.81 42.02 28.28 C 42.32 29.5 42.48 30.76 42.5 32.02 C 42.51 33.2 42.33 34.37 41.96 35.48 C 41.65 36.39 41.18 37.24 40.57 37.97 C 39.97 38.69 39.25 39.3 38.46 39.8 C 37.61 40.33 36.71 40.76 35.76 41.08 C 34.76 41.43 33.73 41.7 32.69 41.89 C 31.65 42.09 30.59 42.23 29.54 42.32 C 27.69 42.46 25.85 42.52 24 42.5 C 22.15 42.52 20.31 42.46 18.46 42.32 C 17.41 42.23 16.35 42.09 15.31 41.89 C 14.27 41.7 13.24 41.43 12.24 41.08 C 11.29 40.76 10.39 40.33 9.54 39.8 C 8.75 39.3 8.03 38.69 7.43 37.97 C 6.82 37.24 6.35 36.39 6.04 35.48 C 5.67 34.37 5.49 33.2 5.5 32.02 C 5.52 30.76 5.68 29.5 5.98 28.28 C 6.33 26.81 6.8 25.37 7.37 23.97 C 8.63 20.84 10.24 17.87 12.17 15.1 C 13.1 13.75 14.12 12.45 15.21 11.21 C 16.18 10.1 17.25 9.06 18.39 8.12 C 19.32 7.33 20.35 6.67 21.45 6.14 C 22.25 5.75 23.11 5.53 24 5.5 L 24 5.5 Z M 24 2.5 C 25.34 2.53 26.67 2.85 27.87 3.45 C 29.18 4.08 30.41 4.88 31.53 5.82 C 32.79 6.86 33.97 8 35.05 9.23 C 36.21 10.55 37.3 11.94 38.3 13.4 C 40.35 16.34 42.07 19.51 43.41 22.84 C 44.04 24.38 44.55 25.96 44.93 27.57 C 45.29 29.01 45.48 30.49 45.5 31.98 C 45.52 33.5 45.28 35 44.81 36.44 C 44.38 37.7 43.72 38.87 42.87 39.9 C 42.06 40.86 41.11 41.68 40.05 42.34 C 39.01 42.99 37.9 43.52 36.74 43.92 C 35.6 44.31 34.43 44.62 33.24 44.84 C 32.09 45.06 30.94 45.21 29.78 45.31 C 27.85 45.46 25.93 45.52 24 45.5 C 22.07 45.52 20.15 45.46 18.22 45.31 C 17.06 45.21 15.91 45.06 14.76 44.84 C 13.57 44.62 12.4 44.31 11.26 43.92 C 10.1 43.52 8.99 42.99 7.95 42.34 C 6.89 41.68 5.94 40.86 5.13 39.9 C 4.28 38.87 3.62 37.7 3.19 36.44 C 2.72 35 2.48 33.5 2.5 31.98 C 2.52 30.49 2.71 29.01 3.07 27.57 C 3.45 25.96 3.96 24.38 4.59 22.84 C 5.93 19.51 7.65 16.34 9.7 13.4 C 10.7 11.94 11.79 10.55 12.96 9.23 C 14.03 8 15.21 6.86 16.47 5.82 C 17.59 4.88 18.82 4.08 20.14 3.44 C 21.34 2.85 22.66 2.53 24 2.5 L 24 2.5 Z M 24.066 13 C 24.025 13.004 23.988 13.022 23.959 13.051 C 20.709 16.184 16.929 18.329 13.232 19.505 C 13.19 19.519 13.154 19.547 13.132 19.586 C 12.553 20.578 12.19 22.057 12.056 23.606 C 11.922 25.154 12.02 26.77 12.396 28.028 C 12.413 28.085 12.458 28.13 12.515 28.148 C 12.572 28.165 12.634 28.153 12.681 28.116 C 15.334 25.963 21.365 23.314 25.331 13.247 C 25.353 13.191 25.346 13.128 25.312 13.079 C 25.278 13.029 25.222 13 25.163 13 L 24.083 13 C 24.077 13 24.071 13 24.065 13 L 24.066 13 L 24.066 13 Z M 27.314 13.36 C 27.234 13.364 27.166 13.421 27.148 13.499 C 25.204 21.758 22.921 29.679 17.484 34.699 C 17.447 34.733 17.426 34.781 17.425 34.831 C 17.425 34.881 17.445 34.929 17.482 34.964 C 19.616 36.958 22.731 37.275 26.267 36.814 C 26.331 36.806 26.385 36.764 26.41 36.705 C 30.329 27.445 30.027 19.163 27.488 13.469 C 27.457 13.4 27.388 13.358 27.314 13.362 L 27.314 13.36 L 27.314 13.36 Z M 30.545 14.804 C 30.484 14.809 30.431 14.845 30.403 14.899 C 30.374 14.952 30.375 15.017 30.404 15.07 C 33.307 20.563 33.772 26.423 33.98 31.95 C 33.983 32.038 34.049 32.11 34.136 32.122 C 34.223 32.133 34.305 32.081 34.332 31.997 C 35.143 29.416 36.144 26.739 35.982 23.89 C 35.82 21.04 34.479 18.038 30.677 14.847 C 30.645 14.819 30.604 14.804 30.562 14.804 C 30.556 14.803 30.55 14.803 30.545 14.804 L 30.545 14.804 L 30.545 14.804 Z " fill-rule="evenodd" fill="url(#_lgradient_14)"/></svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

+1 -2
View File
@@ -5,7 +5,7 @@
_pkgname="calamares"
pkgname="$_pkgname"
pkgver=3.4.2
pkgrel=9
pkgrel=10
pkgdesc="Distribution-independent installer framework"
url="https://codeberg.org/Calamares/calamares"
license=("GPL-3.0-or-later")
@@ -82,7 +82,6 @@ build() {
-DKDE_INSTALL_MANDIR=/usr/share/man
-DKDE_INSTALL_INFODIR=/usr/share/info
-DKDE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_DISTRIBUTION_NAME="Antergos NeXT"
-Wno-dev
)