Date: Wednesday, October 26, 2022 @ 23:33:54
  Author: felixonmars
Revision: 1337940

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 23:33:46 UTC (rev 1337939)
+++ PKGBUILD    2022-10-26 23:33:54 UTC (rev 1337940)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-editor
-pkgver=5.10.37
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' 
'libchardet' 'uchardet')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
-sha512sums=('dda6d05baf06bc8aac27c8cc5032d77f03bef5940c27239df4e7d2f375a8126780aefdae939e4fd55404df1388ca670192bc8c5b42abcf733414739f58d8e4aa')
-
-build() {
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-check() {
-  cd deepin-editor-$pkgver
-  ninja test || echo "Tests failed"
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 1337939, 
deepin-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-26 23:33:54 UTC (rev 1337940)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-editor
+pkgver=5.10.38
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'kcodecs' 'polkit-qt5' 'syntax-highlighting' 
'libchardet' 'uchardet')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('f3755ab8efea4ef07d992acc1210b6520108fb44a9ed169a3c751cbf5c4540db83a19c2d32e6aee836f7c6e6f1be559dd9551aa35832fdb9048bdb5b2e275811')
+
+build() {
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+check() {
+  cd deepin-editor-$pkgver
+  ninja test || echo "Tests failed"
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to