New package: gnac-0.2.3.
This commit is contained in:
parent
daafd0b563
commit
917c78a25a
2 changed files with 51 additions and 0 deletions
12
srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff
Normal file
12
srcpkgs/gnac/patches/gnac-0.2.3-libnotify7.diff
Normal file
|
@ -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);
|
39
srcpkgs/gnac/template
Normal file
39
srcpkgs/gnac/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue