diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index bf0349a..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 diff --git a/packages/tos-desktop-browser/PKGBUILD b/packages/tos-desktop-browser/PKGBUILD new file mode 100644 index 0000000..c873c45 --- /dev/null +++ b/packages/tos-desktop-browser/PKGBUILD @@ -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" +} diff --git a/packages/tos-desktop-wm/PKGBUILD b/packages/tos-desktop-wm/PKGBUILD index 42c4145..f05429e 100644 --- a/packages/tos-desktop-wm/PKGBUILD +++ b/packages/tos-desktop-wm/PKGBUILD @@ -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 -} \ No newline at end of file +} diff --git a/repository/tos-desktop-browser-0.1.0-1-any.pkg.tar.zst b/repository/tos-desktop-browser-0.1.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..5b5dddb Binary files /dev/null and b/repository/tos-desktop-browser-0.1.0-1-any.pkg.tar.zst differ diff --git a/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst deleted file mode 100644 index 2d309b5..0000000 Binary files a/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst and /dev/null differ diff --git a/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst new file mode 100644 index 0000000..6c80e50 Binary files /dev/null and b/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index 946e9a2..979e38d 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index 979e3a1..75a572f 100644 Binary files a/repository/tos.files and b/repository/tos.files differ