From 4563d2d3b9705841ba3755931d64c8a19d6651e5 Mon Sep 17 00:00:00 2001 From: Builder Date: Sun, 31 Jan 2016 03:08:23 +0000 Subject: [PATCH] Build 12 at Sun Jan 31 03:08:16 2016 xdg-app-git: * New package added to the channel! qt5-base-git: * Update 5.5.1.r129.g5ef14c5 -> 5.5.1.r133.ga40ea09 libpapyros-git: * fix: Fix missing dependency on KWallet in the cmake config file * feat(kwallet): Add a QML wrapper around KWallet * fix: Properly export the library as Papyros::Core and not Papyros::Papyros * feat(clipboard): Add a QML wrapper around QClipboard * feat(qml): Add a QML module named "Papyros.Core" * chore: Update the license and add missing license headers qml-material-git: * chore: Update the README with instructions for CMake * chore: Switch the build system to CMake * fix(tabbedpage): Allow non-UI objects inside a TabbedPage * fix(window, platformextensions): Fix an incorrect reference in PlatformExtensions * fix(palette): Fix recursive import of Material in Palette * feat(subheader): Expose the text color of subheader list items liri-browser-git: * Update Material imports to 0.2 papyros-terminal-git: * Add password storage using KWallet * #9 initial work on custom color scheme * Depend on the new Papyros.Core QML module instead of registering it ourselves * Update the release date * Add release info to the appdata and fix up some other stuff * Tweaks to the Settings dialog * Add another keyword and fix the indent in SettingsDialog * selected font now highlighted in font dialog * Add CHANGELOG and add missing dependency to the README * Use QProcess in ActionHandler * add note about monospaced fonts in font dialog * qml font dialog replaced with custom one * update gitter badge * switch to proper launching new app instances qtaccountsservice-git: * New package added to the channel! papyros-shell-git: * fix(panel): Fix some issues with the process launcher and desktop files * fix(panel): Properly find user-local desktop files * chore: Update to Papyros.Core * fix: Update dependencies on Qt5WaylandClient and GreenIsland papyros-settings-git: * chore: Update the reference to Papyros::Core * chore: Update to the latest versions of qml-material and libpapyros * Create a CHANGELOG, update the README, and update copyright years * Add developer mode accessed by tapping 7 times on the Papyros logo * Initial work on a users module * Sort modules by highest priority first * Group modules by type * Initial sound module * Tweaks to the design * Remember the last selected settings module * Redesign the network screen * Make libpapyros a required dependency * Refactor the standard list view into a base view * Redesign the Display settings * Redesign the Appearance module * Switch to using resource files and add appdata * Initial work on new design --- buildinfo.yml | 18 ++++++++++-------- packages/libpapyros-git/PKGBUILD | 2 +- packages/liri-browser-git/PKGBUILD | 2 +- packages/papyros-settings-git/PKGBUILD | 2 +- packages/papyros-shell-git/PKGBUILD | 2 +- packages/papyros-terminal-git/PKGBUILD | 2 +- packages/qt5-base-git/PKGBUILD | 2 +- packages/qtaccountsservice-git/PKGBUILD | 2 +- packages/xdg-app-git/PKGBUILD | 2 +- 9 files changed, 18 insertions(+), 16 deletions(-) diff --git a/buildinfo.yml b/buildinfo.yml index 140ed74..1672b4a 100644 --- a/buildinfo.yml +++ b/buildinfo.yml @@ -1,9 +1,9 @@ -build_number: 11 +build_number: 12 packages: greenisland-git: 0b60145f7804e0291ec5b166592741931f04722e - libpapyros-git: 492a148efa2ccb70a4b49168ab93ff7cbb8a7ac4 + libpapyros-git: da15692bb8b1524bf99747f1c706ea5b53699f67 linux-user-chroot: '2015.1' - liri-browser-git: f11a68d698703beb2185a99f27f2810d13300d4f + liri-browser-git: 160e00a9b3de74a229321a3eed2c0ee1dd455ca0 liri-calculator-git: ed0a4f54380bc76f73dd31e325505eaf57290b3d liri-player-git: 9f79ce9685049cfa1b93f7062c9b8c5abf9901a2 liri-vinyl-git: 4bcbcffe4cc8846c47e3497e6523c9e2b2e6fab4 @@ -11,11 +11,13 @@ packages: ostree: '2015.11' paper-icon-theme-git: ae82c98cc8c4248d940fdd27870f146c70cdf228 papyros-files-git: f95637cd8afcd5d91391d690417501d67cf1c005 - papyros-settings-git: b69d96d0efd10bd4963085b3aa4c0cfd0dd49406 - papyros-shell-git: e25045ea73706ee5bb186dca6f6438d87f0a93a9 - papyros-terminal-git: 8c84376be5a3893578f425234f2e9ba5ace094a8 - qml-material-git: 803035deba51e7fd69634378555d8e62c79af39f - qt5-base-git: 5.5.1.r129.g5ef14c5 + papyros-settings-git: 060599e17b5f460175c0a1e9106a743e73b0be5c + papyros-shell-git: 192e0c395242221ccc8d59aa356ab1bfb07ba212 + papyros-terminal-git: 3f7007d36ad7f03d5c8c5427cdd35615567df1dc + qml-material-git: 2984904b9777625a5bf897e87773814f52525a4a + qt5-base-git: 5.5.1.r133.ga40ea09 qt5-wayland-dev-git: 5.5.1.r4.g9d40864 + qtaccountsservice-git: 20160130.74728c9 ttf-roboto-mono-powerline-git: r100.a44abd0 xdg-app: 0.4.6 + xdg-app-git: 0.4.8.r1.gbd174d9 diff --git a/packages/libpapyros-git/PKGBUILD b/packages/libpapyros-git/PKGBUILD index a679699..081cba4 100644 --- a/packages/libpapyros-git/PKGBUILD +++ b/packages/libpapyros-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=libpapyros pkgname=${_pkgname}-git -pkgver=r4.492a148 +pkgver=r10.da15692 pkgrel=1 pkgdesc="Library of common classes for Papyros" arch=("i686" "x86_64") diff --git a/packages/liri-browser-git/PKGBUILD b/packages/liri-browser-git/PKGBUILD index a4ed98a..529005c 100644 --- a/packages/liri-browser-git/PKGBUILD +++ b/packages/liri-browser-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=liri-browser pkgname=${_pkgname}-git -pkgver=0.3.r239.gf11a68d +pkgver=0.3.r240.g160e00a pkgrel=1 pkgdesc="A Web Browser using the QML Material framework from the Papyros Project" arch=("i686" "x86_64") diff --git a/packages/papyros-settings-git/PKGBUILD b/packages/papyros-settings-git/PKGBUILD index 84baa1b..4a1421e 100644 --- a/packages/papyros-settings-git/PKGBUILD +++ b/packages/papyros-settings-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=papyros-settings pkgname=$_pkgname-git -pkgver=0.0.1.r5.gb69d96d +pkgver=0.1.0.r2.g060599e pkgrel=1 pkgdesc="The settings app for Papyros" arch=("i686" "x86_64") diff --git a/packages/papyros-shell-git/PKGBUILD b/packages/papyros-shell-git/PKGBUILD index 5d1909b..77f2421 100644 --- a/packages/papyros-shell-git/PKGBUILD +++ b/packages/papyros-shell-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=papyros-shell pkgname=$_pkgname-git -pkgver=0.0.5.r171.ge25045e +pkgver=0.0.5.r175.g192e0c3 pkgrel=1 pkgdesc="Wayland and QtQuick based desktop shell for Papyros" arch=("i686" "x86_64") diff --git a/packages/papyros-terminal-git/PKGBUILD b/packages/papyros-terminal-git/PKGBUILD index e7feb13..dc7fc66 100644 --- a/packages/papyros-terminal-git/PKGBUILD +++ b/packages/papyros-terminal-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=papyros-terminal pkgname=$_pkgname-git -pkgver=0.1.0.r0.g8c84376 +pkgver=0.1.0.r3.g3f7007d pkgrel=1 pkgdesc="The terminal app for Papyros" arch=("i686" "x86_64") diff --git a/packages/qt5-base-git/PKGBUILD b/packages/qt5-base-git/PKGBUILD index b0fbf27..13ce50b 100644 --- a/packages/qt5-base-git/PKGBUILD +++ b/packages/qt5-base-git/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=qt5-base pkgname=$_pkgname-git -pkgver=5.5.1.r129.g5ef14c5 +pkgver=5.5.1.r133.ga40ea09 pkgrel=1 pkgdesc="A cross-platform application and UI framework" arch=("i686" "x86_64") diff --git a/packages/qtaccountsservice-git/PKGBUILD b/packages/qtaccountsservice-git/PKGBUILD index a49780c..4ece422 100644 --- a/packages/qtaccountsservice-git/PKGBUILD +++ b/packages/qtaccountsservice-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pier Luigi Fiorini pkgname=qtaccountsservice-git -pkgver=20150909.625848f +pkgver=20160130.74728c9 pkgrel=1 pkgdesc="Qt-style API for AccountsService" arch=('i686' 'x86_64') diff --git a/packages/xdg-app-git/PKGBUILD b/packages/xdg-app-git/PKGBUILD index 569fa4c..272a5be 100644 --- a/packages/xdg-app-git/PKGBUILD +++ b/packages/xdg-app-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=xdg-app pkgname=$_pkgname-git -pkgver=0.4.7.r19.g3a70dcf +pkgver=0.4.8.r1.gbd174d9 pkgrel=1 pkgdesc='An application deployment framework for desktop apps' arch=('i686' 'x86_64')