Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c9daed5d58 | ||
|
950558da7c | ||
|
80545072e9 | ||
|
25ddbf2596 | ||
|
35c2b7b3df | ||
|
a9c212b804 | ||
|
7daaeca287 | ||
|
83d7b9b3c8 | ||
|
0ef3192cac | ||
|
45e47303f7 | ||
|
7b63af792f | ||
|
7feec8e80e | ||
|
1787dc7a10 |
@@ -1,5 +1,5 @@
|
||||
Name: mkimage-profiles
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: alt1
|
||||
|
||||
Summary: ALT based distribution metaprofile
|
||||
@@ -128,6 +128,9 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2018 Michael Shigorin <mike@altlinux.org> 1.3.2-alt1
|
||||
- sisyphus drops
|
||||
|
||||
* Mon Nov 05 2018 Michael Shigorin <mike@altlinux.org> 1.3.1-alt1
|
||||
- current fixes and tweaks
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
object 56012af3d218512e711aaa0ed05d0f48ee9fa5c0
|
||||
type commit
|
||||
tag v1.3.0
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1539633448 +0300
|
||||
|
||||
overfail
|
6
.gear/tags/ca7455c6104540e2073cca673043ededb3b96a85
Normal file
6
.gear/tags/ca7455c6104540e2073cca673043ededb3b96a85
Normal file
@@ -0,0 +1,6 @@
|
||||
object 21f8054f955de22bf0bfb2854f0128770d0ad489
|
||||
type commit
|
||||
tag v1.3.1
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1541443415 +0300
|
||||
|
||||
fixes&tweaks
|
@@ -1 +1 @@
|
||||
c3b9cb12add06ef117595c9c63816c3b0d1d8e78 v1.3.0
|
||||
ca7455c6104540e2073cca673043ededb3b96a85 v1.3.1
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# live images
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
distro/dos: distro/.init use/dos use/syslinux/ui/menu
|
||||
distro/dos: distro/.boot use/dos use/syslinux/ui/menu
|
||||
@$(call set,RELNAME,ALT FreeDOS)
|
||||
|
||||
distro/rescue: distro/.base use/rescue use/syslinux/ui/menu use/stage2/cifs \
|
||||
@@ -12,7 +12,7 @@ distro/rescue-remote: distro/.base use/rescue/base use/stage2/net-eth
|
||||
@$(call set,SYSLINUX_DIRECT,1)
|
||||
@$(call add,RESCUE_PACKAGES,livecd-net-eth)
|
||||
|
||||
distro/syslinux: distro/.init \
|
||||
distro/syslinux: distro/.boot \
|
||||
use/syslinux/localboot.cfg use/syslinux/ui/vesamenu use/hdt; @:
|
||||
|
||||
distro/.live-base: distro/.base use/live/base use/power/acpi/button; @:
|
||||
|
@@ -58,7 +58,8 @@ mixin/regular-gnustep: use/x11/gnustep use/x11/gdm2.20 use/mediacheck \
|
||||
use/browser/firefox/classic
|
||||
@$(call add,THE_BRANDING,graphics)
|
||||
|
||||
mixin/regular-xfce: use/x11/xfce use/fonts/ttf/redhat use/x11/gtk/nm +nm; @:
|
||||
mixin/regular-xfce: use/x11/xfce use/x11/gtk/nm +nm \
|
||||
use/fonts/ttf/redhat use/fonts/ttf/google/extra; @:
|
||||
|
||||
mixin/regular-xfce-sysv: use/init/sysv/polkit use/deflogin/sysv/nm \
|
||||
use/x11/lightdm/gtk \
|
||||
|
@@ -6,7 +6,8 @@ distro/.regular-bare: distro/.base +net-eth use/kernel/net use/docs/license
|
||||
@$(call try,SAVE_PROFILE,yes)
|
||||
|
||||
# base target (for most images)
|
||||
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi; @:
|
||||
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi
|
||||
@$(call add,STAGE1_MODLISTS,stage2-mmc)
|
||||
|
||||
# graphical target (not enforcing xorg drivers or blobs)
|
||||
distro/.regular-x11: distro/.regular-base +vmguest +wireless \
|
||||
@@ -102,7 +103,8 @@ distro/.regular-install-x11-full: distro/.regular-install-x11 \
|
||||
mixin/desktop-installer mixin/regular-desktop use/install2/fs \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla use/fonts/chinese \
|
||||
use/branding/complete use/branding/slideshow/once \
|
||||
use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base
|
||||
use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base \
|
||||
use/init/sysv/consolekit
|
||||
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
||||
@$(call add,MAIN_PACKAGES,anacron man-whatis usb-modeswitch)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,alteratord)
|
||||
@@ -111,7 +113,7 @@ distro/regular-icewm: distro/.regular-sysv-gtk +icewm \
|
||||
use/x11/lightdm/slick use/init/sysv/polkit \
|
||||
use/browser/chromium use/fonts/ttf/redhat use/efi/refind
|
||||
@$(call add,LIVE_LISTS,$(call tags,regular icewm))
|
||||
@$(call add,LIVE_PACKAGES,mnt xpra)
|
||||
@$(call add,LIVE_PACKAGES,mnt)
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
# wdm can't do autologin so add standalone one for livecd
|
||||
|
@@ -7,7 +7,6 @@ rzip
|
||||
star
|
||||
unrar
|
||||
unzip
|
||||
xar
|
||||
xbiso
|
||||
zpaq
|
||||
|
||||
|
@@ -19,7 +19,6 @@ ffsb
|
||||
# networking
|
||||
#dbench
|
||||
hammerhead
|
||||
nepim
|
||||
#postal
|
||||
siege
|
||||
t50
|
||||
|
@@ -10,3 +10,6 @@ iso-codes
|
||||
tzdata
|
||||
|
||||
pavucontrol
|
||||
|
||||
# clipboard manager
|
||||
parcellite
|
||||
|
@@ -1,2 +1 @@
|
||||
httperf
|
||||
nepim
|
||||
|
@@ -1 +1 @@
|
||||
bacula-client
|
||||
bacula7-client
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# NB: these might hurt each other, for MAIN_LISTS
|
||||
libva-driver-intel
|
||||
libva-driver-vdpau
|
||||
xvba-video
|
||||
#xvba-video
|
||||
|
@@ -10,8 +10,6 @@ mate-document-viewer-caja
|
||||
mate-document-viewer-djvu
|
||||
vino-mate@X86
|
||||
|
||||
altlinux-freedesktop-menu-mate
|
||||
|
||||
# put these two into a pkggroup so no-extra-services setup could be achieved
|
||||
#mate-user-share
|
||||
#mate-file-manager-share
|
||||
|
Reference in New Issue
Block a user