[arch-commits] Commit in deepin-manual/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 30 09:11:28 UTC 2018
Date: Wednesday, May 30, 2018 @ 09:11:28
Author: felixonmars
Revision: 333343
archrelease: copy trunk to community-x86_64
Added:
deepin-manual/repos/community-x86_64/PKGBUILD
(from rev 333342, 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-05-30 09:11:02 UTC (rev 333342)
+++ PKGBUILD 2018-05-30 09:11:28 UTC (rev 333343)
@@ -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.8.1
-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=('251c8b5819c4ca5d0981f78fbe134fe8e7978d107447791566d5c681f8e5ecad8296b3b1f5da3dd3165a3c26bdda1063cf4ff94861e7b53f0e7af1e97876b928')
-
-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 333342, deepin-manual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 09:11:28 UTC (rev 333343)
@@ -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.9
+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=('48bc753faae51ead7d024ced27a0b5d4a539f18fc831cdeaa59625cc34ea899fef3a4698004f0bc80872d2b4b8cdf9cd46b2162ec8b2a7743ac2a76a27dd80bc')
+
+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