Adding qutebrowser

This commit is contained in:
Tipragot 2024-07-11 10:42:54 +02:00
parent 2c929ff668
commit db1911e230
8 changed files with 18 additions and 34 deletions

View file

@ -1,31 +0,0 @@
stages:
- checks
- commit
packages-build:
stage: checks
image: archlinux:latest
script:
- pacman -Sy --noconfirm base-devel fakeroot >/dev/null
- useradd foo && chown -R foo *
- su foo -c "./build-packages check"
update-repository:
stage: commit
image: archlinux:latest
before_script:
- pacman -Sy --noconfirm git base-devel fakeroot
script:
- git config --global user.email "bot@tipragot.fr"
- git config --global user.name "TipraBot"
- useradd foo && chown -R foo *
- |
if su foo -c "./build-packages"; then
git add repository
updated_packages=$(git status --short | grep -e "A repository/.*.zst" | cut -d '/' -f 2 | sed 's;-[0-9].*.zst;;' | sed 's;^;- ;')
git commit -m "Update repository" -m "$(echo -e "Updated packages:\n${updated_packages}")"
git remote set-url --push origin "https://$TOKEN_NAME:$ACCESS_TOKEN@git.tipragot.fr/${CI_PROJECT_PATH}.git"
git push origin HEAD:main
fi
only:
- main

View file

@ -0,0 +1,15 @@
pkgname='tos-desktop-browser'
pkgdesc='Browser for Tipragot OS'
arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.0'
pkgrel='1'
depends=('tos-desktop-core' 'qutebrowser' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
source=()
cksums=()
package() {
echo "lol"
}

View file

@ -4,9 +4,9 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.6'
pkgver='0.1.7'
pkgrel='1'
depends=('tos-desktop-core' 'tos-desktop-terminal' 'lightdm' 'qtile' 'rofi')
depends=('tos-desktop-core' 'tos-desktop-terminal' 'tos-desktop-browser' 'lightdm' 'qtile' 'rofi')
source=('lightdm.conf' 'config.py')
cksums=('SKIP' 'SKIP')
@ -18,4 +18,4 @@ package() {
mkdir -p ${pkgdir}/etc/tos/dotfiles/.config/qtile
cp ${srcdir}/config.py ${pkgdir}/etc/tos/dotfiles/.config/qtile/config.py
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.