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

35
fluxbox-extra/PKGBUILD Normal file
View File

@@ -0,0 +1,35 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=fluxbox-extra
pkgver=1.1
pkgrel=1
pkgdesc="Extra desktop-settings for Fluxbox"
arch=('any')
url='https://git.hyperbola.info:50100/~team/software/desktops/fluxbox-extra.git/'
license=('GPL-2')
install=$pkgname.install
depends=('fluxbox' 'parcellite' 'dhcpcd-ui' 'xterm' 'tint3-cpp' 'jgmenu' 'slock'
'xwallpaper' 'cbatticon' 'gxkb' 'gsimplecal' 'zukitre-fluxbox-theme')
source=("https://repo.hyperbola.info:50000/sources/desktops/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha512sums=('869013da23c801c6eb2edb515a885966dc975eec65f12abdc0bf2058cc5fcadd68a9b5402e5be0165423dd375c00a3ea0b6f86cd431d39ab6ff1bcd3778c63e3'
'SKIP')
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
package() {
cd "$srcdir/$pkgname"
mkdir -p "${pkgdir}"/usr/share/$pkgname/{configurations,icons,launchers,scripts,wallpaper}
mkdir -p "${pkgdir}"/usr/share/licenses/$pkgname
# data
cp -R "configurations/"* "${pkgdir}"/usr/share/$pkgname/configurations
cp "configurations/".xinitrc "${pkgdir}"/usr/share/$pkgname/configurations
cp -R "icons/"* "${pkgdir}"/usr/share/$pkgname/icons
cp -R "launchers/"* "${pkgdir}"/usr/share/$pkgname/launchers
cp -R "scripts/"* "${pkgdir}"/usr/share/$pkgname/scripts
cp -R "wallpaper/"* "${pkgdir}"/usr/share/$pkgname/wallpaper
install -Dm755 setup-desktop-fluxbox.sh -t "${pkgdir}"/usr/share/$pkgname
# license
mv COPYING "${pkgdir}"/usr/share/licenses/$pkgname
}