gnac: update to 0.2.4.
This commit is contained in:
parent
e772455cb2
commit
40831403ed
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue