mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
update submodules
This commit is contained in:
parent
a23e781766
commit
4fd320dac6
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -229,3 +229,9 @@
|
||||
[submodule "pkg/gnome-meta"]
|
||||
path = pkg/gnome-meta
|
||||
url = https://aur.archlinux.org/gnome-meta.git
|
||||
[submodule "pkg/gnome-shell-extension-appindicator-git"]
|
||||
path = pkg/gnome-shell-extension-appindicator-git
|
||||
url = https://aur.archlinux.org/gnome-shell-extension-appindicator-git.git
|
||||
[submodule "pkg/woeusb"]
|
||||
path = pkg/woeusb
|
||||
url = https://aur.archlinux.org/woeusb.git
|
||||
|
@ -24,7 +24,7 @@ git submodule init
|
||||
To update all submodules, run
|
||||
|
||||
```shell
|
||||
git submodule update --remote
|
||||
git submodule update --remote | grep 'Submodule path'
|
||||
```
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched gnome-meta handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zotero
|
||||
adwaita-qt aurutils balena-etcher calindori-git chili-sddm-theme chromaprint-fftw crema davs2 decklink-sdk discord_arch_electron firefox-profile-switcher-connector flite1-patched gnome-meta gnome-shell-extension-appindicator-git handbrake-full holo iio-sensor-proxy-git intellij-idea-ultimate-edition jellyfin-bin kirigami-addons-git lensfun-git libklvanc-git libopenmpt-svn librist libwacom-surface mauikit-git meta-group-base-devel mkcue mozilla-common mugshot ncurses5-compat-libs nextcloud-client-git nordic-kde-git opencl-amd openh264 portfolio-file-manager pycharm-professional pyspread python-mpv qt4 qt-installer-framework sddm-theme-deepin-git shine signal-desktop-beta-bin softmaker-office-2021-bin sphinxbase tagspaces-bin timeshift ttf-material-design-icons-git ttf-unifont uavs3d uavs3d-git umldesigner vo-amrwbenc vobcopy vulkan-amdgpu-pro vulkan-headers-git wkhtmltopdf-static woeusb x264-git xavs xavs2 xfce4-meta xfce4-theme-switcher xorg-meta xournalpp-git yay zotero
|
||||
adwaita-qt4 fedora-firefox-wayland-bin kclock pocketsphinx riseup-vpn youplay
|
||||
ffmpeg-amd-full
|
||||
|
@ -2,7 +2,7 @@
|
||||
_pkgname=xfce4
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.19
|
||||
pkgver=0.0.20
|
||||
pkgrel=1
|
||||
pkgdesc="XFCE4 with configuration"
|
||||
arch=('any')
|
||||
@ -39,7 +39,7 @@ depends+=(mousepad thunar-archive-plugin thunar-media-tags-plugin xfce4-genmon-p
|
||||
# filesystems (e.g. webdav)
|
||||
depends+=(gvfs)
|
||||
# keyring/secrets
|
||||
# -> https://wiki.archlinux.org/index.php/GNOME/Keyring
|
||||
# -> https://wiki.archlinux.org/title/GNOME/Keyring#Installation
|
||||
depends+=(gnome-keyring libsecret)
|
||||
#
|
||||
# bluelight filter
|
||||
@ -68,6 +68,10 @@ depends+=(de-p1st-wallpaper)
|
||||
# ============== browser ==============
|
||||
depends+=(firefox)
|
||||
|
||||
|
||||
# https://wiki.archlinux.org/title/GNOME/Keyring#Manage_using_GUI
|
||||
optdepends=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
||||
|
||||
package() {
|
||||
cd "${_reponame}/pkg/${pkgname}"
|
||||
|
||||
|
1
pkg/gnome-shell-extension-appindicator-git
Submodule
1
pkg/gnome-shell-extension-appindicator-git
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit fcc5ba494042842e378400f1505a76d6e349b229
|
@ -1 +1 @@
|
||||
Subproject commit 83bfcbc16f88b970a3ccac70c419a936e67a305a
|
||||
Subproject commit ba692b65b4141e548b6b99bf4d4e6b15c6f7a822
|
@ -1 +1 @@
|
||||
Subproject commit c14dd5e33b98d9681eb0784bc8c92d9ba734d659
|
||||
Subproject commit b1d93c656cef82713cf50abae7c7221293032a5b
|
1
pkg/woeusb
Submodule
1
pkg/woeusb
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d15debe18291893280084dfe2365e91b36cc5273
|
Loading…
Reference in New Issue
Block a user