[arch-commits] Commit in deepin-terminal/repos (4 files)

Felix Yan felixonmars at archlinux.org
Wed Aug 24 06:08:16 UTC 2016


    Date: Wednesday, August 24, 2016 @ 06:08:15
  Author: felixonmars
Revision: 187445

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-terminal/repos/community-testing-i686/
  deepin-terminal/repos/community-testing-i686/PKGBUILD
    (from rev 187444, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-testing-x86_64/
  deepin-terminal/repos/community-testing-x86_64/PKGBUILD
    (from rev 187444, deepin-terminal/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: deepin-terminal/repos/community-testing-i686/PKGBUILD (from rev 187444, deepin-terminal/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-24 06:08:15 UTC (rev 187445)
@@ -0,0 +1,32 @@
+# $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-terminal
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin.'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal"
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect')
+makedepends=('git' 'vala')
+options=(!emptydirs)
+groups=('deepin-extra')
+source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd deepin-terminal
+  make PREFIX=/usr
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Copied: deepin-terminal/repos/community-testing-x86_64/PKGBUILD (from rev 187444, deepin-terminal/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-24 06:08:15 UTC (rev 187445)
@@ -0,0 +1,32 @@
+# $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-terminal
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin.'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal"
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect')
+makedepends=('git' 'vala')
+options=(!emptydirs)
+groups=('deepin-extra')
+source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd deepin-terminal
+  make PREFIX=/usr
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}



More information about the arch-commits mailing list