diff --git a/.gitignore b/.gitignore index 9af50d6..346aa85 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-appfinder-4.6.2.tar.bz2 /xfce4-appfinder-4.7.2.tar.bz2 /xfce4-appfinder-4.8.0.tar.bz2 /xfce4-appfinder-4.9.2.tar.bz2 +/xfce4-appfinder-4.9.3.tar.bz2 diff --git a/sources b/sources index 306deaf..3dadf25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07a6f7c44fd4dad648123dac37e3fb89 xfce4-appfinder-4.9.2.tar.bz2 +b93dedf78f2eb32c1ea79ac4d0d234ca xfce4-appfinder-4.9.3.tar.bz2 diff --git a/xfce4-appfinder-4.2.3-infocrash.patch b/xfce4-appfinder-4.2.3-infocrash.patch deleted file mode 100644 index 097947d..0000000 --- a/xfce4-appfinder-4.2.3-infocrash.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ruN xfce4-appfinder-4.2.3.orig/src/callbacks.c xfce4-appfinder-4.2.3/src/callbacks.c ---- xfce4-appfinder-4.2.3.orig/src/callbacks.c 2005-11-05 18:04:23.000000000 +0100 -+++ xfce4-appfinder-4.2.3/src/callbacks.c 2006-05-18 12:05:05.000000000 +0200 -@@ -266,7 +266,7 @@ - xfce_desktop_entry_get_string (dentry, _("Comment"), TRUE, &comment); - if (!comment) - { -- comment = _("N/A"); -+ comment = g_strdup( _("N/A") ); - } - - dlg->comment = gtk_label_new(NULL); -@@ -280,7 +280,7 @@ - xfce_desktop_entry_get_string (dentry, "Categories", TRUE, &cats); - if (!cats) - { -- cats = _("N/A"); -+ cats = g_strdup( _("N/A") ); - } - else - { -@@ -300,7 +300,7 @@ - xfce_desktop_entry_get_string (dentry, "Exec", TRUE, &exec); - if (!exec) - { -- exec = _("N/A"); -+ exec = g_strdup( _("N/A") ); - } - dlg->exec = gtk_label_new(NULL); - gtk_label_set_markup (GTK_LABEL(dlg->exec), g_strconcat(_("Command: "), exec, NULL)); diff --git a/xfce4-appfinder.spec b/xfce4-appfinder.spec index 841adec..d557d84 100644 --- a/xfce4-appfinder.spec +++ b/xfce4-appfinder.spec @@ -1,7 +1,7 @@ %global xfceversion 4.9 Name: xfce4-appfinder -Version: 4.9.2 +Version: 4.9.3 Release: 1%{?dist} Summary: Appfinder for the Xfce4 Desktop Environment @@ -11,14 +11,14 @@ URL: http://www.xfce.org/ Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libxfce4ui-devel >= 4.8.0 -BuildRequires: garcon-devel >= 0.1.7 -BuildRequires: dbus-glib-devel >= 0.84 +BuildRequires: pkgconfig(dbus-glib-1) >= 0.84 +BuildRequires: pkgconfig(garcon-1) >= 0.1.7 +BuildRequires: pkgconfig(libxfce4ui-1) >= 4.8.0 +BuildRequires: pkgconfig(libxfconf-0) >= 4.8.0 BuildRequires: startup-notification-devel BuildRequires: gettext BuildRequires: intltool BuildRequires: desktop-file-utils -BuildRequires: xfconf-devel >= 4.6.0 %description @@ -32,7 +32,7 @@ xfce-appfinder shows system wide installed applications. %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install @@ -53,10 +53,16 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc README TODO ChangeLog COPYING AUTHORS %{_bindir}/xfce4-appfinder +%{_bindir}/xfrun4 %{_datadir}/applications/xfce4-*.desktop %changelog +* Thu Dec 29 2011 Christoph Wickert - 4.9.3-1 +- Update to 4.9.3 +- Make build more verbose +- Switch to pkgconfig-style BuildRequires + * Fri Nov 04 2011 Christoph Wickert - 4.9.2-1 - Update to 4.9.2 - Remove icon-cache scriptlets because this package no longer installs icons