nwg-shell-config: upgrade to 0.5.29

This commit is contained in:
Victor Tebar
2023-12-05 07:38:43 +00:00
parent 33e0fb6e69
commit 80f41dfd08
3 changed files with 12 additions and 10 deletions

View File

@@ -1 +1 @@
193470c9465cc72a373879ffe01e450a nwg-shell-config-0.5.28.tar.gz
63f1e5c361c9866bb47422fa8c0723b6 nwg-shell-config-0.5.29.tar.gz

View File

@@ -1,4 +1,4 @@
nwg-shell-config-0.5.28-1
nwg-shell-config-0.5.29-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nwg-autotiling
@@ -13,15 +13,16 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nwg-shell-updater
-rwxr-xr-x root/root usr/bin/nwg-system-update
-rwxr-xr-x root/root usr/bin/nwg-update-indicator
-rwxr-xr-x root/root usr/bin/venomupdates
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.11/
drwxr-xr-x root/root usr/lib/python3.11/site-packages/
drwxr-xr-x root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.28-py3.11.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config-0.5.29-py3.11.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.11/site-packages/nwg_shell_config/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/__about__.py
-rw-r--r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/__init__.py

View File

@@ -2,7 +2,7 @@
# depends : python3-gobject3 python3-i3ipc python3-geopy playerctl noto-fonts-cjk python3-setuptools python3-wheel
name=nwg-shell-config
version=0.5.28
version=0.5.29
release=1
source="$name-$version.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v$version.tar.gz"
@@ -16,5 +16,6 @@ build() {
install -D -t $PKG/usr/share/pixmaps nwg-update-available.svg
install -D -t $PKG/usr/share/pixmaps nwg-update-checking.svg
install -D -t $PKG/usr/share/applications nwg-shell-config.desktop
install -D -t $PKG/usr/bin nwg-system-update
install -Dm755 -t $PKG/usr/bin nwg-system-update
install -Dm755 -t $PKG/usr/bin venomupdates
}