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

Felix Yan felixonmars at archlinux.org
Tue Jun 11 12:33:08 UTC 2019


    Date: Tuesday, June 11, 2019 @ 12:33:07
  Author: felixonmars
Revision: 480396

archrelease: copy trunk to community-x86_64

Added:
  deepin-manual/repos/community-x86_64/PKGBUILD
    (from rev 480395, 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-06-11 12:32:54 UTC (rev 480395)
+++ PKGBUILD	2019-06-11 12:33:07 UTC (rev 480396)
@@ -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.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
-}

Copied: deepin-manual/repos/community-x86_64/PKGBUILD (from rev 480395, deepin-manual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-11 12:33:07 UTC (rev 480396)
@@ -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.20
+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=('875d8b0ab761801c3ec1e430e8e55a3873cd3f2db142b9aa4fcbdea6247bd904e4c91d15b2895142f7f1c9840a98dbcd77daaa0b73fdbc9fe682e4b872770a42')
+
+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