summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Banasiak2011-02-17 13:41:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit85e5b2a4505d03568647dc8ff846951ae03cb162 (patch)
tree1217beeaf677d04d75164ae4173bbc6743d2dc35
parentf61af1a13ba4f2bd6dbd2687de2542071a348299 (diff)
downloadxfce4-places-plugin-85e5b2a4505d03568647dc8ff846951ae03cb162.zip
xfce4-places-plugin-85e5b2a4505d03568647dc8ff846951ae03cb162.tar.gz
- added port-to-exo-1.patchauto/th/xfce4-places-plugin-1_2_0-4
- release 4 Changed files: xfce4-places-plugin.spec -> 1.12
-rw-r--r--xfce4-places-plugin.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/xfce4-places-plugin.spec b/xfce4-places-plugin.spec
index 9e8af08..51c8998 100644
--- a/xfce4-places-plugin.spec
+++ b/xfce4-places-plugin.spec
@@ -2,15 +2,20 @@ Summary: A places plugin for the Xfce panel
Summary(pl.UTF-8): Wtyczka places dla panelu Xfce
Name: xfce4-places-plugin
Version: 1.2.0
-Release: 3
+Release: 4
License: GPL v2
Group: X11/Applications
Source0: http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/%{name}-%{version}.tar.bz2
# Source0-md5: f2d8c13340b3d52c5a7f6e2b9cdc55e3
+Patch0: port-to-exo-1.patch
URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
BuildRequires: Thunar-devel >= 0.8.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: exo-devel >= 0.6.0
BuildRequires: gettext-devel
BuildRequires: intltool
+BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: thunar-vfs-devel
BuildRequires: xfce4-dev-tools >= 4.6.0
@@ -41,8 +46,13 @@ Nautilusem, panelem GNOME itp.
%prep
%setup -q
+%patch0 -p1
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}