Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=52ae367c1744a52d743684a298ed23342c772dc0
commit 52ae367c1744a52d743684a298ed23342c772dc0 Author: Devil505 <[email protected]> Date: Thu Jul 14 21:58:15 2011 +0200 libindicator-0.3.91-1-i686 * version bump * removed useless patch diff --git a/source/xlib-extra/libindicator/417_416.diff b/source/xlib-extra/libindicator/417_416.diff deleted file mode 100644 index ea5a117..0000000 --- a/source/xlib-extra/libindicator/417_416.diff +++ /dev/null @@ -1,16 +0,0 @@ -=== modified file 'tools/indicator-loader.c' ---- tools/indicator-loader.c 2011-07-06 21:33:09 +0000 -+++ tools/indicator-loader.c 2011-07-07 13:25:11 +0000 -@@ -44,7 +44,11 @@ - g_debug("Signal: Entry Added"); - - GtkWidget * menuitem = gtk_menu_item_new(); -+#if GTK_CHECK_VERSION(3,0,0) - GtkWidget * hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 3); -+#else -+ GtkWidget * hbox = gtk_hbox_new(FALSE, 3); -+#endif - - if (entry->image != NULL) { - gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(entry->image), FALSE, FALSE, 0); - diff --git a/source/xlib-extra/libindicator/FrugalBuild b/source/xlib-extra/libindicator/FrugalBuild index 0153b66..334d74d 100644 --- a/source/xlib-extra/libindicator/FrugalBuild +++ b/source/xlib-extra/libindicator/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 <[email protected]> pkgname=libindicator -pkgver=0.3.90 -pkgrel=2 +pkgver=0.3.91 +pkgrel=1 pkgdesc="A set of symbols and convenience functions that all indicators would like to use." url="https://launchpad.net/libindicator" depends=('gtk+2' 'gtk+3' 'dbus-glib') @@ -12,9 +12,7 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_launchpad_branch="0.4" Finclude launchpad -source=($source 417_416.diff) -sha1sums=('401237558cab8dcb5258f0b9b38ee4efa50292fd' \ - '51dc3fe66e3e9018119dcbcc16631bbceeaccf04') +sha1sums=('0a0102829899101b305ed3accc274f3d3fd17aa1') unset MAKEFLAGS _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
