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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:40 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:40
  Author: foutrelis
Revision: 157641

db-move: moved terminal from [staging] to [testing] (x86_64)

Added:
  terminal/repos/testing-x86_64/
  terminal/repos/testing-x86_64/PKGBUILD
    (from rev 157627, terminal/repos/staging-x86_64/PKGBUILD)
  terminal/repos/testing-x86_64/terminal.install
    (from rev 157627, terminal/repos/staging-x86_64/terminal.install)
Deleted:
  terminal/repos/staging-x86_64/

------------------+
 PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 terminal.install |   13 +++++++++++++
 2 files changed, 52 insertions(+)

Copied: terminal/repos/testing-x86_64/PKGBUILD (from rev 157627, terminal/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:53:40 UTC (rev 157641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=terminal
+pkgver=0.4.8
+pkgrel=2
+pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/projects/terminal/"
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'vte' 'dbus-glib' 'startup-notification' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.4/Terminal-$pkgver.tar.bz2)
+sha256sums=('fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d')
+
+build() {
+  cd "$srcdir/Terminal-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Terminal-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: terminal/repos/testing-x86_64/terminal.install (from rev 157627, terminal/repos/staging-x86_64/terminal.install)
===================================================================
--- testing-x86_64/terminal.install	                        (rev 0)
+++ testing-x86_64/terminal.install	2012-04-29 02:53:40 UTC (rev 157641)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list