An open API service indexing awesome lists of open source software.

https://github.com/csmart/elementary-nightly-rpms

repository to keep track of files related to packaging / building nightly snapshots of elementaryOS / pantheon desktop components and applications for fedora
https://github.com/csmart/elementary-nightly-rpms

Last synced: 5 months ago
JSON representation

repository to keep track of files related to packaging / building nightly snapshots of elementaryOS / pantheon desktop components and applications for fedora

Awesome Lists containing this project

README

          

# elementary-rpms
I use this repository to keep track of files related to packaging / building nightly
snapshots of elementaryOS / pantheon desktop components and applications for fedora.

## packaging progress

The tables list the packaging status of elementary software.

### official elementary apps

| package name | status | comment | URL | related bugs |
| --------------------- | --------------------- | ------------------------- | --------------------------------------------- | ------------- |
| appcenter | TBD | | | |
| audience | DONE | appdata invalid | | |
| maya-calendar | DONE | | | |
| midori | TBD | | | |
| noise | DONE | desktop invalid | | |
| pantheon-calculator | DONE | | | |
| pantheon-files | DONE | appdata invalid | | |
| pantheon-mail | DONE | | | |
| pantheon-notes | DONE | | | |
| pantheon-photos | DONE | desktop invalid | | |
| pantheon-print | TBD | | | |
| pantheon-snap | TBD | | | |
| pantheon-terminal | DONE | appdata invalid | | |
| power-manager | to be decided | | | |
| scratch-text-editor | DONE | appdata invalid | | |
| switchboard | DONE | | | |
| screenshot-tool | TBD | | | |

[1]

[2]

### third-party "made for elementary" apps

| package name | status | comment | URL | related bugs |
| --------------------- | --------------------- | ------------------------- | --------------------------------------------- | ------------- |
| vocal | DONE | appdata invalid | | |

### pantheon desktop core

| package name | status | comment | URL | related bugs |
| --------------------------------- | ----------------- | ----------------- | --------------------------------------------- | ------------- |
| capnet-assist | TBD | | | |
| cerbere | DONE | desktop invalid | | |
| contractor | DONE | | | |
| gala | DONE | | | |
| plank | DONE | | | |
| pantheon-greeter | TBD | | | |
| pantheon-xsession-settings | DONE | | | |
| slingshot-launcher | DONE | | | |
| wingpanel | DONE | | | |

### elementary artwork

| package name | status | comment | URL | related bugs |
| --------------------- | --------------------- | ------------------------- | --------------------------------------------- | ------------- |
| egtk | DONE | | | |
| elementary-icons | TBD | | | |
| elementary-wallpapers | TBD | | | |

### switchboard plugs

| package name | status | comment | URL | related bugs |
| --------------------------------- | ------------- | --------- | --------------------------------------------------------- | ------------- |
| pantheon-plugs | TBD | | | |
| switchboard-plug-about | TBD | | | |
| switchboard-plug-a11y | TBD | | | |
| switchboard-plug-applications | DONE | | | |
| switchboard-plug-datetime | TBD | | | |
| switchboard-plug-pantheon-shell | DONE | | | |
| switchboard-plug-display | TBD | | | |
| switchboard-plug-keyboard | TBD | | | |
| switchboard-plug-locale | TBD | | | |
| switchboard-plug-mouse-touchpad | DONE | | | |
| switchboard-plug-networking | TBD | | | |
| switchboard-plug-notifications | DONE | | | |
| switchboard-plug-onlineaccounts | TBD | | | |
| switchboard-plug-parental-controls| TBD | | | |
| switchboard-plug-power | TBD | | | |
| switchboard-plug-printers | TBD | | | |
| switchboard-plug-security-privacy | TBD | | | |
| switchboard-plug-sharing | TBD | | | |
| switchboard-plug-useraccounts | TBD | | | |

### wingpanel indicators

| package name | status | comment | URL | related bugs |
| --------------------------------- | ------------- | --------- | --------------------------------------------------------- | ------------- |
| wingpanel-indicator-a11y | DONE | | | |
| wingpanel-indicator-ayatana | FTBFS | | | |
| wingpanel-indicator-bluetooth | DONE | | | |
| wingpanel-indicator-datetime | DONE | | | |
| wingpanel-indicator-keyboard | TBD | | | |
| wingpanel-indicator-network | DONE | | | |
| wingpanel-indicator-notifications | DONE | | | |
| wingpanel-indicator-power | DONE | | | |
| wingpanel-indicator-session | DONE | | | |
| wingpanel-indicator-sound | DONE | | | |

### elementary / pantheon libraries

| package name | status | comment | URL | related bugs |
| --------------------- | --------------------- | ------------------------- | --------------------------------------------- | ------------- |
| granite | DONE | | | |

## USAGE

- Get my build tool (kentauros) from copr or github
- configure copr for your copr account if you want to upload
- change settings in the configs as you wish (e.g. change copr repository name)
- run:

```sh
ktr --verbose chain --all
```

- or, if you want to force actions on all packages:

```sh
ktr --verbose chain --force --all
```