[arch-commits] Commit in qcef/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 4 14:33:19 UTC 2018


    Date: Wednesday, April 4, 2018 @ 14:33:18
  Author: felixonmars
Revision: 314134

archrelease: copy trunk to community-x86_64

Added:
  qcef/repos/community-x86_64/PKGBUILD
    (from rev 314133, qcef/trunk/PKGBUILD)
Deleted:
  qcef/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 14:32:52 UTC (rev 314133)
+++ PKGBUILD	2018-04-04 14:33:18 UTC (rev 314134)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=qcef
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Qt5 binding of CEF"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qcef"
-license=('GPL')
-depends=('gconf' 'libxss' 'nss' 'qt5-webchannel' 'qt5-x11extras')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/linuxdeepin/qcef/archive/$pkgver.tar.gz")
-sha512sums=('a0e2275c6520c15822b08b133e773599c6f3fe3647bc1e5c5ad4e05d26d215980001a2d8445fe55d69a831d5b55c254f4feed27aa9275cac1727a1ca160c5b77')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../qcef-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  chmod +s "$pkgdir"/usr/lib/qcef/chrome-sandbox
-  rm -rf "$pkgdir"/build
-}

Copied: qcef/repos/community-x86_64/PKGBUILD (from rev 314133, qcef/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 14:33:18 UTC (rev 314134)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qcef
+pkgver=1.1.4.3
+pkgrel=1
+pkgdesc="Qt5 binding of CEF"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qcef"
+license=('GPL')
+depends=('gconf' 'libxss' 'nss' 'qt5-webchannel' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/linuxdeepin/qcef/archive/$pkgver.tar.gz")
+sha512sums=('49fb3a364e40cdddf4e366e482f668ef62182f8f8ed95bed9b44eaf60e38f3c77338172412121db374d95015e8474b7a8e7d3fe7060f4f9cb86545fdab71d482')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../qcef-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  chmod +s "$pkgdir"/usr/lib/qcef/chrome-sandbox
+  rm -rf "$pkgdir"/build
+}



More information about the arch-commits mailing list