diff options
| author | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
| commit | 2648e999d277eac5c3d331a3609bcc73fafbea71 (patch) | |
| tree | 40951fb8e7fdbe28a0baa324ae615055203f1e2e /abs/core/tilda | |
| parent | c759b5e0c4aa6fc37412b4dee2cf9ad993fd376d (diff) | |
| parent | 7e6f7ca174e1af67178dc5293a312a4a733eb095 (diff) | |
| download | linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.zip linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.gz linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.bz2 | |
Merge branch 'testing'
# By James Meyer (1091) and others
# Via James Meyer (5) and others
* testing: (1148 commits)
LinHES-config: during install don't kill off lirc. This keeps the remote active all the way to the finish
Change version numbers to 8.0 to match the release number. LinHES-conifg LinHES-system mythdb-initial runit-scripts supplemental-web
LinHES-conifig: mv_install.py for the last partition don't go all the way to the end. Gotta leave room for gpt tables.
xf86-video-ati: xorg ati driver.
LinHES-config: timezip.py add syncing up of parental lvl passwords and starting level with MBE.
LinHES-system: correct the logic for breaking out of the wmctrl loop. As written it would break out of the inner loop..but not the 60 iteration loop.
e16_theme_settings: remove slide-in prop for new windows. For whatever reason this was preventing mplayer from being positioned correctly for appletrailers.
LinHES-config, mythinstall: change case of hd_pvr and serial to all lower refs #902
zilog-firmware: firmware for TX support of the hdpvr and pvr-150 In general I can't recommend anybody using these transmitters but including the firmware just in case someone really wants to
linhes-udev-rules: added hdprv_lirc rule. All of these lirc rules are limited to exactly one device. If more then one device is present then only the last device in init will get the symlink
runit-scripts: fix logging for igdeamon, add support to remote init script so that the blaster is always the first device in the chain. added support specificly for hd_pvr
LinHES-system: add lh_system_restore and lh_system_backup. These scripts are called from the mythmenu. refs #900
iguanair: rebuild with python 2.7
LinHES-system: msg_daemon.py fix init and nasty bug related to timeout. In a nutshell timeout wouldn't work unless a msg without a timeout was called first.
linhes-udev-rules: add rules for mce,streamzap,serial lirc devices.
mythinstall: recompile for matching libs
mythtv: latest .25-fixes and change mythbackup/restore call lh_system_$op to replace mythbackup/mythrestore. mythbackup no longer works correctly with the new windowmanager
linhes-scripts: myth2mp3, myth2x264, myth2xvid: use mythutil to get cutlist
LinHES-config, supplimental-web: Fix proxy numbering for Ceton infiniTV
linhes-system: add additional stuff to the system backup and also introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/
...
Diffstat (limited to 'abs/core/tilda')
| -rw-r--r-- | abs/core/tilda/PKGBUILD | 53 | ||||
| -rw-r--r-- | abs/core/tilda/__changelog | 2 | ||||
| -rw-r--r-- | abs/core/tilda/tilda-0.9.6.tar.gz | bin | 307517 -> 0 bytes | |||
| -rw-r--r-- | abs/core/tilda/tilda-conf-sigsegv.patch | 11 | ||||
| -rw-r--r-- | abs/core/tilda/tilda-fix.patch | 24 | ||||
| -rw-r--r-- | abs/core/tilda/tilda-glib2.patch | 11 | ||||
| -rw-r--r-- | abs/core/tilda/tilda.changelog | 20 | ||||
| -rw-r--r-- | abs/core/tilda/tilda.install | 44 | ||||
| -rw-r--r-- | abs/core/tilda/tilda_hide.patch | 35 |
9 files changed, 141 insertions, 59 deletions
diff --git a/abs/core/tilda/PKGBUILD b/abs/core/tilda/PKGBUILD index f8422bc..814a5c3 100644 --- a/abs/core/tilda/PKGBUILD +++ b/abs/core/tilda/PKGBUILD @@ -1,26 +1,49 @@ -# Maintainer: William Rea <sillywilly@gmail.com> +# $Id: PKGBUILD 71879 2012-06-02 18:37:37Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> +# Contributor: William Rea <sillywilly@gmail.com> + pkgname=tilda pkgver=0.9.6 -pkgrel=2 -pkgdesc="Linux terminal based on classic terminals from first person shooter games." +pkgrel=7 +pkgdesc="Linux terminal based on classic terminals from first person shooter games" +arch=('i686' 'x86_64') url="http://tilda.sourceforge.net" -license="GPL" -depends=('vte' 'confuse' 'libglade' 'gtk2') +license=('GPL') +depends=('vte' 'confuse' 'libglade') makedepends=('gawk') -source=('tilda-0.9.6.tar.gz' 'config_0') -arch=('i686') +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz +tilda-fix.patch tilda-glib2.patch tilda-conf-sigsegv.patch config_0 tilda_hide.patch ) + build() { + cd $srcdir/$pkgname-$pkgver + +# gdk && desktop file fix FS#25762 + patch -p0 -i ${srcdir}/$pkgname-fix.patch + +# glib2 fix + patch -p0 -i ${srcdir}/$pkgname-glib2.patch - cd $startdir/src/tilda-$pkgver/src -# patch -p0 < $startdir/src/tilda.patch - cd $startdir/src/tilda-$pkgver +# fix segfaults on malformed config files FS#29754 + patch -p0 -i ${srcdir}/$pkgname-conf-sigsegv.patch + + patch -p0 -i ${srcdir}/tilda_hide.patch ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make DESTDIR=${pkgdir} install - mkdir -p $startdir/pkg/etc - cp $startdir/src/config_0 $startdir/pkg/etc/tilda_config + #default config + install -D -m 0755 $startdir/src/config_0 $startdir/pkg/etc/tilda_config } md5sums=('b44ebe04fdfd312e9ddc5e0ed77f4289' - '754753190e0990cd6fba27b3c931bd0e') + '6ca2c5ae5acd254b1e89b319b118b8e1' + 'f1fc7009418c2ed7b506d5c555f072cb' + '3e08a0b2d48bba69cf96bef1faeca429' + '754753190e0990cd6fba27b3c931bd0e' + '0cc3020eabc74d939b0b978944d11693') diff --git a/abs/core/tilda/__changelog b/abs/core/tilda/__changelog new file mode 100644 index 0000000..b637dfd --- /dev/null +++ b/abs/core/tilda/__changelog @@ -0,0 +1,2 @@ +tilda_hide patch +This stops tilda from showing the config wizard unless tilda is started with -C diff --git a/abs/core/tilda/tilda-0.9.6.tar.gz b/abs/core/tilda/tilda-0.9.6.tar.gz Binary files differdeleted file mode 100644 index cb5531c..0000000 --- a/abs/core/tilda/tilda-0.9.6.tar.gz +++ /dev/null diff --git a/abs/core/tilda/tilda-conf-sigsegv.patch b/abs/core/tilda/tilda-conf-sigsegv.patch new file mode 100644 index 0000000..a48aad0 --- /dev/null +++ b/abs/core/tilda/tilda-conf-sigsegv.patch @@ -0,0 +1,11 @@ +--- src/key_grabber.c 2008-04-08 00:12:31.000000000 +0200 ++++ src/key_grabber.c 2012-05-17 19:43:25.227699421 +0200 +@@ -257,7 +257,7 @@ + gboolean tilda_keygrabber_bind (const gchar *keystr, tilda_window *tw) + { + /* Empty strings are no good */ +- if (strcmp ("", keystr) == 0) ++ if (!keystr || strcmp ("", keystr) == 0) + return FALSE; + + return tomboy_keybinder_bind (keystr, onKeybindingPull, tw); diff --git a/abs/core/tilda/tilda-fix.patch b/abs/core/tilda/tilda-fix.patch new file mode 100644 index 0000000..a6d273c --- /dev/null +++ b/abs/core/tilda/tilda-fix.patch @@ -0,0 +1,24 @@ +--- src/key_grabber.c 2008-04-08 01:12:31.000000000 +0300 ++++ src/key_grabber.c 2009-10-16 17:39:16.399679408 +0300 +@@ -190,7 +190,7 @@ + * Overriding the user time here seems to work a lot better than calling + * gtk_window_present_with_time() here, or at the end of the function. I have + * no idea why, they should do the same thing. */ +- gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window, ++ gdk_x11_window_set_user_time (GTK_WIDGET(tw->window), + tomboy_keybinder_get_current_event_time()); + gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos")); + gtk_widget_show (GTK_WIDGET(tw->window)); + +--- tilda.desktop.in 2007-03-16 04:53:34.000000000 +0100 ++++ tilda.desktop.in 2011-08-28 19:08:53.000000000 +0200 +@@ -2 +1,0 @@ +-Encoding=UTF-8 +@@ -4,2 +3,2 @@ +-Exec=@BINDIR@/tilda +-Icon=@PIXMAPSDIR@/tilda.png ++Exec=tilda ++Icon=tilda +@@ -8 +7 @@ +-Categories=GNOME;GTK;Application;Utility;TerminalEmulator; ++Categories=GNOME;GTK;Utility;TerminalEmulator;System; diff --git a/abs/core/tilda/tilda-glib2.patch b/abs/core/tilda/tilda-glib2.patch new file mode 100644 index 0000000..2d048e5 --- /dev/null +++ b/abs/core/tilda/tilda-glib2.patch @@ -0,0 +1,11 @@ +--- src/tomboykeybinder.h 2007-07-15 04:31:19.000000000 +0200 ++++ src/tomboykeybinder.h 2012-05-17 19:42:06.613150329 +0200 +@@ -2,7 +2,7 @@ + #ifndef __TOMBOY_KEY_BINDER_H__ + #define __TOMBOY_KEY_BINDER_H__ + +-#include <glib/gtypes.h> ++//#include <glib/gtypes.h> + + G_BEGIN_DECLS + diff --git a/abs/core/tilda/tilda.changelog b/abs/core/tilda/tilda.changelog new file mode 100644 index 0000000..4248e9a --- /dev/null +++ b/abs/core/tilda/tilda.changelog @@ -0,0 +1,20 @@ +2012-06-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + + * FS#29754 fixed + +2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + + * FS#25762 fixed + +2008-04-29 Mateusz Herych <heniekk@gmail.com> + + * Updated for x86_64 - 0.9.6 + +2008-04-28 Douglas Soares de Andrade <dsa@aur.archlinux.org> + + * Updated for i686 - 0.9.6 + +2007-12-30 Douglas Soares de Andrade <dsa@aur.archlinux.org> + + * Updated to newer version - 0.9.5 + diff --git a/abs/core/tilda/tilda.install b/abs/core/tilda/tilda.install deleted file mode 100644 index 42bc9eb..0000000 --- a/abs/core/tilda/tilda.install +++ /dev/null @@ -1,44 +0,0 @@ -# This is a default template for a post-install scriptlet. You can -# remove any functions you don't need (and this header). - -# arg 1: the new package version -pre_install() { - /bin/true -} - -# arg 1: the new package version -post_install() { - MHOME=`cat /etc/passwd | grep "mythtv" | cut -d":" -f6` - if [ ! -e $MHOME/.keylaunchrc ] - then - echo "setting symlink for keylaunch" - ln -s /etc/keylaunchrc $MHOME/.keylaunchrc -fi -} - -# arg 1: the new package version -# arg 2: the old package version -pre_upgrade() { - /bin/true - -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install -} - -# arg 1: the old package version -pre_remove() { - /bin/true -} - -# arg 1: the old package version -post_remove() { - /bin/true -} - -op=$1 -shift -$op $* diff --git a/abs/core/tilda/tilda_hide.patch b/abs/core/tilda/tilda_hide.patch new file mode 100644 index 0000000..19d2869 --- /dev/null +++ b/abs/core/tilda/tilda_hide.patch @@ -0,0 +1,35 @@ +--- src/tilda.c.orig 2012-12-10 13:11:23.336581090 -0600 ++++ src/tilda.c 2012-12-10 13:44:31.543784376 -0600 +@@ -582,11 +582,11 @@ + if (access (tw->config_file, R_OK) == -1) + { + /* We probably need a default key, too ... */ +- gchar *default_key = g_strdup_printf ("F%d", tw->instance+1); ++ gchar *default_key = g_strdup_printf ("F%d", tw->instance+3); + config_setstr ("key", default_key); + g_free (default_key); + +- need_wizard = TRUE; ++// need_wizard = TRUE; + } + + /* Show the wizard if we need to. +@@ -598,12 +598,12 @@ + { + gint ret = tilda_keygrabber_bind (config_getstr ("key"), tw); + +- if (!ret) +- { +- /* The key was unbindable, so we need to show the wizard */ +- show_invalid_keybinding_dialog (NULL); +- wizard (tw); +- } ++// if (!ret) ++// { ++// /* The key was unbindable, so we need to show the wizard */ ++// show_invalid_keybinding_dialog (NULL); ++// wizard (tw); ++// } + } + + if (config_getbool ("hidden")) |
