[arch-commits] Commit in konversation/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 11 10:21:53 UTC 2020
Date: Saturday, April 11, 2020 @ 10:21:52
Author: arojas
Revision: 380106
archrelease: copy trunk to extra-x86_64
Added:
konversation/repos/extra-x86_64/PKGBUILD
(from rev 380105, konversation/trunk/PKGBUILD)
Deleted:
konversation/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-11 10:21:31 UTC (rev 380105)
+++ PKGBUILD 2020-04-11 10:21:52 UTC (rev 380106)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: James Rayner <iphitus at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret at paretux.org>
-
-pkgname=konversation
-pkgver=1.7.5
-pkgrel=2
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(x86_64)
-url="https://konversation.kde.org"
-depends=(knotifyconfig kemoticons kparts kidletime qca-qt5 hicolor-icon-theme perl)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing bookmarks')
-makedepends=(extra-cmake-modules kdoctools)
-license=(GPL2 FDL)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- konversation-qt-5.13.patch::"https://cgit.kde.org/konversation.git/patch/src/irc?id=4d003661")
-sha256sums=('60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940'
- 'SKIP'
- '2b734869ae5e04644aceff8e02d1b24c8b705bd984f68f8fc4c0c9c042851afb')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein <hein at kde.org>
-
-prepare() {
- mkdir -p build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../konversation-qt-5.13.patch # Fix build with Qt 5.13
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 380105, konversation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-11 10:21:52 UTC (rev 380106)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret at paretux.org>
+
+pkgname=konversation
+pkgver=1.7.5
+pkgrel=3
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(x86_64)
+url="https://konversation.kde.org"
+depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 hicolor-icon-theme perl)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing bookmarks')
+makedepends=(extra-cmake-modules kdoctools)
+license=(GPL2 FDL)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ konversation-qt-5.13.patch::"https://cgit.kde.org/konversation.git/patch/src/irc?id=4d003661")
+sha256sums=('60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940'
+ 'SKIP'
+ '2b734869ae5e04644aceff8e02d1b24c8b705bd984f68f8fc4c0c9c042851afb')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein <hein at kde.org>
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../konversation-qt-5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list