mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
azote: remove /usr/share/licenses dir
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user