[arch-commits] Commit in deepin-terminal/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Mar 24 08:23:50 UTC 2017
Date: Friday, March 24, 2017 @ 08:23:49
Author: felixonmars
Revision: 218646
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-terminal/repos/community-i686/PKGBUILD
(from rev 218645, deepin-terminal/trunk/PKGBUILD)
deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 218645, deepin-terminal/trunk/PKGBUILD)
Deleted:
deepin-terminal/repos/community-i686/PKGBUILD
deepin-terminal/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 38 ----------------------
community-x86_64/PKGBUILD | 38 ----------------------
3 files changed, 76 insertions(+), 76 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-24 08:23:22 UTC (rev 218645)
+++ community-i686/PKGBUILD 2017-03-24 08:23:49 UTC (rev 218646)
@@ -1,38 +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-terminal
-pkgver=2.2.7
-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' 'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-terminal/archive/$pkgver.tar.gz")
-sha256sums=('4a1f37f5929425e463207eb8af349dc81aab0a5889c2b35020920bcbb00b8c1e')
-
-prepare() {
- mkdir -p build
-
- sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal-$pkgver/project_path.c
-}
-
-build() {
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- ../deepin-terminal-$pkgver
- make
-}
-
-package() {
- make -C build DESTDIR="$pkgdir" install
-}
Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 218645, deepin-terminal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-24 08:23:49 UTC (rev 218646)
@@ -0,0 +1,38 @@
+# $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.2.8
+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' 'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-terminal/archive/$pkgver.tar.gz")
+sha512sums=('f4dbf0fc9452f17ad150afa73f48989ffafe010175e21ac0d7d0a2ddd6ebefacd0232c42f14a2599f8e9efb888b8bb53c1750038075cedb8632aa540fc3cb9d3')
+
+prepare() {
+ mkdir -p build
+
+ sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal-$pkgver/project_path.c
+}
+
+build() {
+ cd build
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ ../deepin-terminal-$pkgver
+ make
+}
+
+package() {
+ make -C build DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-24 08:23:22 UTC (rev 218645)
+++ community-x86_64/PKGBUILD 2017-03-24 08:23:49 UTC (rev 218646)
@@ -1,38 +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-terminal
-pkgver=2.2.7
-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' 'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-terminal/archive/$pkgver.tar.gz")
-sha256sums=('4a1f37f5929425e463207eb8af349dc81aab0a5889c2b35020920bcbb00b8c1e')
-
-prepare() {
- mkdir -p build
-
- sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal-$pkgver/project_path.c
-}
-
-build() {
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- ../deepin-terminal-$pkgver
- make
-}
-
-package() {
- make -C build DESTDIR="$pkgdir" install
-}
Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 218645, deepin-terminal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-24 08:23:49 UTC (rev 218646)
@@ -0,0 +1,38 @@
+# $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.2.8
+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' 'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-terminal/archive/$pkgver.tar.gz")
+sha512sums=('f4dbf0fc9452f17ad150afa73f48989ffafe010175e21ac0d7d0a2ddd6ebefacd0232c42f14a2599f8e9efb888b8bb53c1750038075cedb8632aa540fc3cb9d3')
+
+prepare() {
+ mkdir -p build
+
+ sed -i 's|return __FILE__;|return "/usr/share/deepin-terminal/project_path.c";|' deepin-terminal-$pkgver/project_path.c
+}
+
+build() {
+ cd build
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ ../deepin-terminal-$pkgver
+ make
+}
+
+package() {
+ make -C build DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list