• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

backgrounds/H03-May-2022-7766

.gitignoreH A D01-Jan-2018136 1110

AUTHORSH A D01-Jan-2018722 2216

COPYINGH A D01-Jan-201817.7 KiB340281

LICENSE_CC_BY_SA4H A D01-Jan-201819.7 KiB429330

Makefile.amH A D03-May-2022347 1813

README.mdH A D01-Jan-20182 KiB6246

autogen.shH A D01-Jan-2018253 1710

configure.acH A D01-Jan-2018753 2822

README.md

1<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/logo_thumb.png" alt="Logo" align="left"/> Adapta-backgrounds
2=========
3
4A wallpaper collection for adapta-project.
5
6| **1. Tri-Fadeno** | **2. Tealized** | **3. Suna** |
7|:---:|:---:|:---:|
8|<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/tri-fadeno-thumbnail.jpg" alt="Tri-Fadeno"/>|<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/tealized-thumbnail.jpg" alt="Tealized"/>|<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/suna-thumbnail.jpg" alt="Suna"/>|
9| Author: Tista<br>Resolution: 3840 x 2160 pixels<br>Image-Type: Drawing | Author: Tista<br>Resolution: 3840 x 2160 pixels<br>Image-Type: Drawing | Author: Tista<br>Resolution: 3840 x 2160 pixels<br>Image-Type: Drawing |
10
11| **4. Poly** | **5. Kahelo** |
12|:---:|:---:|
13|<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/poly-thumbnail.jpg" alt="Poly"/>|<img src="https://github.com/adapta-project/adapta-github-resources/blob/master/images/kahelo-thumbnail.jpg" alt="Kahelo"/>|
14| Author: Tista<br>Resolution: 3840 x 2160 pixels<br>Image-Type: Drawing | Author: Tista<br>Resolution: 3840 x 2400 pixels<br>Image-Type: Drawing |
15
16Installation from Package
17------------
18 * AUR: https://aur.archlinux.org/packages/adapta-backgrounds
19
20 * PPA: https://launchpad.net/~tista/+archive/ubuntu/adapta
21
22Installation from Git Source
23------------
24
251. Check build-requirements:
26
27 ```
28 * autoconf
29 * automake
30 * libglib2.0-dev (glib2)          >= 2.48.0
31 * libxml2-utils (libxml2)
32 * pkg-config (pkgconfig)
33 ```
34
353. Build and install system-wide:
36
37 ```
38 ./autogen.sh
39 make
40 sudo make install
41 ```
42
43 > **Note:**
44 >
45 >   * Default prefix is `/usr`.
46
47Work in Progress
48----------------
49
50TODO
51----
52* Hunt some more wallpapers
53* Add a dynamic wallpaper
54
55Public License
56--------------
57 GPLv2
58
59 > **Note:**
60 >
61 > wallpaper files are licensed under CC BY-SA 4.0
62