From 40831403eda88e4a0b7115ed864a7b3157b6fcd1 Mon Sep 17 00:00:00 2001
From: davehome <davehome@redthumb.info.tm>
Date: Fri, 21 Sep 2012 23:51:59 -0600
Subject: [PATCH] gnac: update to 0.2.4.

---
 srcpkgs/gnac/gnac.rshlibs                       |  7 +++----
 srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff | 12 ------------
 srcpkgs/gnac/template                           | 11 ++++++-----
 3 files changed, 9 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff

diff --git a/srcpkgs/gnac/gnac.rshlibs b/srcpkgs/gnac/gnac.rshlibs
index aa337f38f8..5e7e2a6410 100644
--- a/srcpkgs/gnac/gnac.rshlibs
+++ b/srcpkgs/gnac/gnac.rshlibs
@@ -3,13 +3,12 @@ libgsttag-0.10.so.0
 libgstreamer-0.10.so.0
 libxml2.so.2
 libnotify.so.4
-libunique-1.0.so.0
-libgtk-x11-2.0.so.0
-libgdk-x11-2.0.so.0
+libunique-3.0.so.0
+libgtk-3.so.0
+libgdk-3.so.0
 libgio-2.0.so.0
 libgdk_pixbuf-2.0.so.0
 libgobject-2.0.so.0
-libgthread-2.0.so.0
 libglib-2.0.so.0
 libpthread.so.0
 libc.so.6
diff --git a/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff b/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff
deleted file mode 100644
index fd61dda023..0000000000
--- a/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/gnac-ui.c	2011-06-04 18:47:37.476681346 -0500
-+++ src/gnac-ui.c	2011-06-04 18:47:48.475468472 -0500
-@@ -802,8 +802,7 @@
- 
-   NotifyNotification *notification;
- 
--  notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE, NULL);
--  notify_notification_attach_to_status_icon(notification, trayicon);
-+  notification = notify_notification_new(PACKAGE_NAME, msg, PACKAGE);
- 
-   notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
-   notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
diff --git a/srcpkgs/gnac/template b/srcpkgs/gnac/template
index 0b3b36732b..7f97d5877c 100644
--- a/srcpkgs/gnac/template
+++ b/srcpkgs/gnac/template
@@ -1,21 +1,22 @@
 # Template file for 'gnac'
 pkgname=gnac
-version=0.2.3
+version=0.2.4
 homepage="http://gnac.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper --disable-schemas-compile"
 revision=1
-makedepends="pkg-config intltool gnome-doc-utils libnotify-devel libunique1-devel gst-plugins-base-devel"
-fulldepends="gst-plugins-good gst-plugins-bad gst-plugins-ugly desktop-file-utils hicolor-icon-theme"
+makedepends="which pkg-config intltool gnome-doc-utils glib-devel libxml2-devel
+gtk+3-devel gst-plugins-base-devel libunique-devel libnotify-devel"
+fulldepends="gst-plugins-good gst-plugins-bad gst-plugins-ugly
+desktop-file-utils hicolor-icon-theme"
 short_desc="Audio conversion program for the Gnome desktop"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="GPL-3"
-checksum=fe9c96dec1fa87794401d561fa77a8dc6521fd1204c2668c6100b706c9fbe2f3
+checksum=635f632d1e12d06ec8fbd87c96fe8207e55a339a13542337bd7707734a0b5c31
 long_desc="
  It is designed to be powerful but simple! It provides easy audio files
  conversion between all GStreamer supported audio formats."
 
 gtk_iconcache_dirs="/usr/share/icons/hicolor"
 
-