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

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Dec 13 11:19:01 UTC 2013


    Date: Friday, December 13, 2013 @ 12:19:00
  Author: alucryd
Revision: 102538

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

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

--------------------------------------------+
 /PKGBUILD                                  |   70 +++++++++++++++++++++++++++
 /pantheon-terminal.install                 |   28 ++++++++++
 community-i686/PKGBUILD                    |   34 -------------
 community-i686/pantheon-terminal.install   |   14 -----
 community-x86_64/PKGBUILD                  |   34 -------------
 community-x86_64/pantheon-terminal.install |   14 -----
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-12-13 11:18:47 UTC (rev 102537)
+++ community-i686/PKGBUILD	2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,34 +0,0 @@
-# Maintainer: alucryd <alucryd at gmail dot com>
-
-pkgname=pantheon-terminal
-pkgver=0.2.4.1
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url="https://launchpad.net/${pkgname}"
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
-makedepends=('cmake' 'vala')
-install="${pkgname}.install"
-source=("${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz")
-sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 102537, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-13 11:19:00 UTC (rev 102538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: alucryd <alucryd at gmail dot com>
+
+pkgname=pantheon-terminal
+pkgver=0.2.4.1
+pkgrel=3
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url="https://launchpad.net/${pkgname}"
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+makedepends=('cmake' 'vala')
+install="${pkgname}.install"
+source=("${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz")
+sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-terminal.install
===================================================================
--- community-i686/pantheon-terminal.install	2013-12-13 11:18:47 UTC (rev 102537)
+++ community-i686/pantheon-terminal.install	2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/pantheon-terminal.install (from rev 102537, pantheon-terminal/trunk/pantheon-terminal.install)
===================================================================
--- community-i686/pantheon-terminal.install	                        (rev 0)
+++ community-i686/pantheon-terminal.install	2013-12-13 11:19:00 UTC (rev 102538)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-12-13 11:18:47 UTC (rev 102537)
+++ community-x86_64/PKGBUILD	2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,34 +0,0 @@
-# Maintainer: alucryd <alucryd at gmail dot com>
-
-pkgname=pantheon-terminal
-pkgver=0.2.4.1
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url="https://launchpad.net/${pkgname}"
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
-makedepends=('cmake' 'vala')
-install="${pkgname}.install"
-source=("${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz")
-sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 102537, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-13 11:19:00 UTC (rev 102538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: alucryd <alucryd at gmail dot com>
+
+pkgname=pantheon-terminal
+pkgver=0.2.4.1
+pkgrel=3
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url="https://launchpad.net/${pkgname}"
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+makedepends=('cmake' 'vala')
+install="${pkgname}.install"
+source=("${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz")
+sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/pantheon-terminal.install
===================================================================
--- community-x86_64/pantheon-terminal.install	2013-12-13 11:18:47 UTC (rev 102537)
+++ community-x86_64/pantheon-terminal.install	2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/pantheon-terminal.install (from rev 102537, pantheon-terminal/trunk/pantheon-terminal.install)
===================================================================
--- community-x86_64/pantheon-terminal.install	                        (rev 0)
+++ community-x86_64/pantheon-terminal.install	2013-12-13 11:19:00 UTC (rev 102538)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list