aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/plasma-browser-integration: move from testingBart Ribbers2019-09-111-0/+30
|
* community/oxygen: move from testingBart Ribbers2019-09-111-0/+29
|
* community/milou: move from testingBart Ribbers2019-09-111-0/+30
|
* community/libksysguard: move from testingBart Ribbers2019-09-111-0/+32
|
* community/libkscreen: move from testingBart Ribbers2019-09-111-0/+32
|
* community/kwrited: move from testingBart Ribbers2019-09-111-0/+26
|
* community/kwin: move from testingBart Ribbers2019-09-111-0/+33
|
* community/kwayland-integration: move from testingBart Ribbers2019-09-111-0/+27
|
* community/kwallet-pam: move from testingBart Ribbers2019-09-111-0/+26
|
* community/ksysguard: move from testingBart Ribbers2019-09-111-0/+29
|
* community/ksshaskpass: move from testingBart Ribbers2019-09-111-0/+30
|
* community/kscreenlocker: move from testingBart Ribbers2019-09-113-0/+62
|
* community/kscreen: move from testingBart Ribbers2019-09-111-0/+33
|
* community/kinfocenter: move from testingBart Ribbers2019-09-111-0/+30
|
* community/kgamma5: move from testingBart Ribbers2019-09-111-0/+30
|
* community/kdeplasma-addons: move from testingBart Ribbers2019-09-111-0/+44
|
* community/kdecoration: move from testingBart Ribbers2019-09-111-0/+31
|
* community/kde-gtk-config: move from testingBart Ribbers2019-09-111-0/+30
|
* community/kde-cli-tools: move from testingBart Ribbers2019-09-111-0/+32
|
* community/kactivitymanagerd: move from testingBart Ribbers2019-09-111-0/+40
|
* community/drkonqi: move from testingBart Ribbers2019-09-111-0/+32
|
* community/discover: move from testingBart Ribbers2019-09-111-0/+39
|
* community/breeze: move from testingBart Ribbers2019-09-111-0/+30
|
* community/breeze-gtk: move from testingBart Ribbers2019-09-111-0/+29
|
* community/breeze-grub: move from testingBart Ribbers2019-09-111-0/+23
|
* community/bluedevil: move from testingBart Ribbers2019-09-111-0/+31
|
* community/bcc: switch to python3Leo2019-09-111-8/+8
|
* community/libsoup: upgrade to 2.68.1Rasmus Thomsen2019-09-111-8/+6
|
* community/gvfs: upgrade to 1.42.0Rasmus Thomsen2019-09-111-5/+6
|
* community/wt: upgrade to 4.1.1Francesco Colista2019-09-111-3/+3
|
* unmaintained/terminator: move from communityLeo2019-09-111-30/+0
| | | | | | - Requires python2 - Python3 porting in progress but not ready https://bugs.launchpad.net/terminator/+bug/1662544
* community/libpeas: upgrade to 1.24.0Rasmus Thomsen2019-09-111-18/+21
|
* community/perl-text-template: upgrade to 1.57Leo2019-09-111-5/+5
|
* community/gsettings-desktop-schemas: upgrade to 3.34.0Rasmus Thomsen2019-09-111-2/+2
|
* community/firefox-esr: security upgrade to 68.1.0J0WI2019-09-111-2/+10
|
* community/wireguard-vanilla: rebuild against kernel 4.19.72-r0Natanael Copa2019-09-111-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.72-r0Natanael Copa2019-09-111-1/+1
|
* community/wireguard-rpi: rebuild against kernel 4.19.72-r0Natanael Copa2019-09-111-1/+1
|
* community/libreoffice: security upgrade to 6.3.1J0WI2019-09-111-4/+7
| | | | ref #10787
* community/libcmis: rebuild against boost-1.71Natanael Copa2019-09-111-1/+1
|
* community/icinga2: rebuild against boost 1.71Natanael Copa2019-09-112-1/+16
|
* community/cloudi: rebuild against boost-1.71Natanael Copa2019-09-111-1/+1
|
* community/domoticz: upgrade to 4.10717Natanael Copa2019-09-112-4/+29
|
* community/ceph: fix build against boost 1.71Natanael Copa2019-09-112-1/+108
|
* community/ceph: Remove duplicate lineIggy Jackson2019-09-111-1/+0
| | | | | | **Summary** * A duplicate option had snuck into the cmake options, remove it
* community/ceph: Move user create to separate pkgIggy Jackson2019-09-112-3/+16
| | | | | | Move user create to separate package that can be dep'ed by multiple other packages. This isn't strictly necessary, but is probably least surprising for users.
* community/ceph: ceph-mgr doesn't need node_modulesIggy Jackson2019-09-111-0/+3
| | | | | Remove some build time stuff before we create the package so we don't end up with a massive apk.
* community/ceph: Split ceph-mon into 3 packagesIggy Jackson2019-09-111-4/+22
| | | | | | | | Split ceph-mon into smaller individual packages with a "virtual" package to pull them all in to maintain backwards compat. This makes it easier to run just the ceph-mon daemon without any other deps installed i.e. for containerized workloads.
* community/ceph: Switch to python3iggy2019-09-111-28/+33
| | | | | Change packages to be built against python3. I tried to build both python2 and python3 packages, but cmake doesn't like me.
* community/ceph: Split ceph-osd into 3 packagesiggy2019-09-111-10/+40
| | | | | | | | Split ceph-osd into smaller individual packages with a "virtual" package to pull them all in to maintain backwards compat. This makes it easier to run just the ceph-osd daemon without any other deps installed i.e. for containerized workloads.