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

Felix Yan felixonmars at archlinux.org
Tue Jul 24 07:48:53 UTC 2018


    Date: Tuesday, July 24, 2018 @ 07:48:53
  Author: felixonmars
Revision: 363264

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-24 07:48:28 UTC (rev 363263)
+++ PKGBUILD	2018-07-24 07:48:53 UTC (rev 363264)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.9.3
-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=('0a881b1b1f17e61071490ba2f9bf8124ce916735a017f290948c4f0e59a5f977c9a993ce1e692e2cc3d152be10e51c2ffc0090295ec1eed3a06a6984e7759e9b')
-
-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 363263, deepin-manual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-24 07:48:53 UTC (rev 363264)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.10
+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=('1871d39999f48c1ff86cac5e4001e59a375687ea2c15ef53b4400bd3b758c57525963a241ec962a1aaaff9fcc18cf025ebfd998df5b353038e91fdc3e7a7f5dd')
+
+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