summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding libdaemon lorryTristan Van Berkom2015-12-131-0/+6
| | | | | | A small library used for daemonizing processes, brought to you by Lennart. Change-Id: Ie45d3bf5f7e74e5cd59850ee88a90d5d33771307
* Adding xorg libXv lorryTristan Van Berkom2015-12-131-0/+6
| | | | | | | The X11 Video extension library, we already have xorg videoproto but just missing the library. Change-Id: I80799f29451b0bfbe3c2b22d22bd5ec60678edcb
* Fixing libvpx lorryTristan Van Berkom2015-12-111-1/+1
| | | | | | Had incorrect name. Change-Id: Id876b7e40fa265fb6adcde04c73405c6a12192ab
* Adding ffmpeg lorryTristan Van Berkom2015-12-111-0/+7
| | | | | | We need this as a submodule to the gst-libav gstreamer module. Change-Id: I32980a7c308de33b63611d58bb2490370d08732c
* Adding libmpeg2 lorryTristan Van Berkom2015-12-111-0/+6
| | | | | | Required for gstreamer mpeg encoder/decoder plugins Change-Id: I7f1283a4d3807211c010b7c6a6ab35a86f849cff
* Adding libvpx lorryTristan Van Berkom2015-12-101-0/+6
| | | | | | This supplies the webm vp8/vp9 codecs Change-Id: I233226ac40e62ff1c52554a88bbec2acfadd1218
* Adding mesa-demos lorryTristan Van Berkom2015-12-101-0/+6
| | | | | | | The mesa-demos repository holds some useful tools like glxinfo and also some demos like the famous glxgears. Change-Id: I8cc4abe65550c27c9b21bc89f706e144389ad2c9
* Adding glew tarball lorryTristan Van Berkom2015-12-101-0/+6
| | | | | | | | | | | | | The GL Extension Wrangler library - this is a hard requirement for building the mesa-demos package which includes some demos and tools which are helpful for debugging the graphics stack such as glxinfo and glxgears. Using the tarball because the build scripts are really crappy and involve a 'make extensions' step which manually clones sub modules and calls wget. Change-Id: I0ce661a3ae71e55a5bbc91e872a31b3559974b1f
* Adding avahi service discovery lorryTristan Van Berkom2015-12-091-0/+6
| | | | | | | | This is a typical package found on many systems, it's an optional dependency for many GNOME packages but a hard requirement to build the ephiphany web browser. Change-Id: Ibb6405714745ad155d3aeeb329a5c3f5d8c8c066
* Adding sound-theme-freedesktopTristan Van Berkom2015-12-021-0/+6
| | | | | | This package includes audio files used in the GNOME desktop. Change-Id: I0b29d081ad7b7dfd44f6278d236adb1656a525b5
* Adding chinese font lorriesTristan Van Berkom2015-11-241-0/+18
| | | | | | | | This completes the input methods for the GNOME system, with chinese fonts we can now boot a GNOME system and select chinese pinyin and start using the input method out of the box. Change-Id: I6e90044c680c460a694de8f95b5cd83247152e27
* Add clutter-gstJavier Jardón2015-11-101-0/+4
| | | | | | This is needed by cheese and other GNOME components Change-Id: I6fd3c684883f8dd3895f2225bde91bbfd7c903c5
* Adding ttf-alee lorryTristan Van Berkom2015-11-101-0/+6
| | | | | | | | | This is the Korean Hangul truetype fonts by A Lee. The actual upstream for this seems to actually be debian, the copyright holder for the fontset itself is A Lee <alee@debian.org> Change-Id: I1e73c8d6cc6d3eed4f6b8c613310e364d86b3321
* Adding ibus-libpinyin lorryTristan Van Berkom2015-11-101-0/+6
| | | | | | | | | | The ibus module for Chinese Pinyin and a Chinese ZhuYin (Bopomofo) based on libpinyin. This is the preferred fork of the ibus-pinyin project and should be used instead of ibus-pinyin. Change-Id: I578297b55ef4604b0b83975ab8e2eb240f1c758d
* Added pyzy lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | | | The Chinese PinYin and Bopomofo conversion library. This is required to build the ibus pinyin input method. Change-Id: I18dcd1393be8a7e95c4d086d7bb108f91776d5a0
* Added ibus-anthy lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | The anthy (japanese) ibus input method Change-Id: Ic010882553a3b1f8398a0c1257875a975ff7b2b2
* Added ibus-pinyin lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | The pinyin ibus input method Change-Id: Id38be3c5e8d585f2a9d7d447749a52059f2f9c5e
* Added ibus-hangul lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | The hangul ibus input method. Change-Id: Icdcb96d886fe3a8752da14ed3bdcc97b360c3fe9
* Added anthy lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | | | | | | anthy is a library for processing various types of japanese text, japanese input methods are built on top of anthy. Note that this is normally hosted on osdn.jp, however it seems impossible to get a proper download link from that site. This is why we use the pkgs.fedoraproject.org URL instead. Change-Id: I714c09dd4e141403dd1cc7cda9e18ebae0d72b9f
* Added libpinyin lorryTristan Van Berkom2015-11-091-0/+7
| | | | | | | A library for dealing with chinese pinyin logic. This library provides the core logic for the implementation of pinyin input methods. Change-Id: I61fcd085108365b5e0c698805dde23dee3a095fe
* Added libhangul lorryTristan Van Berkom2015-11-091-0/+6
| | | | | | | | | A low level library providing an API for treating hangul characters for input methods. This does not provide the input method itself but allows input methods for various frameworks (such as IBus) to be built on top of this library. Change-Id: I217485be2bd563fd81ad502f1075fe56d8498a13
* Adding libgnomekbd lorryTristan Van Berkom2015-11-091-0/+4
| | | | | | | | | | Libgnomekbd is mostly unused, however provides a keyboard layout display application (gkbd-keyboard-display) which is still a runtime dependency of the gnome shell (When adding input methods, the keyboard display app is available as an option in the language switcher applet in the shell). Change-Id: I2ce7dc5218fb61cc945932b2dc4a5c434ff1435c
* Upgrade liboauth to version 1.0.3Tristan Van Berkom2015-11-091-1/+1
| | | | | | | Previous version was 0.9.7; 1.0.3 is what is recommended by the systemd blfs manual. Change-Id: I65c4bbbe41c6c6193fcf9b6fcdf2ccd951b3ca4c
* Fixing gnome-all.lorryTristan Van Berkom2015-11-091-1/+1
| | | | | | | Commit 87946ab2b05e1a2267106b77a8cb8f4061d65760 introducing gnome-logs broke the lorry file. Change-Id: I89fe16e6fe96e3856ebb05bd6830c6a3b7b8f761
* Add gnome-logsJavier Jardón2015-11-061-0/+4
| | | | Change-Id: Ief16d38e51dc58188f5c79769570362e31064430
* Add yelpJavier Jardón2015-11-061-0/+4
| | | | Change-Id: I1fe8f34c24285c5668cf430e07c13a49490ef675
* Add epiphany web browserJavier Jardón2015-11-061-0/+4
| | | | Change-Id: I7ee0fab10d5b1838ca894b1d5acd8d47d21556a2
* Add gtk-docJavier Jardón2015-11-061-0/+6
| | | | | | | | This is needed to generate the documentation in GObject-based libraries We avoid this at the moment using the gtk-doc-stub Change-Id: I6e90b64eb4cd45af3c97ce6e5559c5251c763961
* Add cheeseJavier Jardón2015-11-061-0/+4
| | | | Change-Id: I07415fccb9dc869f58df8f1e59f1f3063b6b2d37
* Adding totem-pl-parser lorryTristan Van Berkom2015-11-061-0/+4
| | | | | | Totem's playlist parser, used by grilo plugins in GNOME stratum Change-Id: I295c75121a15330ad30a24d9dda0d20b5b321625
* Adding gnome/gmime lorryTristan Van Berkom2015-11-061-0/+4
| | | | | | | | This is a library for handling mime types, it's an optional dependency for some GNOME modules, which should really be included. Change-Id: If57507080af6f33219abc2c88776ab10572e3543
* Adding gnome/gcab lorryTristan Van Berkom2015-11-061-0/+4
| | | | | | This binary is required to build appstream-glib Change-Id: I4198ff4ec2c7d026fd43ca62a0410d768536e238
* Adding appstream-glib lorry.Tristan Van Berkom2015-11-061-0/+6
| | | | | | | | | | This is an optional dependency for many GNOME modules and now a hard dependency for some, like gnome-color-manager. Adding this outside of gnome-all.lorry as it is neither gnome.org hosted, nor does is seem to be GNOME specific. Change-Id: I3cefc4defdeb4ec26801859866b243ee4d7cb3b1
* Changing libexif lorry to use a tarball.Tristan Van Berkom2015-11-062-7/+6
| | | | | | | | | The CVS style import actually works, but fails to include the CVS submodule - it is pointless to try to work around this more elegantly, as development here is pretty much dead (no commits in 3+ years). Change-Id: Ia371691e8cda358c1b5d332848bc80c5ed17e878
* Adding libexif lorryTristan Van Berkom2015-11-051-0/+7
| | | | | | | | This is a hard requirement for gnome-color-manager, and is also an optional dependency for some other GNOME modules, namely nautilus will use libexif if possible. Change-Id: Ia107d7b2cf897712a9a579c872860a63f5edab9a
* Adding gnome-color-manager lorryTristan Van Berkom2015-11-051-0/+4
| | | | | | | A session framework for managing color profiles. This is used by gnome-control-center and gnome-settings-daemon Change-Id: I8e8f31b77685162df59f7ad4ee4720dbc9b9b6df
* Adding grilo plugins lorryTristan Van Berkom2015-11-051-0/+4
| | | | | | Grilo is not much use without it's plugins Change-Id: I2d2231beb2f257289d6fc65a666a157c37124ee3
* Adding telepathy-mission-control lorryTristan Van Berkom2015-11-051-0/+6
| | | | | | | | This is a runtime dependency of telepathy account widgets, without this package gnome-online-accounts ends up complaining about a missing org.freedesktop.Telepathy.AccountManager service. Change-Id: I3dddb4f2f4cf08bcd4beb0f14666eee566dc172a
* Add trackerJavier Jardón2015-11-031-0/+4
| | | | Change-Id: I80e5c6d4e0421e6858ac68e1c21c5ab6ded99dc9
* Add distcc-git: this is the new upstream location of the projectJavier Jardón2015-11-021-0/+6
| | | | Change-Id: I6067b6c840d9558b0b1b6217a821f8ac0fe14f23
* Add iotopRichard Ipsum2015-11-011-0/+6
| | | | | | iotop is a useful utility for monitoring IO usage. Change-Id: Ieca1033c3ef23b3474505dfbc601ffeae267375f
* Adding gnome-bluetooth to GNOME lorry fileTristan Van Berkom2015-10-291-0/+4
| | | | | | This is required to build gnome-control-center Change-Id: Icbd8570bceefcadb4def664ecbe21041d9960046
* Adding clutter-gtk gnome lorryTristan Van Berkom2015-10-291-0/+4
| | | | | | Required to build gnome-control-center Change-Id: I3f2f2e0bfcacbb04daaf8e0db46a08f4a9b69d1a
* Adding colord-gtk lorryTristan Van Berkom2015-10-291-0/+4
| | | | | | | | Required for gnome-control-center. Adding this to the same lorry file as colord, as it's the same maintainer and at github, clearly related package. Change-Id: I0a3cf24f3a457aeda30fef7981400f8ccc593000
* Adding libgtop gnome lorryTristan Van Berkom2015-10-291-0/+4
| | | | | | This is required to build gnome-control-center Change-Id: I036829b6b95b33b1d7e28d3e672b583bf93c2682
* Adding grilo lorryTristan Van Berkom2015-10-291-0/+4
| | | | | | This is a build requirement for gnome-control-center Change-Id: I71438a9d403617fa6c7b7e27a53f00119fc48f95
* Adding desktop-file-utils lorryTristan Van Berkom2015-10-271-0/+6
| | | | | | | This provides tools for dealing with desktop files, notably these are required by gnome-terminal Change-Id: I31a849f404ae72deedd5067e95aed014d10a3a0d
* Adding WebKitGtk-tarball lorryTristan Van Berkom2015-10-261-0/+6
| | | | | | | Adding this with a specific "-tarball" suffix in interim while we get the svn issues sorted for a proper lorry. Change-Id: Iaf57c0e87e3dd3f31ca4383b90d8ea28b3fdd76f
* Adding telepathy-account-widgets lorryTristan Van Berkom2015-10-261-0/+4
| | | | | | | This is a GNOME module which is indirectly used by the gnome-online-accounts package as a submodule. Change-Id: Ice39b1c0337a8e443a47fef9890b8df8b19c155f
* Adding gnome-initial-setup lorryTristan Van Berkom2015-10-261-0/+4
| | | | | | | | | | | The gnome-initial-setup tool implements the user experience for a first time setup when booting up a gnome system, allowing one to choose the preferred locale, keyboard layout, set the timezone, configure online accounts and create the initial user. This package is included in the gnome system Change-Id: I612adea29f5ffaabcb7d452a17b0fb420796d77c