initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

28
blackbox-themes/PKGBUILD Normal file
View File

@@ -0,0 +1,28 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=blackbox-themes
pkgver=0.6
pkgrel=2
pkgdesc="Themes for the Blackbox Windowmanager"
arch=('any')
license=('GPL-1')
depends=('blackbox')
source=("${pkgname}-${pkgver}.tar.xz::https://deb.debian.org/debian/pool/main/b/blackbox-themes/blackbox-themes_${pkgver}.tar.xz")
sha512sums=('66f774e17658e0d1f07b6f072f7e5bcfacac655dbecf8947757df77aeea2aa1adb76e2169095f3c9c749ad41a6c2d674a01dd415a2050f8b4941019964f9f5c2')
package() {
install -d "$pkgdir/usr/share/blackbox/backgrounds"
install -d "$pkgdir/usr/share/blackbox/styles"
cp -R "$srcdir/$pkgname-$pkgver/BlackGold/styles/BlackGold" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/BlueVision/styles/BlueVision" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/Daurple/styles/Daurple" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/Igloo/styles/Igloo" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/Igloo/backgrounds/"* "$pkgdir/usr/share/blackbox/backgrounds/"
cp -R "$srcdir/$pkgname-$pkgver/Reaction/styles/Reaction" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/Reaction/backgrounds/"* "$pkgdir/usr/share/blackbox/backgrounds/"
cp -R "$srcdir/$pkgname-$pkgver/RootBox/styles/RootBox" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/RootBox/backgrounds/"* "$pkgdir/usr/share/blackbox/backgrounds/"
cp -R "$srcdir/$pkgname-$pkgver/WhiteBox/styles/WhiteBox" "$pkgdir/usr/share/blackbox/styles/"
cp -R "$srcdir/$pkgname-$pkgver/WhiteBox/backgrounds/"* "$pkgdir/usr/share/blackbox/backgrounds/"
install -Dm644 "$srcdir/$pkgname-$pkgver/debian/copyright" -t "$pkgdir/usr/share/licenses/$pkgname"
}