summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update libserf to 1.2.1Richard Maw2015-10-221-2/+2
| | | | | | | | | We have 1.1.0, but subversion's http:// support requires 1.2.0. There's 1.3.8, but they changed the build-system to SCons, so it's easiest to stick with something recent enough. Change-Id: I94126db0e966d05c54a86c15ba1f9946d894b525
* Added libwebp to graphics-common stratumTristan Van Berkom2015-10-211-0/+5
| | | | | | libwebp is a codec for the WebP image format, WebKit links to libwebp. Change-Id: I1784d78b88cefd168f65cea09d83408802957675
* clusters/ci.morph: increase GNOME system to 6GJavier Jardón2015-10-211-1/+1
| | | | | | 4GB is not enough and this is what we use in the GNOME cluster Change-Id: I9fb413d30a3a40374b6c4be3166d870d9ddd5e94
* Update lorry to a version that doesn't require branches or tagsRichard Maw2015-10-211-1/+1
| | | | Change-Id: I5e6563c82df6b0afed259908c3fbb8500c6c4b80
* RFC: Build git with man pagesRichard Ipsum2015-10-194-7/+22
| | | | | | | | | | | | | | | This commit renames git in core to git-minimal and adds a git chunk into devtools, the git chunk will replace git-minimal and will build and install git's man pages. It seems difficult to modify git in core so that it builds with docs without creating circular dependencies, chunks such as libtool depend on git, libxml2 depends on libtool, so libxml2 depends on git, but docutils depends on libxml2, and we need to make git depend on docutils, the fact that python2 is no longer in core also adds to the difficulty since asciidoc's build process depends on python2. Change-Id: Ifc64019b941740c85db058d36183b4a210c60e15
* Removing ICU from webtools stratum, using icu-common insteadTristan Van Berkom2015-10-193-13/+3
| | | | | | Also including icu-common in web-system-x86_64-generic Change-Id: I1ae85bdcaab70fbaa7ccdd6ad22cbd4cd6f30fa4
* Removing ICU from qt4-tools stratum, using icu-common insteadTristan Van Berkom2015-10-193-14/+3
| | | | | | Also including icu-common in qt4-devel-system-x86_64-generic Change-Id: I8e152dfa476341e1d37b978f0e4980d49747a544
* Removing ICU from qt5-tools stratum, using icu-common insteadTristan Van Berkom2015-10-193-16/+3
| | | | | | Also including icu-common in qt5-devel-system-x86_64-generic Change-Id: I389c2e7adb49bb2241ca4c62a1a4b8bae8a5cc7e
* Removing ICU from gnome stratum, using icu-common insteadTristan Van Berkom2015-10-193-14/+3
| | | | | | Also including icu-common stratum in gnome-system-x86_64 build Change-Id: I648fb3582fac8d0a7fcd0706ff32850c7420f445
* Build libxml2 against Python2 to build the 'libxml2' python moduleJavier Jardón2015-10-191-0/+7
| | | | | | Needed by itstool Change-Id: I933eeaa7d9d609362d60eec5df2247f7c48275d7
* strata/foundation.morph: This stratum doesnt depend on Python 2Javier Jardón2015-10-181-1/+0
| | | | Change-Id: I32803365ddad71325f0d260567f17f04441b89b6
* strata/gnome.morph: Force caribout to use Python3Javier Jardón2015-10-181-2/+2
| | | | | | | To avoid a conflict between using python3-gobject and pick Python2 after in the configuration step Change-Id: I1cf9bf133199bae0534b593fd120d0b5b525294f
* gnome.morph: it depends in python3-gobjectJavier Jardón2015-10-181-1/+1
| | | | Change-Id: I9f9d1723007202a550cf31a6cbc71a9076ddf4cb
* Add python3-gobject stratumJavier Jardón2015-10-182-0/+18
| | | | Change-Id: Id7ff99128df2bc3378ef0e4baf72956f8d0c8311
* nodejs depends on Python 2Javier Jardón2015-10-183-0/+5
| | | | Change-Id: I43ba66562835e2bc5c8834c6770f6cdee3d29964
* core: Use python3 instead python2Javier Jardón2015-10-1667-206/+155
| | | | | | | | | | | | | | | From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139
* Adding common ICU buildTristan Van Berkom2015-10-162-0/+30
| | | | | | | | | | A common ICU stratum to share across system builds. This morph adds a conditional statement which possibly should be improved - as per commit ID 8874a7c7, we sed the makefiles specifically for arm builds. Change-Id: I282f6d4f1f599e76a1c196269233e38ea2d57d4f
* Adding network-manager-applet to the GNOME buildTristan Van Berkom2015-10-151-0/+9
| | | | | | | | | This is a soft requirement for the GNOME Shell desktop experience and a hard requirement for gnome-initial-setup. Applying this requires that the new lorry also be applied Change-Id: I52e4fb8d3c757eb58bb0787a1c830fd2614709c6
* Adding gnome-backgroundsTristan Van Berkom2015-10-151-0/+5
| | | | | | | | This is a runtime requirement for GDM and GNOME Shell. Applying this requires the new lorry also be applied Change-Id: Ibea8b0aa8c2e1e39c777f0229ee725d3836d047a
* Adding adwaita-icon-theme to the buildTristan Van Berkom2015-10-152-0/+16
| | | | | | | | This has a specialized morph to allow it access to the gdk-pixbuf loaders at build time, applying this patch requires that the new lorry also be applied Change-Id: I08d948214cf9cfcf259ebf9753cc14211ea2718f
* Upgrading NetworkManager to latest 1.1.0 devTristan Van Berkom2015-10-151-2/+2
| | | | | | | This is required to build a new enough network-manager-applet, which gnome-initial-setup will want. Change-Id: I1de8aa63496a72cfeda139123f8ae032cce24996
* migrations: 007 defaults, remove extra quotePedro Alvarez2015-10-151-1/+1
| | | Change-Id: I7a3b00759a7a4913b38bda2bb80dea876165cd24
* Update lorry-controller for better default cleanup configRichard Maw2015-10-141-1/+1
| | | | Change-Id: I2051a23747894a2078e01f262a8849fe5e8d39b2
* Configuring GDMTristan Van Berkom2015-10-142-2/+19
| | | | | | | | | | | | | | This commit configures GDM, not perfectly but at least in a way that it works. We've now: o Enabled installation of the xsession file o Enable X o Install basic LFS style PAM configuration o Create the gdm user properly in the system integration hook o Added some post-install-commands to tweak the PAM configuration Change-Id: I668de58734a5d5db8bcb57ae157d212bc3c9598b
* Upgrading p11-kit to 0.23.1Tristan Van Berkom2015-10-141-2/+2
| | | | Change-Id: Iabdf7dddeed8877ca73d182bd4012b22d69a01ce
* Upgrading gcr to 3.18.0Tristan Van Berkom2015-10-141-2/+2
| | | | Change-Id: Ib3e4990a578e569657d1bf7d7a56644ed71be4bd
* Updating gnome-keyring to 3.18.0Tristan Van Berkom2015-10-142-3/+3
| | | | | | Also disable selinux in configure flags Change-Id: I24a4d12a2f0406646f56b491f84465098fc9f176
* strata/gnome.morph: point gnome-shell to a ref with .gitmodules fixedJavier Jardón2015-10-131-2/+2
| | | | | | | This is a regression introduced in commit a011d1545b2ecaf28d4ca5e5bfda4f531fcd3e37 Change-Id: Ia3fdc6136a5cc8d9039b778e8b44278994e856f1
* gnome: udisks depend on gudev but that chunk is already in NetworkManagerJavier Jardón2015-10-121-1/+0
| | | | Change-Id: Ibf2c61cf4ea72b89012822e077f67165cdad74b7
* Fix buildJavier Jardón2015-10-121-2/+1
| | | | Change-Id: Ia0ba49e09200cad7aa2cd844c9696442ea909391
* Build systemd with --enable-compat-libsTristan Van Berkom2015-10-121-1/+1
| | | | | | | This enables building of libsystemd-daemon, which is a requirement for the new xserver to build. Change-Id: I6ee2305a960e33d922fe5c120c662ce8344d1af5
* Adding gnome-themes-standardTristan Van Berkom2015-10-122-0/+12
| | | | | | | This provides the theme engine modules, css and assets required for running GNOME. Change-Id: Id8d4c8518c54ea24457a4fc0e6644b7773134204
* Adding hicolor-icon-theme to gnome strataTristan Van Berkom2015-10-121-0/+4
| | | | | | | | The hicolor-icon-theme package is basically just an install hook for creating the icon theme directory hierarchy and some icon theme metadata Change-Id: I1897303feb5e874ce179fc9001ebe0a067c4fce1
* Adding gdm to gnome strataTristan Van Berkom2015-10-122-0/+15
| | | | | | | | The display manager provides services which are essential to GNOME Shell (and should be responsible for launching the session initially). Change-Id: Ibee801fde4dd63d7fea7dc89432d65d4523f28a8
* Create polkitd user for polkitdTristan Van Berkom2015-10-121-0/+5
| | | | | | | | Without creating the polkitd user, polkitd simply bails out at startup, the result being unexplained timeouts when trying to activate the PolicyKit1 service. Change-Id: I5e4ec083f4fa13860e1204ebc1e62632bb43a898
* Adding telepathy-logger to the gnome strataTristan Van Berkom2015-10-122-0/+12
| | | | | | This is a runtime dependency for GNOME Shell Change-Id: I89c22d8c4d2799e5804c1aaed7ef3fb5ceab1e0b
* Enable ModemManager unitTristan Van Berkom2015-10-122-0/+10
| | | | | | | | | ModemManager does not startup when asked to activate while firing up gnome-session, because the unit is not 'enabled'. This commit enables the unit in the target image Change-Id: Ib740f22a915063f457077ed69629838e4d4c3ad5
* Enable NetworkManager unit fileTristan Van Berkom2015-10-121-1/+5
| | | | | | | Installing NetworkManager is not enough for systemd dbus activation, one needs to enable the unit with systemctl. Change-Id: Iedc7274809123b2f1c71655790945dd90c7d0c68
* Adding accountsservice to gnome strataTristan Van Berkom2015-10-122-0/+17
| | | | | | Required by gnome-shell JS at startup Change-Id: Ia8a6c685140a716f8fae70399c1e79748c1a26ce
* Adding install-files for gnome-system-x86_64 system & clusterTristan Van Berkom2015-10-125-0/+147
| | | | | | | | | | | For starters, add the /etc/securetty configuration, avoids some warnings from the journal. Also, setup sshd configuration to use PAM. This is recommended for a systemd running system, and required for the system to create a session any login comming in through ssh. Change-Id: I3edc016b1bec73fb93f834829329416a40c81a05
* Updating gnome-shell, gnome-session and mutterTristan Van Berkom2015-10-121-6/+6
| | | | | | They generally go together, let's use the bleeding edge Change-Id: I0b61d95fe1284022c0491da153a1a355a67d35c3
* Query gdk-pixbuf loaders as a system-integration hookTristan Van Berkom2015-10-121-3/+5
| | | | | | | | This is to ensure we actually pickup the librsvg loader and we have a properly updated pixbuf loader cache at the end of the build. Change-Id: Id6ca28aeb2ba6722275d580da1f017b7cda32271
* Enable pam for gnome-keyringTristan Van Berkom2015-10-121-1/+1
| | | | | | | | | This is the recommended way for starting gnome-keyring automatically at login time. Change-Id: I05ee9e0b67351943e4696778a52bde327ee1e58e See: https://wiki.gnome.org/Projects/GnomeKeyring/RunningDaemon and: https://wiki.gnome.org/Projects/GnomeKeyring/Pam
* Adding udisks to gnome strataTristan Van Berkom2015-10-122-0/+15
| | | | | | udisks is required for gvfs to build the default volume monitor module Change-Id: I1086d1ee5db4a2648e3e059c025140fb74b4c80e
* Added libatasmartTristan Van Berkom2015-10-122-0/+11
| | | | Change-Id: I058907bb99408f0370993e30109cb20bfd4dbdb8
* x-common: Move xorg-lib-libXfixes before it's referencedPedro Alvarez2015-10-121-8/+8
| | | | Change-Id: Iddb92c34a241b9ee7bf5778508a7c9e0dc54cd7c
* Fix buildTiago Gomes2015-10-123-4/+0
| | | | Change-Id: I9c0184c2dc68b62e59bed58c1c15df87db7a474d
* Build OpenSSH --with-pamTristan Van Berkom2015-10-121-1/+2
| | | | | | Using PAM is the preferred authentication with logind Change-Id: I734bc56db2cd545a4921f4289902204658be7431
* Added at-spi-*.morph filesTristan Van Berkom2015-10-123-0/+12
| | | | | | | | These were not properly configured with --sysconfdir=/etc, the result is that essential startup data lands in the wrong place, the autostart data lands in /usr/etc/xdg/autostart instead of /etc/xdg/autostart Change-Id: Ic6e10ecc368077806bcce1a6cd93d39c7405ff49
* Build colord with --sysconfdir=/etcTristan Van Berkom2015-10-122-0/+6
| | | | Change-Id: I782520d91db12b3aa0d916508d56c838f276eb86