summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-11 12:03:08 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-11 12:03:08 -0300
commitd311c68020d9738349e24a9c8119d8756dba2135 (patch)
tree457a4d615e4b0566d364ef19d2e5eafa4df23e07
parent8de115c29531c7760a4983c41e3c87b3d5d12186 (diff)
mv Makefile to Makefile.unstable
-rw-r--r--Makefile188
-rw-r--r--Makefile.unstable203
2 files changed, 203 insertions, 188 deletions
diff --git a/Makefile b/Makefile
index 14e7028..d87bf8e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,191 +13,3 @@
#
# 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
diff --git a/Makefile.unstable b/Makefile.unstable
new file mode 100644
index 0000000..14e7028
--- /dev/null
+++ b/Makefile.unstable
@@ -0,0 +1,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