]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- up to 0.6.2
[packages/mousepad.git] / mousepad.spec
index ed95947ffe577c453f853deedcc1cfd9b376f73e..832f3209e809a0ae75b1c289cc326a9150e949dc 100644 (file)
@@ -1,25 +1,26 @@
 Summary:       Text editor for Xfce based on Leafpad
 Summary(pl.UTF-8):     Edytor tekstu dla Xfce oparty na Leafpadzie
 Name:          mousepad
-Version:       0.5.7
+Version:       0.6.2
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Editors
-Source0:       http://archive.xfce.org/src/apps/mousepad/0.5/%{name}-%{version}.tar.bz2
-# Source0-md5: 7a6f55db9d1cbf75e268b4789e848e11
+Source0:       https://archive.xfce.org/src/apps/mousepad/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5: 3ad46198202d2696cac27d5a0f08bab0
 Patch0:                %{name}-desktop.patch
-URL:           http://www.xfce.org/projects/mousepad/
+URL:           https://www.xfce.org/projects/mousepad/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 2.52.0
+BuildRequires: glib2-devel >= 2.56.2
 BuildRequires: gspell-devel >= 1.6.0
 BuildRequires: gtk+3-devel >= 3.22
 BuildRequires: gtksourceview4-devel >= 4.0.0
-BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
+BuildRequires: libxfce4ui-devel >= 4.18
 BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= 4.14.0
+BuildRequires: polkit-devel >= 0.102
+BuildRequires: xfce4-dev-tools >= 4.18.0
 Requires:      desktop-file-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,7 +47,6 @@ mkdir -p m4
 %{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
 %build
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -90,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
 %attr(755,root,root) %{_libdir}/%{name}/plugins/libmousepad-plugin-gspell.so
+%attr(755,root,root) %{_libdir}/%{name}/plugins/libmousepad-plugin-shortcuts.so
 %{_desktopdir}/org.xfce.mousepad.desktop
 %{_desktopdir}/org.xfce.mousepad-settings.desktop
 %{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
This page took 0.027798 seconds and 4 git commands to generate.