Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
nemo-qml-plugin-notifications
Commits:
e1495244 by Felix Yan at 2026-06-29T17:04:06+00:00
upgpkg: 1.2.16-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = nemo-qml-plugin-notifications
pkgdesc = Notifications plugin for Nemo Mobile
- pkgver = 1.2.15
+ pkgver = 1.2.16
pkgrel = 1
url = https://github.com/sailfishos/nemo-qml-plugin-notifications
arch = x86_64
license = BSD-3-Clause
makedepends = git
depends = qt5-declarative
- source =
git+https://github.com/sailfishos/nemo-qml-plugin-notifications.git#tag=1.2.15
- sha512sums =
0e6f6f2cc4382e70dd47adc2ac9cb4c402c0b5709516572036984c3e2bf30767043fce67073600fd8a8d1fd2281394ecbfc57954c95d41d82f1acaf18078bb6b
+ source =
git+https://github.com/sailfishos/nemo-qml-plugin-notifications.git#tag=1.2.16
+ sha512sums =
53f0be7bd7f3496f75dd941cc5ee9a36c92b1156a94e4136a9032b64ed7b15887999da371c3583502ac17dd3eb5f1362392ec81e48f1dc985973e58e5b81d5d2
pkgname = nemo-qml-plugin-notifications
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=nemo-qml-plugin-notifications
-pkgver=1.2.15
+pkgver=1.2.16
pkgrel=1
pkgdesc="Notifications plugin for Nemo Mobile"
arch=('x86_64')
@@ -10,7 +10,13 @@ license=('BSD-3-Clause')
depends=('qt5-declarative')
makedepends=('git')
source=("git+https://github.com/sailfishos/nemo-qml-plugin-notifications.git#tag=$pkgver")
-sha512sums=('0e6f6f2cc4382e70dd47adc2ac9cb4c402c0b5709516572036984c3e2bf30767043fce67073600fd8a8d1fd2281394ecbfc57954c95d41d82f1acaf18078bb6b')
+sha512sums=('53f0be7bd7f3496f75dd941cc5ee9a36c92b1156a94e4136a9032b64ed7b15887999da371c3583502ac17dd3eb5f1362392ec81e48f1dc985973e58e5b81d5d2')
+
+prepare() {
+ cd nemo-qml-plugin-notifications
+ # Arch does not package generated qdoc output; avoid Sailfish-only qmake
feature.
+ sed -i 's/ doc$//' notifications.pro
+}
build() {
cd nemo-qml-plugin-notifications
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nemo-qml-plugin-notifications/-/commit/e1495244a4955ed9a7f490d4700506b96041ad3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nemo-qml-plugin-notifications/-/commit/e1495244a4955ed9a7f490d4700506b96041ad3d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help