From 0a32fd0dd6c33302098a2b7b5de43eb9189e733e Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 8 Mar 2022 21:49:07 +0100 Subject: [PATCH] add activitywatch-bin; update README.md --- .gitmodules | 3 +++ README.md | 6 +++--- build-pkg/pkglist-AUR.txt | 2 +- pkg/activitywatch-bin | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 pkg/activitywatch-bin diff --git a/.gitmodules b/.gitmodules index f3bc3e3..767f926 100644 --- a/.gitmodules +++ b/.gitmodules @@ -316,3 +316,6 @@ [submodule "pkg/gurk-bin"] path = pkg/gurk-bin url = https://aur.archlinux.org/gurk-bin.git +[submodule "pkg/activitywatch-bin"] + path = pkg/activitywatch-bin + url = https://aur.archlinux.org/activitywatch-bin.git diff --git a/README.md b/README.md index 044cf3a..2a0c11a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Then and adjust the following files: Build [de-p1st-repo](pkg/de-p1st-repo): ```shell -sudo docker-compose -f build-pkg/docker-compose.yml run --rm makepkg de-p1st-repo +cd build-pkg && sudo docker-compose run --rm makepkg de-p1st-repo ``` Install it on your build-machine and your mirror-server: @@ -44,7 +44,7 @@ sudo pacman -U out/de-p1st-repo*.pkg.tar.* Then you can start building all packages and adding them to your mirror-server: ```shell -./build-pkg/build-all +cd build-pkg && ./build-all ``` ## Adding/removing AUR packages @@ -85,7 +85,7 @@ To update all submodules and add those who received an update to The following command includes `./git-pull`. ```shell -./build-pkg/pull-and-build-outdated +cd build-pkg && ./pull-and-build-outdated ``` diff --git a/build-pkg/pkglist-AUR.txt b/build-pkg/pkglist-AUR.txt index 60930ce..4e08fb6 100644 --- a/build-pkg/pkglist-AUR.txt +++ b/build-pkg/pkglist-AUR.txt @@ -1,3 +1,3 @@ -adwaita-qt amdgpu-pro-installer aurutils balena-etcher base-devel-meta calindori-git chili-sddm-theme chromaprint-fftw clion crema davs2 deskreen decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched forklift-git gconf gnome-meta gnome-shell-extension-appindicator-git gurk-bin handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin jexiftoolgui kirigami-addons-git lensfun-git lib32-ncurses5-compat-libs libbdplus libklvanc-git libopenmpt-svn librespeed-cli-bin librist libwacom-surface mauikit-git mkcue mrwriter-git mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nodejs-markdown-toc nordic-kde-git opencl-amd openh264 phantomjs portfolio-file-manager pmbootstrap-git pycharm-professional pyspread python2-beaker python-mpv python-mypy-protobuf qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift toggle-bluetooth ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vdhcoapp virtualbox-ext-oracle vo-amrwbenc vobcopy vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xml2 xorg-meta xournalpp-git yay yt-dlp-git zoom zotero +activitywatch-bin adwaita-qt amdgpu-pro-installer aurutils balena-etcher base-devel-meta calindori-git chili-sddm-theme chromaprint-fftw clion crema davs2 deskreen decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched forklift-git gconf gnome-meta gnome-shell-extension-appindicator-git gurk-bin handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin jexiftoolgui kirigami-addons-git lensfun-git lib32-ncurses5-compat-libs libbdplus libklvanc-git libopenmpt-svn librespeed-cli-bin librist libwacom-surface mauikit-git mkcue mrwriter-git mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nodejs-markdown-toc nordic-kde-git opencl-amd openh264 phantomjs portfolio-file-manager pmbootstrap-git pycharm-professional pyspread python2-beaker python-mpv python-mypy-protobuf qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift toggle-bluetooth ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vdhcoapp virtualbox-ext-oracle vo-amrwbenc vobcopy vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xml2 xorg-meta xournalpp-git yay yt-dlp-git zoom zotero adwaita-qt4 aosp-devel kclock nodejs-markdown-pdf pocketsphinx python2-mako riseup-vpn riseup-vpn-git youplay zoom-firejail ffmpeg-amd-full lineageos-devel riseup-vpn-terminal diff --git a/pkg/activitywatch-bin b/pkg/activitywatch-bin new file mode 160000 index 0000000..49c1159 --- /dev/null +++ b/pkg/activitywatch-bin @@ -0,0 +1 @@ +Subproject commit 49c1159402c048c43d4fcd21006b897540b7c0d2