summaryrefslogtreecommitdiffstats
path: root/abs/chroot-devel/terminal
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-05 14:38:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-05 14:38:10 (GMT)
commitee33ddf6f3657ff6384de9c6e517511f0427ffc7 (patch)
treec02a8afa5bdd1099494f7d436a58dec4bf086b12 /abs/chroot-devel/terminal
parentd6049e8a38b8babf070b6f2183c336334ed97fd9 (diff)
downloadlinhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.zip
linhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.tar.gz
linhes_pkgbuild-ee33ddf6f3657ff6384de9c6e517511f0427ffc7.tar.bz2
Goodbye chroot-devel.
All things chroot-devel have been moved and split between core and extra
Diffstat (limited to 'abs/chroot-devel/terminal')
-rw-r--r--abs/chroot-devel/terminal/PKGBUILD25
-rw-r--r--abs/chroot-devel/terminal/terminal-dont-die-on-dbus-kill.patch10
-rw-r--r--abs/chroot-devel/terminal/terminal.install11
3 files changed, 0 insertions, 46 deletions
diff --git a/abs/chroot-devel/terminal/PKGBUILD b/abs/chroot-devel/terminal/PKGBUILD
deleted file mode 100644
index 9f17eee..0000000
--- a/abs/chroot-devel/terminal/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-
-pkgname=terminal
-pkgver=0.2.8
-pkgrel=3
-pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://www.xfce.org/projects/terminal/"
-groups=('xfce4')
-depends=('exo>=0.3.4' 'vte>=0.16.14' 'dbus-glib>=0.76'
- 'hicolor-icon-theme')
-makedepends=('pkgconfig')
-options=('!libtool')
-install=terminal.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/Terminal-${pkgver}.tar.bz2
- terminal-dont-die-on-dbus-kill.patch)
-
-build() {
- cd ${srcdir}/Terminal-${pkgver}
- patch -Np0 -i ${srcdir}/terminal-dont-die-on-dbus-kill.patch || return 1
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var --disable-static || return 1
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
-}
diff --git a/abs/chroot-devel/terminal/terminal-dont-die-on-dbus-kill.patch b/abs/chroot-devel/terminal/terminal-dont-die-on-dbus-kill.patch
deleted file mode 100644
index e20e45c..0000000
--- a/abs/chroot-devel/terminal/terminal-dont-die-on-dbus-kill.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- terminal/terminal-dbus.c.orig 2007-01-23 22:25:12.000000000 +0000
-+++ terminal/terminal-dbus.c 2007-01-23 22:25:50.000000000 +0000
-@@ -191,6 +191,7 @@ terminal_dbus_register_service (Terminal
-
- /* register DBus connection with GLib main loop */
- dbus_connection_setup_with_g_main (connection, NULL);
-+ dbus_connection_set_exit_on_disconnect (connection, FALSE);
-
- if (dbus_bus_request_name (connection, TERMINAL_DBUS_SERVICE, 0, &derror) < 0)
- {
diff --git a/abs/chroot-devel/terminal/terminal.install b/abs/chroot-devel/terminal/terminal.install
deleted file mode 100644
index 21b79d2..0000000
--- a/abs/chroot-devel/terminal/terminal.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}