mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-08 16:10:29 +08:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bb61fa057 | ||
|
|
d79ee1b027 | ||
|
|
bdf04f705a | ||
|
|
69c0debc5d | ||
|
|
1d87b18f46 | ||
|
|
12e9f1e583 | ||
|
|
53643faf8f | ||
|
|
3cd8f80d1b | ||
|
|
314afb81d0 | ||
|
|
0ecefe0230 | ||
|
|
247595b762 | ||
|
|
8311504e19 |
20
Makefile
20
Makefile
@@ -1,5 +1,5 @@
|
||||
# Get the version name first by seeing if HEAD is tagged
|
||||
version := $(shell git tag --points-at HEAD)
|
||||
version := $(shell git tag --points-at HEAD -l '0.*.*' | head -1)
|
||||
# And if it wasn't use a git hash
|
||||
ifeq ($(version),)
|
||||
version := $(shell git log -1 --abbrev=8 --pretty=git%h)
|
||||
@@ -9,25 +9,29 @@ DESTDIR := /usr
|
||||
|
||||
DATADIR := $(DESTDIR)/share
|
||||
|
||||
DOCDIR := $(DATADIR)/doc/
|
||||
DOCDIR := $(DATADIR)/doc
|
||||
|
||||
name := spin-kickstarts
|
||||
|
||||
all: dist
|
||||
|
||||
install:
|
||||
install *.ks* $(DATADIR)/$(name)
|
||||
install custom/* $(DATADIR)/$(name)/custom
|
||||
install l10n/* $(DATADIR)/$(name)/l10n
|
||||
install AUTHORS COPYING README $(DOCDIR)/$(name)-$(version)
|
||||
mkdir -p -m 755 $(DATADIR)/$(name)
|
||||
install *.ks* -m 644 $(DATADIR)/$(name)
|
||||
mkdir -p -m 755 $(DATADIR)/$(name)/custom
|
||||
install -m 644 custom/* $(DATADIR)/$(name)/custom
|
||||
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
|
||||
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
|
||||
|
||||
clean:
|
||||
rm -f $(name)-*.tar.gz
|
||||
|
||||
dist:
|
||||
dist: $(name)-$(version).tar.gz
|
||||
|
||||
$(name)-$(version).tar.gz:
|
||||
git archive --format=tar --prefix=$(name)-$(version)/ HEAD | gzip > $(name)-$(version).tar.gz
|
||||
|
||||
publish:
|
||||
publish: $(name)-$(version).tar.gz
|
||||
scp $(name)-$(version).tar.gz fedorahosted.org:$(name)
|
||||
|
||||
dist-clean:
|
||||
|
||||
@@ -33,6 +33,7 @@ uboot-smdkv310
|
||||
uboot-uevm
|
||||
uboot-wandboard_dl
|
||||
uboot-wandboard_solo
|
||||
uboot-wandboard_quad
|
||||
|
||||
%end
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# - A Spin targeted towards professional designers
|
||||
# Website: http://fedoraproject.org/wiki/Design_Suite
|
||||
# Maintainers:
|
||||
# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
|
||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||
# - Previous maintainer Sebastian Dziallas
|
||||
|
||||
%include fedora-live-desktop.ks
|
||||
@@ -17,7 +17,7 @@ part / --size 8192
|
||||
# graphics
|
||||
blender
|
||||
bluefish
|
||||
cinepaint
|
||||
#cinepaint
|
||||
cmyktool
|
||||
darktable
|
||||
dia
|
||||
@@ -33,8 +33,6 @@ inkscape
|
||||
mypaint
|
||||
nautilus-image-converter
|
||||
optipng
|
||||
# pinta # is huge because it needs mono
|
||||
# postr # dropped because shotwell support flickr upload
|
||||
scribus
|
||||
colord-extra-profiles
|
||||
synfigstudio
|
||||
@@ -42,7 +40,7 @@ synfigstudio
|
||||
xournal
|
||||
|
||||
# office
|
||||
gnote
|
||||
bijiben # replaces gnote
|
||||
pdfshuffler
|
||||
|
||||
# internet
|
||||
@@ -53,8 +51,6 @@ audacity
|
||||
pitivi
|
||||
|
||||
# system
|
||||
# gtk-recordmydesktop # dropped for space (#887991)
|
||||
# network-manager-applet #part of Gnome Desktop
|
||||
|
||||
# fonts
|
||||
aajohan-comfortaa-fonts
|
||||
@@ -89,22 +85,21 @@ overpass-fonts
|
||||
|
||||
%end
|
||||
|
||||
#%post
|
||||
%post
|
||||
|
||||
# Add link to the Inkscape Course
|
||||
#cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
||||
#[Desktop Entry]
|
||||
#Name=Introduction To Inkscape
|
||||
#GenericName=Inkscape Course
|
||||
#Comment=Materials from Máirín Duffy's Inkscape Class
|
||||
#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
||||
#Type=Application
|
||||
#Icon=fedora-logo-icon
|
||||
#Categories=Graphics;Documentation;
|
||||
#FOE
|
||||
#chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||
cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
||||
[Desktop Entry]
|
||||
Name=Introduction To Inkscape
|
||||
GenericName=Inkscape Course
|
||||
Comment=Materials from Máirín Duffy's Inkscape Class
|
||||
Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
||||
Type=Application
|
||||
Icon=fedora-logo-icon
|
||||
Categories=Graphics;Documentation;
|
||||
FOE
|
||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||
|
||||
#EOF
|
||||
|
||||
#%end
|
||||
EOF
|
||||
|
||||
%end
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# - Bruno Wolff III <bruno@wolff.to>
|
||||
# - Formerly maintained by Rahul Sundaram
|
||||
|
||||
%include fedora-livecd-desktop.ks
|
||||
%include fedora-livecd-xfce.ks
|
||||
|
||||
# The recommended part size for DVDs is too close to use for the games spin
|
||||
part / --size 10240
|
||||
|
||||
@@ -54,7 +54,6 @@ rkward
|
||||
qtoctave
|
||||
|
||||
# IDEs for the IDE folks
|
||||
netbeans
|
||||
eclipse
|
||||
spyder
|
||||
|
||||
@@ -63,7 +62,7 @@ emacs
|
||||
emacs-color-theme
|
||||
vim
|
||||
scribus
|
||||
scite
|
||||
#scite
|
||||
lyx
|
||||
kile
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-$releasever&arch=$basearch
|
||||
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-$releasever&arch=$basearch
|
||||
|
||||
1
fedora-repo-rawhide.ks
Normal file
1
fedora-repo-rawhide.ks
Normal file
@@ -0,0 +1 @@
|
||||
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||
Reference in New Issue
Block a user