Aquetype, to dystrybucja oparta o Fedorę bądź Archa (chyba, choć do tego ostatniego wyraźnie się nie przyznaje, twierdząc jedynie, że jej RR wydanie jest zarządzane pacmanem). Oferuje 2 desktopy: KDE oraz Cinnamon, przy czym tematy dla Plasmy są dwa: ciemny i... ciemniejszy
Wygląd obu macie w sekcjach
url obu PKGBUILDów.
Temat "grey" zwany też "breeze":
PKGBUILD# Maintainer: pavbaranov
pkgname=plasma5-themes-arquetype-breeze
_themename=arquetype-breeze
pkgver=0.9.7
pkgrel=1
pkgdesc="Plasma5 grey theme from Arquetype Linux"
arch=('any')
url=http://kde-look.org/content/show.php/Arquetype+GNU%2BLinux+Breeze++++%28Plasma+5%29?content=169879
license=('CC-BY-SA')
source=("http://kde-look.org/CONTENT/content-files/169879-Arquetype-Breeze.tar.gz")
conflicts=('plasma5-theme-arquetype-breeze')
sha256sums=('5cdea31e35845e5b7146107d79bd9f60b3241d3faf071c9115d238b7ff762059')
package() {
cd $srcdir
install -d $pkgdir/usr/share/plasma/desktoptheme/
mv $srcdir/$_themename $pkgdir/usr/share/plasma/desktoptheme/
chmod 755 -R $pkgdir/usr/share/plasma/desktoptheme/$_themename
}
Temat "dark":
PKGBUILD# Maintainer: pavbaranov
pkgname=plasma5-themes-arquetype-dark
_themename=arquetype-dark
pkgver=0.9.7
pkgrel=1
pkgdesc="Plasma5 dark theme from Arquetype Linux"
arch=('any')
url=http://kde-look.org/content/show.php/Arquetype+GNU%2BLinux+Dark++%22plasma+5%22?content=169964
license=('CC-BY-SA')
conflicts=('plasma5-theme-arquetype-dark')
source=("http://kde-look.org/CONTENT/content-files/169964-Arquetype-Dark.tar.gz")
sha256sums=('5ece23293575fdca8fa2bf1aaf9141cacce2315ce204a5f0fdab447b9f9be62a')
package() {
cd $srcdir
install -d $pkgdir/usr/share/plasma/desktoptheme/
mv $srcdir/$_themename $pkgdir/usr/share/plasma/desktoptheme/
chmod 755 -R $pkgdir/usr/share/plasma/desktoptheme/$_themename
}