]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- up to 0.2.8
[packages/mousepad.git] / mousepad.spec
index 917218a9e5c5e8b3c3737efaf6dc861fc58e59d3..b5623b1feb6b913f27f20372cd1dde0186224298 100644 (file)
@@ -1,22 +1,25 @@
-%define                _ver_xfce       4.3.90.1
-Summary:       Mousepad - a text editor for Xfce based on Leafpad
-Summary(pl):   Mousepad - edytor dla Xfce oparty na Leafpadzie
+#
+%define                xfce_version    4.3.99.1
+#
+Summary:       Text editor for Xfce based on Leafpad
+Summary(pl):   Edytor textu dla Xfce oparty na Leafpadzie
 Name:          mousepad
-Version:       0.2.4
+Version:       0.2.8
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Editors
-Source0:       http://www.xfce.org/archive/xfce-%{_ver_xfce}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 2c0fe7d5fd9e3d1aa29e6befdf11f355
+Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5: ad40c3b610123b7347094464a603e337
+Patch0:                %{name}-desktop.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.4.0
-BuildRequires: intltool
+BuildRequires: gtk+2-devel >= 2:2.10.0
+BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
-BuildRequires: libxfcegui4-devel >= %{_ver_xfce}
+BuildRequires: libxfcegui4-devel >= %{xfce_version}
 BuildRequires: pkgconfig  >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= %{_ver_xfce}
+BuildRequires: xfce4-dev-tools >= %{xfce_version}
 #Requires:     xfprint >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,10 +39,11 @@ skrypt
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
This page took 0.131606 seconds and 4 git commands to generate.