-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from jmlich/master
nemo-qml-plugins-{dbus,configuration,notifications} updates
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
# Maintainer: James Kittsmiller (AJSlye) <[email protected]> | ||
|
||
pkgname=nemo-qml-plugin-configuration | ||
pkgver=0.2.6 | ||
pkgver=0.2.7 | ||
pkgrel=1 | ||
pkgdesc="Configuration plugin for Nemo Mobile" | ||
arch=('x86_64' 'aarch64') | ||
url="https://github.com/sailfishos/nemo-qml-plugin-configuration" | ||
license=('BSD') | ||
depends=('mlite' 'nemo-qml-plugin-dbus') | ||
source=("${url}/archive/refs/tags/$pkgver.tar.gz") | ||
sha256sums=('5d619e6185e7a8a46212bb73c0cbfcead374c4565de8c2e32319a36ce7c5aa2a') | ||
sha256sums=('23b26e861f62f37709802ebc96049f30cfbef71d0c9b16433ef828fb7bea7e6b') | ||
|
||
build() { | ||
cd $pkgname-$pkgver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Maintainer: Bernhard Landauer <[email protected]> | ||
|
||
pkgname=nemo-qml-plugin-dbus | ||
pkgver=2.1.30 | ||
pkgver=2.1.31 | ||
pkgrel=1 | ||
pkgdesc="Nemo Mobile D-Bus QML Plugin." | ||
arch=('x86_64' 'aarch64') | ||
url="https://github.com/sailfishos/$pkgname" | ||
license=('LGPL2') | ||
depends=('qt5-base' 'qt5-declarative') | ||
source=("$url/archive/refs/tags/$pkgver.tar.gz") | ||
md5sums=('74fc6c2e773fdf09d02e38215c677f63') | ||
sha256sums=('d964c9eeb46e0ed3521fa0d5401e3aa487106a366871a29601ed2935e33fd637') | ||
|
||
build() { | ||
cd $pkgname-$pkgver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
# Maintainer: James Kittsmiller (AJSlye) <[email protected]> | ||
|
||
pkgname=nemo-qml-plugin-notifications | ||
pkgver=1.2.16 | ||
pkgver=1.2.19 | ||
pkgrel=1 | ||
pkgdesc="Nemo QML notifications plugin" | ||
arch=('x86_64' 'aarch64') | ||
url="https://github.com/sailfishos/nemo-qml-plugin-notifications" | ||
license=('BSD-3-Clause') | ||
depends=('qt5-declarative') | ||
source=("${url}/archive/refs/tags/$pkgver.tar.gz") | ||
sha256sums=('8c56b7f5bc1a9fc1e8fe46f3ca3b290d901456d4a1e875606501c6141db7343f') | ||
sha256sums=('75ca3bf1039c0ff7fdcc95554c13b6d5f36a0e3a6313397a4cc4829ab5daeb6c') | ||
|
||
build() { | ||
cd $pkgname-$pkgver | ||
|