Add wallpapers and sources
This commit is contained in:
parent
5c1ea87ccb
commit
f305f8d387
17 changed files with 90 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
debian/*debhelper*
|
||||
debian/cosmic-wallpapers*
|
||||
debian/files
|
||||
23
Makefile
Normal file
23
Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
ORIGINAL=$(wildcard original/*)
|
||||
|
||||
prefix ?= /usr
|
||||
datarootdir = $(prefix)/share
|
||||
datadir = $(datarootdir)
|
||||
|
||||
.PHONY: all clean install uninstall
|
||||
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -rf build scaled
|
||||
|
||||
install: all
|
||||
for file in $(ORIGINAL); do \
|
||||
install -D -m 0644 "$$file" "$(DESTDIR)$(datadir)/backgrounds/cosmic/$$(basename "$$file")"; \
|
||||
done
|
||||
|
||||
uninstall:
|
||||
for file in $(ORIGINAL); do \
|
||||
rm -f "$(DESTDIR)$(datadir)/backgrounds/cosmic/$$(basename "$$file")"; \
|
||||
done
|
||||
rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(datadir)/backgrounds/cosmic/"
|
||||
11
README.md
11
README.md
|
|
@ -1,2 +1,13 @@
|
|||
# cosmic-wallpapers
|
||||
Wallpapers for the COSMIC Desktop Environment
|
||||
|
||||
## Sources
|
||||
|
||||
- [A_stormy_stellar_nursery_esa_379309.jpg](original/A_stormy_stellar_nursery_esa_379309.jpg): https://www.esa.int/ESA_Multimedia/Images/2017/06/A_stormy_stellar_nursery
|
||||
- [meerKAT_milky_way_center_saroa.jpg](original/meerKAT_milky_way_center_saroa.jpg): https://www.sarao.ac.za/media-releases/new-meerkat-radio-image-reveals-complex-heart-of-the-milky-way/
|
||||
- [orion_nebula_nasa_heic0601a.jpg](original/orion_nebula_nasa_heic0601a.jpg): https://esahubble.org/news/heic0601/
|
||||
- [otherworldly_earth_nasa_ISS064-E-29444.jpg](original/otherworldly_earth_nasa_ISS064-E-29444.jpg): https://earthobservatory.nasa.gov/images/149253/otherworldly-earth
|
||||
- [phytoplankton_bloom_nasa_oli2_20240121.jpg](original/phytoplankton_bloom_nasa_oli2_20240121.jpg): https://earthobservatory.nasa.gov/images/152424/pace-makes-it-to-space
|
||||
- [round_moons_nasa.jpg](original/round_moons_nasa.jpg): https://www.planetary.org/space-images/the-solar-systems-round-moons
|
||||
- [tarantula_nebula_nasa_PIA23646.jpg](original/tarantula_nebula_nasa_PIA23646.jpg): https://photojournal.jpl.nasa.gov/catalog/PIA23646
|
||||
- [webb-inspired-wallpaper-system76.jpg](original/webb-inspired-wallpaper-system76.jpg): From System76
|
||||
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cosmic-wallpapers (1.0.0) jammy; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Jeremy Soller <jeremy@system76.com> Thu, 21 Sep 2017 11:54:47 -0600
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
10
|
||||
13
debian/control
vendored
Normal file
13
debian/control
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Source: cosmic-wallpapers
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Jeremy Soller <jeremy@system76.com>
|
||||
Build-Depends: debhelper (>= 10), imagemagick
|
||||
Standards-Version: 3.9.8
|
||||
Homepage: https://github.com/pop-os/cosmic-wallpapers
|
||||
Vcs-Git: https://github.com/pop-os/cosmic-wallpapers.git
|
||||
|
||||
Package: cosmic-wallpapers
|
||||
Architecture: all
|
||||
Description: COSMIC Wallpapers
|
||||
A collection of wallpapers for the COSMIC Desktop Environment
|
||||
8
debian/rules
vendored
Executable file
8
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
||||
3
original/A_stormy_stellar_nursery_esa_379309.jpg
Normal file
3
original/A_stormy_stellar_nursery_esa_379309.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a76cfb42a0b33e4dee7e977ea97ab892bc0d10e03bc5a7261a5570928cd014aa
|
||||
size 4007428
|
||||
3
original/meerKAT_milky_way_center_saroa.jpg
Normal file
3
original/meerKAT_milky_way_center_saroa.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e4ac2a8ac6e0bb6c0cda216e9541e613359e6c4f6799e16cb41f787ca476b61
|
||||
size 1355717
|
||||
3
original/orion_nebula_nasa_heic0601a.jpg
Normal file
3
original/orion_nebula_nasa_heic0601a.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7500f702f0488d4a8df2c5abeb7ca9107a7ca7998e0441727cbaf79465b02388
|
||||
size 3839900
|
||||
3
original/otherworldly_earth_nasa_ISS064-E-29444.jpg
Normal file
3
original/otherworldly_earth_nasa_ISS064-E-29444.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d6c3590b7365c8c5c754edd4a336ab38c8eedc3ba6cc9139572bb11aac059ae
|
||||
size 1761296
|
||||
3
original/phytoplankton_bloom_nasa_oli2_20240121.jpg
Normal file
3
original/phytoplankton_bloom_nasa_oli2_20240121.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8cac87b51f60cbd95eaa8b2772f00cf14025c907eaf1ccb72d98902332b399c
|
||||
size 867094
|
||||
3
original/round_moons_nasa.jpg
Normal file
3
original/round_moons_nasa.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d78bb03c77c04ae5aad0bc29c59e2a59a8df8f5efa1839d3063d465f1459c285
|
||||
size 754426
|
||||
3
original/tarantula_nebula_nasa_PIA23646.jpg
Normal file
3
original/tarantula_nebula_nasa_PIA23646.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f8b878fc2b653e230cf0a45530433a9aaf5cf5e71d0ede02a566e808137a597
|
||||
size 1952313
|
||||
3
original/webb-inspired-wallpaper-system76.jpg
Normal file
3
original/webb-inspired-wallpaper-system76.jpg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e47b83f67c285e9987355f339b139a98f4c1e8e80b064153e9c1b635f992daf
|
||||
size 2947500
|
||||
Loading…
Add table
Add a link
Reference in a new issue