Move icons to separate repository
Because of license reasons (icons are based on GPL resources so can't be dual licensed).
Before Width: | Height: | Size: 169 KiB |
Before Width: | Height: | Size: 181 KiB |
@ -1,10 +0,0 @@
|
|||||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
This copyright and license notice covers the images in this directory.
|
|
||||||
************************************************************************
|
|
||||||
|
|
||||||
TITLE: Crystal Project Icons
|
|
||||||
AUTHOR: Everaldo Coelho
|
|
||||||
SITE: http://www.everaldo.com
|
|
||||||
CONTACT: everaldo@everaldo.com
|
|
||||||
|
|
||||||
Copyright (c) 2006-2007 Everaldo Coelho.
|
|
@ -1 +0,0 @@
|
|||||||
dom0-update-avail icon from gnome-packagekit project distributed under GPLv2
|
|
@ -1 +0,0 @@
|
|||||||
Color padlock images downloaded from www.openclipart.org
|
|
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 185 KiB |
@ -182,10 +182,6 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/qubes/dvmdata
|
|||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/lib/qubes/updates
|
mkdir -p $RPM_BUILD_ROOT/var/lib/qubes/updates
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/qubes/icons
|
|
||||||
for icon in icons/*.png; do
|
|
||||||
convert -resize 48 $icon $RPM_BUILD_ROOT/usr/share/qubes/$icon
|
|
||||||
done
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/qubes
|
mkdir -p $RPM_BUILD_ROOT/usr/share/qubes
|
||||||
cp misc/vm-template.conf $RPM_BUILD_ROOT/usr/share/qubes/
|
cp misc/vm-template.conf $RPM_BUILD_ROOT/usr/share/qubes/
|
||||||
cp misc/vm-template-hvm.conf $RPM_BUILD_ROOT/usr/share/qubes/
|
cp misc/vm-template-hvm.conf $RPM_BUILD_ROOT/usr/share/qubes/
|
||||||
@ -270,9 +266,6 @@ if ! [ -e /var/lib/qubes/qubes.xml ]; then
|
|||||||
# echo "Initializing Qubes DB..."
|
# echo "Initializing Qubes DB..."
|
||||||
umask 007; sg qubes -c qvm-init-storage
|
umask 007; sg qubes -c qvm-init-storage
|
||||||
fi
|
fi
|
||||||
for i in /usr/share/qubes/icons/*.png ; do
|
|
||||||
xdg-icon-resource install --novendor --size 48 $i
|
|
||||||
done
|
|
||||||
|
|
||||||
# Because we now have an installer
|
# Because we now have an installer
|
||||||
# this script is always executed during upgrade
|
# this script is always executed during upgrade
|
||||||
@ -387,7 +380,6 @@ fi
|
|||||||
%attr(0770,root,qubes) %dir /var/lib/qubes/dvmdata
|
%attr(0770,root,qubes) %dir /var/lib/qubes/dvmdata
|
||||||
%attr(0770,root,qubes) %dir /var/lib/qubes/updates
|
%attr(0770,root,qubes) %dir /var/lib/qubes/updates
|
||||||
%attr(0770,root,qubes) %dir /var/lib/qubes/vm-kernels
|
%attr(0770,root,qubes) %dir /var/lib/qubes/vm-kernels
|
||||||
/usr/share/qubes/icons/*.png
|
|
||||||
/usr/share/qubes/vm-template.conf
|
/usr/share/qubes/vm-template.conf
|
||||||
/usr/share/qubes/vm-template-hvm.conf
|
/usr/share/qubes/vm-template-hvm.conf
|
||||||
/etc/sysconfig/iptables
|
/etc/sysconfig/iptables
|
||||||
|