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

Felix Yan felixonmars at archlinux.org
Wed Apr 10 10:08:04 UTC 2019


    Date: Wednesday, April 10, 2019 @ 10:08:03
  Author: felixonmars
Revision: 450740

archrelease: copy trunk to community-x86_64

Added:
  deepin-manual/repos/community-x86_64/PKGBUILD
    (from rev 450739, deepin-manual/trunk/PKGBUILD)
Deleted:
  deepin-manual/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 10:07:44 UTC (rev 450739)
+++ PKGBUILD	2019-04-10 10:08:03 UTC (rev 450740)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-manual
-pkgver=2.0.18
-pkgrel=1
-pkgdesc='Deepin User Manual'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-manual"
-license=('GPL3')
-depends=('deepin-qt5integration' 'qcef')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-manual/archive/$pkgver.tar.gz")
-sha512sums=('88853a9d78f87db2c6a6f1a3d57f76267dfa82a57f068e2ee7c03a9b882e0f408a2c56f86b9c894fe902a368058199d979a0416f3081d5f3f6454fd2233a8494')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-manual/repos/community-x86_64/PKGBUILD (from rev 450739, deepin-manual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-10 10:08:03 UTC (rev 450740)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-manual
+pkgver=2.0.19
+pkgrel=1
+pkgdesc='Deepin User Manual'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-manual"
+license=('GPL3')
+depends=('deepin-qt5integration' 'qcef' 'gtk2')  # gtk2: todo
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-manual/archive/$pkgver.tar.gz")
+sha512sums=('7018ab7777b3492f327ce44cd5dce563c3a7dc8a1e4f11d977b007f77b61941cdbe4d0f273b9e32d0a0cfabcc095a1864c762782a97455871675a963efc923ee')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list