diff --git a/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff b/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff new file mode 100644 index 00000000000..fd61dda0230 --- /dev/null +++ b/srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff @@ -0,0 +1,12 @@ +--- 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 new file mode 100644 index 00000000000..8344d7c6b40 --- /dev/null +++ b/srcpkgs/gnac/template @@ -0,0 +1,39 @@ +# Template file for 'gnac' +pkgname=gnac +version=0.2.3 +homepage="http://gnac.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" +build_style=gnu-configure +configure_args="--disable-scrollkeeper --disable-schemas-compile" +short_desc="Audio conversion program for the Gnome desktop" +maintainer="Juan RP " +license="GPL-3" +checksum=fe9c96dec1fa87794401d561fa77a8dc6521fd1204c2668c6100b706c9fbe2f3 +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" + +Add_dependency run glibc +Add_dependency run gst-plugins-base +Add_dependency run gstreamer +Add_dependency run libxml2 +Add_dependency run libnotify +Add_dependency run libunique1 +Add_dependency run gtk+ +Add_dependency run glib +Add_dependency run gdk-pixbuf + +Add_dependency build pkg-config +Add_dependency build intltool +Add_dependency build gnome-doc-utils +Add_dependency build libnotify-devel +Add_dependency build libunique1-devel +Add_dependency build gst-plugins-base-devel + +Add_dependency full gst-plugins-good +Add_dependency full gst-plugins-bad +Add_dependency full gst-plugins-ugly +Add_dependency full desktop-file-utils +Add_dependency full hicolor-icon-theme