[arch-commits] Commit in deepin-manual/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 12 05:26:31 UTC 2018
Date: Sunday, August 12, 2018 @ 05:26:31
Author: felixonmars
Revision: 371204
archrelease: copy trunk to community-x86_64
Added:
deepin-manual/repos/community-x86_64/PKGBUILD
(from rev 371203, 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-08-12 05:25:35 UTC (rev 371203)
+++ PKGBUILD 2018-08-12 05:26:31 UTC (rev 371204)
@@ -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.11
-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=('8d5dfaed5a9a5fc87c63a090404142fdc4db6180f2949ebde8c7f99bd8e07e61736f2d8554a45bdaef0cc1677ec25a15c5ced0a50ec2c3d4d252f65c9503a1d4')
-
-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 371203, deepin-manual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-12 05:26:31 UTC (rev 371204)
@@ -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.12
+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=('18310551d22a6c3efdd3c0c0437e23479ecbdae016cfe42e2afeb4ffd87ef594b775ba1265384cc3d2dbc866ff0c239010fd45a0a12118854def89134b6415d3')
+
+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