azote: remove /usr/share/licenses dir

This commit is contained in:
Luis
2023-09-21 11:57:14 +00:00
parent 21dc35f69e
commit f4bcb3162d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
azote-1.12.3-1
azote-1.12.3-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/azote
@@ -71,8 +71,5 @@ drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/azote/
-rwxr-xr-x root/root usr/share/azote/indicator_active.png
-rwxr-xr-x root/root usr/share/azote/indicator_attention.png
drwxr-xr-x root/root usr/share/licenses/
drwxr-xr-x root/root usr/share/licenses/azote/
-rw-r--r-- root/root usr/share/licenses/azote/LICENSE-COLORTHIEF
drwxr-xr-x root/root usr/share/pixmaps/
-rwxr-xr-x root/root usr/share/pixmaps/azote.svg

View File

@@ -3,7 +3,7 @@
name=azote
version=1.12.3
release=1
release=2
source="$name-$version.tar.gz::https://github.com/nwg-piotr/$name/archive/v$version.tar.gz"
build() {
@@ -11,8 +11,11 @@ build() {
install -D -t $PKG/usr/share/pixmaps $name-$version/dist/azote.svg
install -D -t $PKG/usr/share/$name $name-$version/dist/indicator*.png
install -D -t $PKG/usr/share/applications $name-$version/dist/azote.desktop
cd $SRC/$name-$version
/usr/bin/python3 setup.py install --root=$PKG/ --optimize=1
rm -rf $PKG/usr/share/licenses
}