rebrand!: Antergos NeXT -> Euri Linux

This commit is contained in:
2026-08-21 21:43:47 +02:00
parent 7256fd331a
commit 0cfc149d37
1452 changed files with 599 additions and 597 deletions
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
# Maintainer: Michał <ash8820@proton.me>
pkgname=euri-xfce-theme
pkgver=1
pkgrel=1
pkgdesc="Euri Linux Xfwm4/GTK theme (based on Numix)"
arch=('any')
url="https://github.com/Euri-Linux/euri-packages"
license=('GPL')
groups=('euri-branding')
depends=('gtk-engine-murrine')
source=("Euri-Linux.tar.gz")
sha256sums=('SKIP')
package() {
mkdir -p "${pkgdir}/usr/share/themes"
tar -xzf "${srcdir}/Euri-Linux.tar.gz" -C "${pkgdir}/usr/share/themes/"
}