Testing new workflow
This commit is contained in:
parent
aaaa6a0928
commit
983cad9810
20 changed files with 70 additions and 34 deletions
16
pkg/tdpeuter/DOMAKEPKG
Executable file
16
pkg/tdpeuter/DOMAKEPKG
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
new=$(makepkg -f | grep Creating | sed "s/^.*\"\(.*\)\".*$/\1/g")
|
||||
|
||||
for pkg in "$new"; do
|
||||
repo-add tdpeuter.db.tar.gz $(find . -name "*${pkg}*")
|
||||
done
|
||||
|
||||
rm tdpeuter.db tdpeuter.files
|
||||
cp tdpeuter.db.tar.gz tdpeuter.db
|
||||
cp tdpeuter.files.tar.gz tdpeuter.files
|
||||
|
||||
git add --all
|
||||
git commit
|
||||
git push
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tibo De Peuter <tibo.depeuter@gmail.com>
|
||||
pkgbase=tdpeuter
|
||||
pkgname=(tdpeuter-base tdpeuter-dev tdpeuter-desktop)
|
||||
pkgver=0.0.11
|
||||
pkgver=0.0.12
|
||||
pkgrel=1
|
||||
pkgdesc="Sysconfig for my systems"
|
||||
arch=(any)
|
||||
|
@ -16,9 +16,9 @@ package_tdpeuter-base() {
|
|||
base linux linux-firmware vim
|
||||
)
|
||||
|
||||
# Networking
|
||||
# Networking & wireless
|
||||
depends+=(
|
||||
networkmanager
|
||||
bluez bluez-utils networkmanager
|
||||
)
|
||||
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
format = 2
|
||||
pkgname = tdpeuter-base
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgarch = any
|
||||
pkgbuild_sha256sum = 3375a8832fb80781e1d797e0600cdc943792d6d3ba81c62ce0652fc4eca904a8
|
||||
pkgbuild_sha256sum = 1586aa810469c8917e2c32c3805f88588ffd252c60cc4d3ca2b14deb1302540c
|
||||
packager = Unknown Packager
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
buildtool = makepkg
|
||||
|
@ -634,6 +634,8 @@ installed = systemd-sysvcompat-251.7-1-x86_64
|
|||
installed = tar-1.34-1-x86_64
|
||||
installed = tdpeuter-base-0.0.11-1-any
|
||||
installed = tdpeuter-desktop-0.0.11-1-any
|
||||
installed = tdpeuter-dev-0.0.11-1-any
|
||||
installed = tdpeuter-me-0.0.10-1-any
|
||||
installed = termshark-2.4.0-1-x86_64
|
||||
installed = texinfo-6.8-2-x86_64
|
||||
installed = thin-provisioning-tools-0.9.0-1-x86_64
|
||||
|
|
|
@ -2,6 +2,9 @@ post_install() {
|
|||
>&2 echo "Enabling NetworkManager"
|
||||
systemctl enable --now NetworkManager.service
|
||||
|
||||
>&2 echo "Disabling Bluetooth"
|
||||
systemctl disable --now bluetooth.service
|
||||
|
||||
>&2 echo "Fixing locale"
|
||||
sed -i "s/^#\(nl_BE.UTF-8 UTF-8\)$/\1/g" "/etc/locale.gen"
|
||||
locale-gen
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
# using fakeroot version 1.29
|
||||
pkgname = tdpeuter-base
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgdesc = Sysconfig for my systems
|
||||
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
packager = Unknown Packager
|
||||
size = 0
|
||||
arch = any
|
||||
|
@ -15,4 +15,6 @@ depend = base
|
|||
depend = linux
|
||||
depend = linux-firmware
|
||||
depend = vim
|
||||
depend = bluez
|
||||
depend = bluez-utils
|
||||
depend = networkmanager
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
format = 2
|
||||
pkgname = tdpeuter-desktop
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgarch = any
|
||||
pkgbuild_sha256sum = 3375a8832fb80781e1d797e0600cdc943792d6d3ba81c62ce0652fc4eca904a8
|
||||
pkgbuild_sha256sum = 1586aa810469c8917e2c32c3805f88588ffd252c60cc4d3ca2b14deb1302540c
|
||||
packager = Unknown Packager
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
buildtool = makepkg
|
||||
|
@ -634,6 +634,8 @@ installed = systemd-sysvcompat-251.7-1-x86_64
|
|||
installed = tar-1.34-1-x86_64
|
||||
installed = tdpeuter-base-0.0.11-1-any
|
||||
installed = tdpeuter-desktop-0.0.11-1-any
|
||||
installed = tdpeuter-dev-0.0.11-1-any
|
||||
installed = tdpeuter-me-0.0.10-1-any
|
||||
installed = termshark-2.4.0-1-x86_64
|
||||
installed = texinfo-6.8-2-x86_64
|
||||
installed = thin-provisioning-tools-0.9.0-1-x86_64
|
||||
|
|
|
@ -23,32 +23,35 @@ install_software() {
|
|||
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
|
||||
cd betterbird-bin
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U betterbird-bin
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing google-chrome"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
|
||||
cd google-chrome
|
||||
git pull
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing hamsket"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
|
||||
cd hamsket-bin
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U hamsket-bin
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing jetbrains-toolbox"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
|
||||
cd jetbrains-toolbox
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U jetbrains-toolbox
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing sway-git"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
|
||||
cd sway-git
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U sway-git
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
# using fakeroot version 1.29
|
||||
pkgname = tdpeuter-desktop
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgdesc = Sysconfig for my systems
|
||||
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
packager = Unknown Packager
|
||||
size = 0
|
||||
arch = any
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
format = 2
|
||||
pkgname = tdpeuter-dev
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgarch = any
|
||||
pkgbuild_sha256sum = 3375a8832fb80781e1d797e0600cdc943792d6d3ba81c62ce0652fc4eca904a8
|
||||
pkgbuild_sha256sum = 1586aa810469c8917e2c32c3805f88588ffd252c60cc4d3ca2b14deb1302540c
|
||||
packager = Unknown Packager
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
|
||||
buildtool = makepkg
|
||||
|
@ -634,6 +634,8 @@ installed = systemd-sysvcompat-251.7-1-x86_64
|
|||
installed = tar-1.34-1-x86_64
|
||||
installed = tdpeuter-base-0.0.11-1-any
|
||||
installed = tdpeuter-desktop-0.0.11-1-any
|
||||
installed = tdpeuter-dev-0.0.11-1-any
|
||||
installed = tdpeuter-me-0.0.10-1-any
|
||||
installed = termshark-2.4.0-1-x86_64
|
||||
installed = texinfo-6.8-2-x86_64
|
||||
installed = thin-provisioning-tools-0.9.0-1-x86_64
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
# using fakeroot version 1.29
|
||||
pkgname = tdpeuter-dev
|
||||
pkgbase = tdpeuter
|
||||
pkgver = 0.0.11-1
|
||||
pkgver = 0.0.12-1
|
||||
pkgdesc = Sysconfig for my systems
|
||||
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
|
||||
builddate = 1666814628
|
||||
builddate = 1666816141
|
||||
packager = Unknown Packager
|
||||
size = 0
|
||||
arch = any
|
||||
|
|
BIN
pkg/tdpeuter/tdpeuter-base-0.0.12-1-any.pkg.tar.zst
Normal file
BIN
pkg/tdpeuter/tdpeuter-base-0.0.12-1-any.pkg.tar.zst
Normal file
Binary file not shown.
|
@ -2,6 +2,9 @@ post_install() {
|
|||
>&2 echo "Enabling NetworkManager"
|
||||
systemctl enable --now NetworkManager.service
|
||||
|
||||
>&2 echo "Disabling Bluetooth"
|
||||
systemctl disable --now bluetooth.service
|
||||
|
||||
>&2 echo "Fixing locale"
|
||||
sed -i "s/^#\(nl_BE.UTF-8 UTF-8\)$/\1/g" "/etc/locale.gen"
|
||||
locale-gen
|
||||
|
|
BIN
pkg/tdpeuter/tdpeuter-desktop-0.0.12-1-any.pkg.tar.zst
Normal file
BIN
pkg/tdpeuter/tdpeuter-desktop-0.0.12-1-any.pkg.tar.zst
Normal file
Binary file not shown.
|
@ -23,32 +23,35 @@ install_software() {
|
|||
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
|
||||
cd betterbird-bin
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U betterbird-bin
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing google-chrome"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
|
||||
cd google-chrome
|
||||
git pull
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing hamsket"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
|
||||
cd hamsket-bin
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U hamsket-bin
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing jetbrains-toolbox"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
|
||||
cd jetbrains-toolbox
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U jetbrains-toolbox
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
>&2 echo "Installing sway-git"
|
||||
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
|
||||
cd sway-git
|
||||
git pull
|
||||
makepkg
|
||||
pacman -U sway-git
|
||||
makepkg -ic
|
||||
cd
|
||||
|
||||
}
|
||||
|
|
BIN
pkg/tdpeuter/tdpeuter-dev-0.0.12-1-any.pkg.tar.zst
Normal file
BIN
pkg/tdpeuter/tdpeuter-dev-0.0.12-1-any.pkg.tar.zst
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue