- 11 Mar, 2018 5 commits
-
-
Michael Shigorin authored
It's needed for both qemu-guest-agent and open-vm-tools, sigh. Will only impact installed size but quite noticeably: installing these into an overcleaned system as of previous commit and today's p8 takes 42 Mb more.
-
Michael Shigorin authored
...as it doesn't setup framebuffer in the first place.
-
Michael Shigorin authored
Suggested-by: glebfm@altlinux.org
-
Michael Shigorin authored
Has been a personal todo item recently; costs 1 Mb unpacked, ~500k image size but I do need NFS out-of-box here.
-
Anton Midyukov authored
- replace firefox to palemoon - added packages wishes from Speccyfighter
-
- 02 Mar, 2018 1 commit
-
-
Anton Midyukov authored
- Fix stupid errors
-
- 20 Feb, 2018 1 commit
-
-
Michael Shigorin authored
The problem being worked around by this is: anything in the lists that Requires: webclient results in rekonq being pulled into the image (after mate-default requires firefox no more). The proper fix is to force *_PACKAGES, *_LISTS and *_REGEXP to be processed in a _single_ transaction for each destination so that early mis-expansion of virtual packages doesn't occur when _installing_ those. This commit should be reverted then. See-also: https://bugzilla.altlinux.org/30806
-
- 19 Feb, 2018 3 commits
-
-
Anton Midyukov authored
This target is only needed for systems based on sysV init to replace logind; it conflicts with systemd-logind.
-
Anton Midyukov authored
SUSE imagewriter requires qt4 that isn't needed for other applications. This will remove qt4 from regular-lxde.
-
Michael Shigorin authored
We^H^HI need that *now*!
-
- 12 Feb, 2018 3 commits
-
-
Anton Midyukov authored
...to mixin/regular-desktop so that all regular desktop images could benefit from it.
-
Anton Midyukov authored
This one conflicts with systemd-logind; so let's move it from generic pkglists into specific regular.mk targets (those based on distro/.regular-sysv).
-
Anton Midyukov authored
+alsa is already pulled in by mixin/regular-desktop.
-
- 03 Feb, 2018 1 commit
-
-
Michael Shigorin authored
It's been used in cinnamon, enlightenment and lxde{,-based} flavours but is rather deprecated/unsupported by now as maintainer explains the upstream status: https://lists.altlinux.org/pipermail/sisyphus/2018-February/366450.html
-
- 23 Jan, 2018 1 commit
-
-
Michael Shigorin authored
This asks for future improvement within l10n feature though. Reported-by:
Leonid Krivoshein <klark@altlinux.org>
-
- 16 Jan, 2018 2 commits
-
-
Anton Midyukov authored
- switch browser from firefox to palemoon (firefox needed pulseaudio) - switch LXDE theme from upstream to lxdesktop (cf. ALT Engineering) - added qastool: ALSA mixer GUI - added qpdfview: PDF viewer (there was none) - update regular-engineering pkglist
-
Anton Midyukov authored
This will solve the sound problems when using regulars: - The sound when the computer is restarted is set to 0 - Some applications do not know how to work directly with ALSA, apulse allows you to solve this problem partially. Using feature +pulse will override use of +alsa feature.
-
- 05 Jan, 2018 2 commits
-
-
Michael Shigorin authored
This one has been asked for by someone in starterkits-20171212 thread: http://www.opennet.ru/openforum/vsluhforumID3/113074.html#45
-
Michael Shigorin authored
That is, +alsa which basically means it. Reported-by:
Leonid Krivoshein <klark@altlinux.org>
-
- 11 Dec, 2017 5 commits
-
-
Michael Shigorin authored
...following alt-workstation as well (thank you sem@!).
-
Michael Shigorin authored
...following alt-workstation as well.
-
Michael Shigorin authored
...following alt-workstation.
-
Michael Shigorin authored
Following alt-workstation; thanks lakostis@.
-
Michael Shigorin authored
This kludge should go to at least desktop installers as well, and WM-based images shouldn't suffer either. Regarding server ones, let's see. Suggested-by: Speccyfighter See-also: https://forum.altlinux.org/index.php?topic=36963.msg289422#msg289422 Suggested-by: Иволгин See-also: https://forum.altlinux.org/index.php?topic=36963.msg292251#msg292251
-
- 06 Dec, 2017 1 commit
-
-
Michael Shigorin authored
This is an experiment that should finally land in install2 but SYSTEM_PACKAGES is not enough, mkfs.btrfs doesn't land in the installer somehow. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=32403
-
- 04 Dec, 2017 1 commit
-
-
Michael Shigorin authored
Suggested-by:
Alexey Shabalin <shaba@altlinux.org>
-
- 31 Oct, 2017 2 commits
-
-
Alexey Shabalin authored
-
Alexey Shabalin authored
-
- 25 Sep, 2017 5 commits
-
-
Michael Shigorin authored
mixin/e2k-desktop was asking for separation from its day zero, and the rest just came in naturally (the temporary patch to add lxqt and mate looked awfully with all the duplication in).
-
Michael Shigorin authored
There was a semi-awful lot of long-abandoned targets spotted while factoring out mixins; let's just drop these for good, and if anyone needs some of those drop me a commit.
-
Michael Shigorin authored
These branches are officially unsupported for the whole two years, probably just the time to clean up. See-also: http://altlinux.org/branches
-
Michael Shigorin authored
These have appeared in desktop.mk, regular.mk, vm.mk over time, and there are two problems around. The minor one is that mixins have been introduced as handy reusable bits close in context of their use; this practically means that they fall under the same class restrictions as their parent targets, that is a mixin coming from regular.mk will only be available for "distro" IMAGE_CLASS, and so on. The major one is probably the worst design flaw in m-p: building images from ground up, where ground is a valid standalone buildable target as well. Life has shown that we rather want to build up images the other way around, choosing what essentials go in first and then fitting the fine details along with the packaging. The first sign of this difference appeared with ARMv7 Simply: we had a well-built configuration aiming for x86 ISO, still we needed roughly the same app/environment configuration put into armh disk image. Those platforms were different enough that we didn't actually plan shipping *lots* of distributions but the problem was clear, and it was much alike to the one that sprang m-p to life in the first place (when we had a range of "common" distros and needed to create and maintain a set of "school" ones that mostly had similar or even identical difference to their respective base ones -- and we couldn't do something like conf.d/p8.mk does now). So mixins are going to become the softer way to turn m-p's target configuration chain upside down to considerable extent: build up what you're going to mix into the various deliverables, and make it as portable across image classes, hardware platforms, repository branches as feasible so that total maintenance effort needed goes down or at least doesn't spike too bad. And here's the first strike at that.
-
Michael Shigorin authored
This one has been clearly duplicated before.
-
- 12 Sep, 2017 1 commit
-
-
Michael Shigorin authored
It's been expelled from sisyphus. See-also: http://git.altlinux.org/tasks/archive/done/_183/187993/
-
- 11 Sep, 2017 2 commits
-
-
Anton Midyukov authored
-
Michael Shigorin authored
...instead of xfce4-mixer which is based on gstreamer 0.10 (with its mixer API that perished in 1.0); this has been tested on e2k already. Suggested-by:
Mikhail Efremov <sem@altlinux.org> See-also: http://forum.altlinux.org/index.php?topic=36177.msg316175#msg316175
-
- 08 Sep, 2017 1 commit
-
-
Michael Shigorin authored
ROSA's legacy...
-
- 07 Sep, 2017 1 commit
-
-
Michael Shigorin authored
Suggested-by: squire See-also: http://forum.altlinux.org/index.php?topic=38966.msg312602#msg312602
-
- 21 Aug, 2017 2 commits
-
-
Michael Shigorin authored
...and somewhat improve vm/e2k-xfce.
-
Michael Shigorin authored
It's strange but ve/builder and distro/live-builder along with distro/regular-builder are all mostly "independent", that is duplicating functionality without any reasonable gain; spotted finally.
-