[arch-commits] Commit in kconfigwidgets/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 3 23:02:10 UTC 2019
Date: Sunday, November 3, 2019 @ 23:02:10
Author: foutrelis
Revision: 366644
archrelease: copy trunk to staging-x86_64
Added:
kconfigwidgets/repos/staging-x86_64/PKGBUILD
(from rev 366643, kconfigwidgets/trunk/PKGBUILD)
Deleted:
kconfigwidgets/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-03 23:02:06 UTC (rev 366643)
+++ PKGBUILD 2019-11-03 23:02:10 UTC (rev 366644)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kconfigwidgets
-pkgver=5.63.0
-pkgrel=2
-pkgdesc='Widgets for KConfig'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
-makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen qt5-tools qt5-doc sip)
-optdepends=('python-pyqt5: for the Python bindings')
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e577c68523721cbdbe2f019098f382cdcd4db4c805fb68d86c2b7d6fb76b1d25'
- '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: kconfigwidgets/repos/staging-x86_64/PKGBUILD (from rev 366643, kconfigwidgets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-03 23:02:10 UTC (rev 366644)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kconfigwidgets
+pkgver=5.63.0
+pkgrel=3
+pkgdesc='Widgets for KConfig'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
+makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen qt5-tools qt5-doc sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e577c68523721cbdbe2f019098f382cdcd4db4c805fb68d86c2b7d6fb76b1d25'
+ '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