[arch-commits] Commit in packagekit-qt5/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Feb 20 23:29:00 UTC 2020
Date: Thursday, February 20, 2020 @ 23:29:00
Author: arojas
Revision: 577429
archrelease: copy trunk to community-x86_64
Added:
packagekit-qt5/repos/community-x86_64/PKGBUILD
(from rev 577428, packagekit-qt5/trunk/PKGBUILD)
Deleted:
packagekit-qt5/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 34 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-20 23:28:27 UTC (rev 577428)
+++ PKGBUILD 2020-02-20 23:29:00 UTC (rev 577429)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=packagekit-qt5
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Qt5 bindings for PackageKit'
-arch=('x86_64')
-url='http://www.packagekit.org/'
-license=('LGPL')
-depends=('packagekit' 'qt5-base')
-makedepends=('cmake')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17' # Richard Hughes <richard at hughsie.com>
- 'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB' # Matthias Klumpp <matthias at tenstral.net>
- '70C26659D184ABC01FFAF45228DDEDC6E4480AD0') # Daniel Nicoletti <dantti12 at gmail.com>
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hughsie/PackageKit-Qt/archive/v${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/hughsie/PackageKit-Qt/releases/download/v${pkgver}/PackageKit-Qt-${pkgver}.tar.gz.asc")
-sha256sums=('4556ad405b552d0369ed7dfc20b9fed7e1201378eea18964b0068ce669ed9818'
- 'SKIP')
-
-build() {
- mkdir -p PackageKit-Qt-${pkgver}/build
- cd PackageKit-Qt-${pkgver}/build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd PackageKit-Qt-${pkgver}/build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: packagekit-qt5/repos/community-x86_64/PKGBUILD (from rev 577428, packagekit-qt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-20 23:29:00 UTC (rev 577429)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=packagekit-qt5
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17' # Richard Hughes <richard at hughsie.com>
+ 'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB' # Matthias Klumpp <matthias at tenstral.net>
+ '70C26659D184ABC01FFAF45228DDEDC6E4480AD0') # Daniel Nicoletti <dantti12 at gmail.com>
+source=("https://github.com/hughsie/PackageKit-Qt/releases/download/v$pkgver/PackageKit-Qt-$pkgver.tar.xz"
+ "https://github.com/hughsie/PackageKit-Qt/releases/download/v$pkgver/PackageKit-Qt-$pkgver.tar.xz.asc")
+sha256sums=('9e908478ebb85231f9fa1249c9183ccbaa16dc29e774d73f06d4cc0666058a87'
+ 'SKIP')
+
+build() {
+ mkdir -p PackageKit-Qt-${pkgver}/build
+ cd PackageKit-Qt-${pkgver}/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd PackageKit-Qt-${pkgver}/build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list