summaryrefslogtreecommitdiff
path: root/Makefile.unstable
blob: 14e70286371109f04a8edc401c1f744444dd759a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# script to build Parabola Art Collections.
# Copyright (C) 2015  Márcio Alexandre Silva Delgado <coadde@parabola.nu>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

PREFIX = /usr
SHAREDIR = $(PREFIX)/share
DESTDIR = $(SHAREDIR)

icons_pp1c1 = 0008 \
              0016 \
              0022 \
              0024 \
              0032 \
              0044 \
              0048 \
              0064 \
              0088 \
              0096 \
              0128 \
              0176 \
              0192 \
              0256 # \
            # 0352 \
            # 0384 \
            # 0512 \
            # 0704 \
            # 0768 \
            # 1024 # \

wallpapers_pp16c09 = 00160x00090 \
                     00256x00144 \
                     00320x00180 \
                     00480x00270 \
                     00512x00288 \
                     00640x00360 \
                     00800x00450 \
                     00960x00540 \
                     01024x00576 \
                     01280x00720 \
                     01600x00900 \
                     01920x01080 \
                     02048x01152 \
                     02560x01440 \
                     03200x01800 \
                     03840x02160 # \
                   # 04096x02304 \
                   # 05120x02880 \
                   # 06400x03600 \
                   # 07680x04320 \
                   # 08192x04608 \
                   # 10240x05760 \
                   # 12800x07200 \
                   # 15360x08640 # \

wallpapers_pp16c10 = 00160x00100 \
                     00256x00160 \
                     00320x00200 \
                     00480x00300 \
                     00512x00320 \
                     00640x00400 \
                     00800x00500 \
                     00960x00600 \
                     01024x00640 \
                     01280x00800 \
                     01600x01000 \
                     01920x01200 \
                     02048x01280 \
                     02560x01600 \
                     03200x02000 \
                     03840x02400 \
                   # 04096x02560 \
                   # 05120x03200 \
                   # 06400x04000 \
                   # 07680x04800 \
                   # 08192x05120 \
                   # 10240x06400 \
                   # 12800x08000 \
                   # 15360x09600 # \

wallpapers_pp16c12 = 00160x00120 \
                     00256x00192 \
                     00320x00240 \
                     00480x00360 \
                     00512x00384 \
                     00640x00480 \
                     00800x00600 \
                     00960x00720 \
                     01024x00768 \
                     01280x00960 \
                     01600x01200 \
                     01920x01440 \
                     02048x01536 \
                     02560x01920 \
                     03200x02400 \
                     03840x02880 # \
                   # 04096x03072 \
                   # 05120x03840 \
                   # 06400x04800 \
                   # 07680x05760 \
                   # 08192x06144 \
                   # 10240x07680 \
                   # 12800x09600 \
                   # 15360x11520 # \


$(icons_pp1c1):

$(wallpapers_pp16c09):

$(wallpapers_pp16c10):

$(wallpapers_pp16c12):

clean:
	rm -vrf pkg/*


all: themes icons fonts wallpapers bootloaders

themes: themes-gtk themes-qt themes-elf

themes-gtk:

themes-qt:

themes-elf:

icons: icons-gtk icons-qt icons-elf

icons-gtk:

icons-qt:

icons-elf:

fonts:

wallpapers: $(wallpapers_pp16d09) $(wallpapers_pp16d10) $(wallpapers_pp16d12)

bootloaders: bootloader-grub bootloader-grub-legacy bootloader-syslinux bootloader-refind-efi bootloader-refit bootloader-systemd

bootloader-grub:

bootloader-grub-legacy:

bootloader-syslinux:

bootloader-refind-efi:

bootloader-refit:

bootloader-systemd:


install: install-themes install-icons install-fonts install-wallpapers install-bootladers

install-themes: install-themes-gtk install-themes-qt install-themes-elf

install-themes-gtk: themes-gtk

install-themes-qt: themes-qt

install-themes-elf: themes-elf

install-icons: install-icons-gtk install-icons-qt install-icons-elf

install-icons-gtk: icons-gtk

install-icons-qt: icons-qt

install-icons-elf: icons-elf

install-fonts: fonts
	install -vdm 755 $(DESTDIR)/fonts/parabola-fonts
	install -vDm 644 pkg/fnt/* $(DESTDIR)/fonts/parabola-fonts

install-wallpapers: wallpapers

install-bootladers: install-bootloader-grub install-bootloader-grub-legacy install-bootloader-syslinux install-bootloader-refind-efi install-bootloader-refit install-bootloader-systemd

install-bootloader-grub: bootloader-grub

install-bootloader-grub-legacy: bootloader-grub-legacy

install-bootloader-syslinux: bootloader-syslinux

install-bootloader-refind-efi: bootloader-refind-efi

install-bootloader-refit: bootloader-refit

install-bootloader-systemd: bootloader-systemd