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

Antonio Rojas arojas at archlinux.org
Tue Feb 27 16:35:59 UTC 2018


    Date: Tuesday, February 27, 2018 @ 16:35:58
  Author: arojas
Revision: 317597

archrelease: copy trunk to extra-x86_64

Added:
  falkon/repos/
  falkon/repos/extra-x86_64/
  falkon/repos/extra-x86_64/PKGBUILD
    (from rev 317596, falkon/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: falkon/repos/extra-x86_64/PKGBUILD (from rev 317596, falkon/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2018-02-27 16:35:58 UTC (rev 317597)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=falkon
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Cross-platform QtWebEngine browser"
+arch=(x86_64)
+url="https://www.qupzilla.com/"
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools kwallet libgnome-keyring)
+optdepends=('kwallet: kf5 kwallet integration' 'libgnome-keyring: gnome keyring integration')
+conflicts=(qupzilla)
+replaces=(qupzilla)
+source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e42a091e6ae434d7c3146adb876a8a5dc29d9354560087a905a0bd7fb58d7a6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list