chore: init repo

This commit is contained in:
Hayden Young 2020-12-28 22:52:28 +00:00
commit c0020194fb
No known key found for this signature in database
GPG Key ID: AAFD5070182AC23B
198 changed files with 1166 additions and 0 deletions

20
COPYING Normal file
View File

@ -0,0 +1,20 @@
Rocky Linux and the Rocky Linux logo, either separately or in combination,
are hereinafter referred to as "Rocky Linux Trademarks" and are trademarks of
The Rocky Linux Foundation, registered in the United States.
The rocky-logos package ("Package") contains images that are or include the
Rocky Linux Trademarks and Rocky Linux trade dress. You are granted the right
to use the Package only during the normal operation of software programs that
call upon the Package. No other copyright or trademark license is granted
herein.
NO WARRANTY. THIS PACKAGE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND INTELLECTUAL PROPERTY
NONINFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE CENTOS PROJECT BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

13
CREDITS Normal file
View File

@ -0,0 +1,13 @@
Artwork in this package is derived from several sources.
Backgrounds:
- Hayden Young <hbjy@rockylinux.org>
Anaconda:
- Hayden Young <hbjy@rockylinux.org>
Assorted icons and images included in the Rocky Linux artwork are borrowed from the
MIT-licensed Heroicons (https://heroicons.com).
Font used is Rocky Display from https://github.com/rocky-linux/rocky-fonts

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
NAME = redhat-logos
XML = backgrounds/desktop-backgrounds-default.xml
all: update-po
update-po:
@echo "updating pot files..."
sed -e "s/_name/name/g" $(XML).in > $(XML)
# FIXME need to handle translations
#
#( cd po && intltool-update --gettext-package=$(NAME) --pot )
#@echo "merging existing po files to xml..."
#intltool-merge -x po $(XML).in $(XML)

28
anaconda/Makefile Normal file
View File

@ -0,0 +1,28 @@
ANACONDADATADIR = /usr/share/anaconda
ANACONDABOOTDIR = $(ANACONDADATADIR)/boot
all:
@echo "Nothing to do."
#splash.lss: syslinux-splash.png
# ./splashtolss.sh syslinux-splash.png splash.lss
install:
@if [ "$(DESTDIR)" = "" ]; then \
echo " "; \
echo "ERROR: A destdir is required"; \
exit 1; \
fi
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
mkdir -p $(DESTDIR)/$(ANACONDABOOTDIR)
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes
install -m 644 splash.lss $(DESTDIR)/$(ANACONDABOOTDIR)
install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/syslinux-splash.png
# install -m 755 splashtolss.sh $(DESTDIR)/$(ANACONDADATADIR)
for i in $(shell "ls rnotes");do \
install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/$$i rnotes/$$i/*; \
done
install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps theme/*
clean:
rm -f splash.lss

19
anaconda/README Normal file
View File

@ -0,0 +1,19 @@
These files are used by anaconda during the installation process. A
basic description/specification for them is as follows:
* anaconda_header.png: This is strip header at the top of
the screen during the install. 800x58.
* progress_first.png: First graphic displayed during package
installation. If there are no rnotes, this is displayed the entire
time. 500x325
* progress_first-lowres.png: Lowres version of progress_first.png. 350x225
* splash.png: Splash screen shown on the "Welcome to ..." screen.
400x420
* syslinux-splash.png: Splash screen used at the boot prompt with
syslinux/isolinux. This gets transformed into the syslinux specific
format. 640x300. This uses a 16 color palette (should be an indexed png).
You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000.
Alternately, you can use 12 colors and have them be any that you want.
* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when
using the menu. It should be 640x480 RGB. Can just be a conversion
of the grub splash and work well.

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
anaconda/splash.lss Normal file

Binary file not shown.

12
anaconda/splashtolss.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
usage() {
echo "Usage: $0 <source> <output>"
exit 1
}
if [ -z "$1" -o -z "$2" ]; then
usage
fi
pngtopnm $1 | ppmtolss16 \#cdcfd5=7 \#ffffff=1 \#000000=0 \#c90000=15 > $2

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,2 @@
[org.gnome.desktop.background]
picture-uri='file:///usr/share/backgrounds/rocky8/default-dark.xml'

View File

@ -0,0 +1,2 @@
[org.gnome.desktop.screensaver]
picture-uri='file:///usr/share/backgrounds/rocky8/default-dark.xml'

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>Rocky Linux 8 Default Background - Dark</name>
<filename>/usr/share/backgrounds/rocky8/default-dark.xml</filename>
<options>zoom</options>
<author>Hayden Young</author>
<email>hbjy@rockylinux.org</email>
<license>Free Art License 1.3</license>
</wallpaper>
<wallpaper deleted="false">
<name>Rocky Linux 8 Default Background - Light</name>
<filename>/usr/share/backgrounds/rocky8/default-light.xml</filename>
<options>zoom</options>
<author>Hayden Young</author>
<email>hbjy@rockylinux.org</email>
<license>Free Art License 1.3</license>
</wallpaper>
<wallpaper deleted="false">
<name>Rocky Linux 8 Default Background - Primary</name>
<filename>/usr/share/backgrounds/rocky8/default-primary.xml</filename>
<options>zoom</options>
<author>Hayden Young</author>
<email>hbjy@rockylinux.org</email>
<license>Free Art License 1.3</license>
</wallpaper>
</wallpapers>

View File

@ -0,0 +1,25 @@
<background>
<starttime>
<year>2019</year>
<month>03</month>
<day>30</day>
<hour>16</hour>
<minute>21</minute>
<second>19</second>
</starttime>
<static>
<duration>10000000000.0</duration>
<file>
<!-- Wide 16:9 -->
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/dark.png</size>
<!-- Wide 16:10 -->
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/dark.png</size>
<!-- Standard 4:3 -->
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/dark.png</size>
<!-- Normalish 5:4 -->
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/dark.png</size>
</file>
</static>
</background>

View File

@ -0,0 +1,25 @@
<background>
<starttime>
<year>2019</year>
<month>03</month>
<day>30</day>
<hour>16</hour>
<minute>21</minute>
<second>19</second>
</starttime>
<static>
<duration>10000000000.0</duration>
<file>
<!-- Wide 16:9 -->
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/light.png</size>
<!-- Wide 16:10 -->
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/light.png</size>
<!-- Standard 4:3 -->
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/light.png</size>
<!-- Normalish 5:4 -->
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/light.png</size>
</file>
</static>
</background>

View File

@ -0,0 +1,25 @@
<background>
<starttime>
<year>2019</year>
<month>03</month>
<day>30</day>
<hour>16</hour>
<minute>21</minute>
<second>19</second>
</starttime>
<static>
<duration>10000000000.0</duration>
<file>
<!-- Wide 16:9 -->
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/primary.png</size>
<!-- Wide 16:10 -->
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/primary.png</size>
<!-- Standard 4:3 -->
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/primary.png</size>
<!-- Normalish 5:4 -->
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/primary.png</size>
</file>
</static>
</background>

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Some files were not shown because too many files have changed in this diff Show More