Date: Monday, November 28, 2022 @ 08:15:33
Author: felixonmars
Revision: 1354553
archrelease: copy trunk to community-x86_64
Added:
qt5-quickcontrols-nemo/repos/community-x86_64/PKGBUILD
(from rev 1354550, 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-11-28 08:15:33 UTC (rev 1354552)
+++ PKGBUILD 2022-11-28 08:15:33 UTC (rev 1354553)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=qt5-quickcontrols-nemo
-pkgver=5.7
-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=('557760c6b2b6a7bec641222bf391646c73b096996be5db2f656cb34e5c5f18668003d820fac12d117e640e85f82b9c0c7ef377264bf2a6c4dd36875f08225e44')
-
-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
1354550, qt5-quickcontrols-nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-28 08:15:33 UTC (rev 1354553)
@@ -0,0 +1,25 @@
+# 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
+}