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

Maxime Gauduin alucryd at archlinux.org
Fri Aug 12 10:36:27 UTC 2016


    Date: Friday, August 12, 2016 @ 10:36:26
  Author: alucryd
Revision: 186565

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
    (from rev 186564, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
    (from rev 186564, pantheon-terminal/trunk/PKGBUILD)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ---------------------
 community-x86_64/PKGBUILD |   42 ---------------------
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-12 10:36:12 UTC (rev 186564)
+++ community-i686/PKGBUILD	2016-08-12 10:36:26 UTC (rev 186565)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-terminal
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'libnotify' 'pango' 'vte3'
-         'libgranite.so')
-makedepends=('cmake' 'vala')
-source=("https://launchpad.net/pantheon-terminal/${pkgver:0:4}x/${pkgver}/+download/pantheon-terminal-${pkgver}.tar.xz")
-sha256sums=('57ac969d64ffa0648f942df7d5ef99efae83beff648d810cb9833ba32d9a75c0')
-
-prepare() {
-  cd pantheon-terminal-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-terminal-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 186564, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-12 10:36:26 UTC (rev 186565)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=0.4
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-terminal'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("https://launchpad.net/pantheon-terminal/0.4.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tar.xz")
+sha256sums=('f95fc610e2efbe40c0d6e306cb8643d932dd797e508ab2c784a968c05ef65ff3')
+
+prepare() {
+  cd pantheon-terminal-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-terminal-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-terminal-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-12 10:36:12 UTC (rev 186564)
+++ community-x86_64/PKGBUILD	2016-08-12 10:36:26 UTC (rev 186565)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-terminal
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-terminal'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'libnotify' 'pango' 'vte3'
-         'libgranite.so')
-makedepends=('cmake' 'vala')
-source=("https://launchpad.net/pantheon-terminal/${pkgver:0:4}x/${pkgver}/+download/pantheon-terminal-${pkgver}.tar.xz")
-sha256sums=('57ac969d64ffa0648f942df7d5ef99efae83beff648d810cb9833ba32d9a75c0')
-
-prepare() {
-  cd pantheon-terminal-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd pantheon-terminal-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd pantheon-terminal-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 186564, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-12 10:36:26 UTC (rev 186565)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=0.4
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-terminal'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("https://launchpad.net/pantheon-terminal/0.4.x/${pkgver}/+download/pantheon-terminal-${pkgver}.tar.xz")
+sha256sums=('f95fc610e2efbe40c0d6e306cb8643d932dd797e508ab2c784a968c05ef65ff3')
+
+prepare() {
+  cd pantheon-terminal-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-terminal-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-terminal-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list