[arch-commits] Commit in solid/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 24 14:56:49 UTC 2018
Date: Saturday, February 24, 2018 @ 14:56:48
Author: arojas
Revision: 317479
archrelease: copy trunk to extra-x86_64
Added:
solid/repos/extra-x86_64/PKGBUILD
(from rev 317478, solid/trunk/PKGBUILD)
Deleted:
solid/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 44 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-24 14:56:14 UTC (rev 317478)
+++ PKGBUILD 2018-02-24 14:56:48 UTC (rev 317479)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=solid
-pkgver=5.43.0
-pkgrel=1
-pkgdesc='Hardware integration and detection'
-arch=('x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('699f6bf5d502ec43783366bff508433682a85f02d9bc595fb3d9d0da86f8c260'
- 'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: solid/repos/extra-x86_64/PKGBUILD (from rev 317478, solid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-24 14:56:48 UTC (rev 317479)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=solid
+pkgver=5.43.0
+pkgrel=2
+pkgdesc='Hardware integration and detection'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-declarative media-player-info upower udisks2)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ kdebug-389479.patch::"https://cgit.kde.org/solid.git/patch/?id=e94ba061")
+sha256sums=('699f6bf5d502ec43783366bff508433682a85f02d9bc595fb3d9d0da86f8c260'
+ 'SKIP'
+ '934f68bc3c2c391c629cd9703a4523e9f45ae863102a68ec06753420ee41392b')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+ mkdir build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../kdebug-389479.patch # Fix device auto-monting
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list