[arch-commits] Commit in modemmanager-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 19 06:59:10 UTC 2019


    Date: Thursday, December 19, 2019 @ 06:59:09
  Author: arojas
Revision: 371742

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager-qt/repos/extra-x86_64/PKGBUILD
    (from rev 371741, modemmanager-qt/trunk/PKGBUILD)
Deleted:
  modemmanager-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 06:59:00 UTC (rev 371741)
+++ PKGBUILD	2019-12-19 06:59:09 UTC (rev 371742)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Mainrainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=modemmanager-qt
-pkgver=5.64.0
-pkgrel=1
-pkgdesc='Qt wrapper for ModemManager DBus API'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(modemmanager qt5-base)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9d8554b3720cf46aaaa70da87c79688afc5baa155ffd19ea00e4cae2a1caa21'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: modemmanager-qt/repos/extra-x86_64/PKGBUILD (from rev 371741, modemmanager-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-19 06:59:09 UTC (rev 371742)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Mainrainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=modemmanager-qt
+pkgver=5.65.0
+pkgrel=2
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21cd64acbe50d402ea5c3636e628acbc8c73ee32021a6e184c449380216380c2'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list