mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-08-01 14:45:45 +00:00
Merge branch 'f20' of ssh://git.fedorahosted.org/git/spin-kickstarts into f20
This commit is contained in:
commit
37589abe3d
@ -39,6 +39,7 @@ nautilus-image-converter
|
|||||||
optipng
|
optipng
|
||||||
phatch
|
phatch
|
||||||
screenruler
|
screenruler
|
||||||
|
simple-scan
|
||||||
scribus
|
scribus
|
||||||
colord-extra-profiles
|
colord-extra-profiles
|
||||||
synfigstudio
|
synfigstudio
|
||||||
@ -71,7 +72,7 @@ overpass-fonts
|
|||||||
-gthumb
|
-gthumb
|
||||||
-eog
|
-eog
|
||||||
-gnome-photos
|
-gnome-photos
|
||||||
|
-rdesktop
|
||||||
|
|
||||||
# Legacy cmdline things we don't want
|
# Legacy cmdline things we don't want
|
||||||
-krb5-auth-dialog
|
-krb5-auth-dialog
|
||||||
@ -118,6 +119,22 @@ Categories=Graphics;Documentation;
|
|||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
# Add link to the list of design tutorials
|
||||||
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=List of design tutorials
|
||||||
|
GenericName=Design tutorials
|
||||||
|
Comment=List of websites using open source design software
|
||||||
|
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
|
Type=Application
|
||||||
|
Icon=applicatons-graphics
|
||||||
|
Categories=Graphics;Documentation;
|
||||||
|
FOE
|
||||||
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||||
|
|
||||||
|
>>>>>>> 6d05550... design: fix link for tutorials
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
@ -51,13 +51,20 @@ security-menus
|
|||||||
# use './fsl-maintenance.py -l' in your security spin git folder to build
|
# use './fsl-maintenance.py -l' in your security spin git folder to build
|
||||||
-ArpON
|
-ArpON
|
||||||
-bonesi
|
-bonesi
|
||||||
|
-bro
|
||||||
-cmospwd
|
-cmospwd
|
||||||
-dnstop
|
-dnstop
|
||||||
-hfsutils
|
-hfsutils
|
||||||
-honeyd
|
-honeyd
|
||||||
|
-httrack
|
||||||
|
-hydra
|
||||||
-kismon
|
-kismon
|
||||||
|
-nebula
|
||||||
-netsed
|
-netsed
|
||||||
|
-ntop
|
||||||
-onesixtyone
|
-onesixtyone
|
||||||
|
-packETH
|
||||||
|
-pads
|
||||||
-pdfcrack
|
-pdfcrack
|
||||||
-picviz-gui
|
-picviz-gui
|
||||||
-prelude-lml
|
-prelude-lml
|
||||||
@ -68,6 +75,7 @@ security-menus
|
|||||||
-raddump
|
-raddump
|
||||||
-safecopy
|
-safecopy
|
||||||
-scalpel
|
-scalpel
|
||||||
|
-sshscan
|
||||||
-sslstrip
|
-sslstrip
|
||||||
-tcpreen
|
-tcpreen
|
||||||
-tcpreplay
|
-tcpreplay
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%include fedora-livecd-desktop.ks
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=8192
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@ -49,7 +49,8 @@ perl-Test-Pod-Coverage
|
|||||||
-gimp-libs
|
-gimp-libs
|
||||||
-gimp-data-extras
|
-gimp-data-extras
|
||||||
-kdebluetooth
|
-kdebluetooth
|
||||||
|
-kbluetooth
|
||||||
|
-rdesktop
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the scientific spin
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
part / --size 10240
|
part / --size 11264
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@ -25,6 +25,11 @@ scilab
|
|||||||
scilab-devel
|
scilab-devel
|
||||||
scilab-doc
|
scilab-doc
|
||||||
|
|
||||||
|
# sagemath
|
||||||
|
# BZ #1006230 should fix this
|
||||||
|
sagemath
|
||||||
|
sagemath-notebook
|
||||||
|
|
||||||
#Devel tools
|
#Devel tools
|
||||||
|
|
||||||
#Install the mandatory packages from dev-tools and dev-libs
|
#Install the mandatory packages from dev-tools and dev-libs
|
||||||
@ -159,7 +164,7 @@ bibtex2html
|
|||||||
hevea
|
hevea
|
||||||
|
|
||||||
#Include Mozilla Firefox
|
#Include Mozilla Firefox
|
||||||
#firefox
|
firefox
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user