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

Felix Yan felixonmars at archlinux.org
Sat Jan 19 19:03:18 UTC 2019


    Date: Saturday, January 19, 2019 @ 19:03:18
  Author: felixonmars
Revision: 424855

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 19:02:45 UTC (rev 424854)
+++ PKGBUILD	2019-01-19 19:03:18 UTC (rev 424855)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-editor
-pkgver=1.2.6
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor"
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
-sha512sums=('3698baaef72338803dd8dfd0aa79fd8f134b188aa111ec24403b0da1b3b5b1a970ebe9fe6e0b9d1dc228e59433ea4382e984e220ec7bb5a892edffbf1fa9548e')
-
-build(){
-  cd deepin-editor-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 424854, deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-19 19:03:18 UTC (rev 424855)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-editor
+pkgver=1.2.6.2
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'syntax-highlighting' 'kcodecs' 'polkit-qt5')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz")
+sha512sums=('ccbb423902d0ac16afdb5ce8aa58539e0b4e7b6983015080f0eb6ddde8430191547071f8d545ab1e6fa63ddd4f7c106ea94db1c4262c845b127e532cdd60cafa')
+
+build(){
+  cd deepin-editor-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list