Date: Saturday, December 3, 2022 @ 08:18:29
Author: felixonmars
Revision: 1356297
archrelease: copy trunk to community-x86_64
Added:
qt5-quickcontrols-nemo/repos/community-x86_64/PKGBUILD
(from rev 1356296, qt5-quickcontrols-nemo/trunk/PKGBUILD)
Deleted:
qt5-quickcontrols-nemo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-03 08:18:20 UTC (rev 1356296)
+++ PKGBUILD 2022-12-03 08:18:29 UTC (rev 1356297)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=qt5-quickcontrols-nemo
-pkgver=5.7.1
-pkgrel=1
-pkgdesc="QML components for Nemomobile, based on QtQuickControls"
-arch=('x86_64')
-url="https://github.com/nemomobile-ux/qtquickcontrols-nemo"
-license=('LGPL' 'Apache')
-depends=('libglacierapp' 'nemo-qml-plugin-configuration'
'nemo-qml-plugin-notifications'
- 'nemo-theme-glacier' 'qt5-graphicaleffects' 'qt5-quickcontrols'
'qt5-virtualkeyboard')
-makedepends=('cmake')
-source=("https://github.com/nemomobile-ux/qtquickcontrols-nemo/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ec8bb929db8447c574a6ade3e591b82899d1cee7349df2bc28e48ad0bec5fa1843081f33a77d8df03de4c0dbbce80f9fdef360fa0a798c20c4a4dcde7d147111')
-
-build() {
- cd qtquickcontrols-nemo-$pkgver
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd qtquickcontrols-nemo-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: qt5-quickcontrols-nemo/repos/community-x86_64/PKGBUILD (from rev
1356296, qt5-quickcontrols-nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-03 08:18:29 UTC (rev 1356297)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=qt5-quickcontrols-nemo
+pkgver=5.7.2
+pkgrel=1
+pkgdesc="QML components for Nemomobile, based on QtQuickControls"
+arch=('x86_64')
+url="https://github.com/nemomobile-ux/qtquickcontrols-nemo"
+license=('LGPL' 'Apache')
+depends=('libglacierapp' 'nemo-qml-plugin-configuration'
'nemo-qml-plugin-notifications'
+ 'nemo-theme-glacier' 'qt5-graphicaleffects' 'qt5-quickcontrols'
'qt5-virtualkeyboard')
+makedepends=('cmake')
+source=("https://github.com/nemomobile-ux/qtquickcontrols-nemo/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('317fed85dbedc9e1120f7d51bd8dcda3f234ea7069f27eb9f999cfadd991f09f19879cb03363cdd5109a846c9e890385587e4118b2d647bb9d689fbbcd1bf265')
+
+build() {
+ cd qtquickcontrols-nemo-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd qtquickcontrols-nemo-$pkgver
+ make DESTDIR="$pkgdir" install
+}