[arch-commits] Commit in deepin-terminal-gtk/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Wed Dec 23 10:01:18 UTC 2020


    Date: Wednesday, December 23, 2020 @ 10:01:17
  Author: felixonmars
Revision: 784042

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal-gtk/repos/community-x86_64/PKGBUILD
    (from rev 784041, deepin-terminal-gtk/trunk/PKGBUILD)
Deleted:
  deepin-terminal-gtk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 10:01:06 UTC (rev 784041)
+++ PKGBUILD	2020-12-23 10:01:17 UTC (rev 784042)
@@ -1,41 +0,0 @@
-# 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-terminal-old
-pkgver=5.0.4.3
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin, the old version'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal-old"
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect')
-makedepends=('cmake' 'ninja' 'vala')
-optdepends=('deepin-menu: for native menu integration under DDE'
-            'zssh: for remote management support')
-conflicts=('deepin-terminal')
-provides=('deepin-terminal')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal-old/archive/$pkgver.tar.gz")
-sha512sums=('1b8a580ff0a2b216a1849651d33fcc6d31c7683bc908a79d7b9253c0fe39f94534d4e9c919c9dd3b1a83844615bc46facd91c693397a580fc9313287606216f1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -GNinja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DTEST_BUILD=OFF \
-    -DUSE_VENDOR_LIB=OFF \
-    -DVERSION=$pkgver \
-    ../deepin-terminal-old-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal-gtk/repos/community-x86_64/PKGBUILD (from rev 784041, deepin-terminal-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-23 10:01:17 UTC (rev 784042)
@@ -0,0 +1,42 @@
+# 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-terminal-gtk
+pkgver=5.0.4.3
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin, the old gtk version'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal-gtk"
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect')
+makedepends=('cmake' 'ninja' 'vala')
+optdepends=('deepin-menu: for native menu integration under DDE'
+            'zssh: for remote management support')
+conflicts=('deepin-terminal' 'deepin-terminal-old')
+provides=('deepin-terminal' 'deepin-terminal-old')
+replaces=('deepin-terminal-old')
+source=("https://github.com/linuxdeepin/deepin-terminal-gtk/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4da67877cf571781fd708bc740e23f0178ef2a93d4d13a6935857d2577dc0a5a58dc77db2bbc60760cba470548b7e72598d105acef7c7486b5dfea5766b510a9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -GNinja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DTEST_BUILD=OFF \
+    -DUSE_VENDOR_LIB=OFF \
+    -DVERSION=$pkgver \
+    ../deepin-terminal-gtk-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}



More information about the arch-commits mailing list