]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- up to 0.6.2
[packages/mousepad.git] / mousepad.spec
index 0ddfe950fa39ef2016b8f85aef8e4d792dc7ece7..832f3209e809a0ae75b1c289cc326a9150e949dc 100644 (file)
@@ -1,26 +1,27 @@
-#
-%define                xfce_version    4.4.2
-#
 Summary:       Text editor for Xfce based on Leafpad
 Summary(pl.UTF-8):     Edytor tekstu dla Xfce oparty na Leafpadzie
 Name:          mousepad
-Version:       0.2.13
+Version:       0.6.2
 Release:       1
-License:       GPL v2
+License:       GPL v2+
 Group:         X11/Applications/Editors
-Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 326075ac933e5da38cedbc20e80b7026
+Source0:       https://archive.xfce.org/src/apps/mousepad/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5: 3ad46198202d2696cac27d5a0f08bab0
 Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-locale-names.patch
+URL:           https://www.xfce.org/projects/mousepad/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2:2.10.6
-BuildRequires: intltool >= 0.35.0
+BuildRequires: gettext-tools
+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: libtool
-BuildRequires: libxfcegui4-devel >= %{xfce_version}
+BuildRequires: libxfce4ui-devel >= 4.18
 BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= 4.4.0.1
+BuildRequires: polkit-devel >= 0.102
+BuildRequires: xfce4-dev-tools >= 4.18.0
+Requires:      desktop-file-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,13 +41,12 @@ pięknego drukowania dokumentów takich jak skrypty powłoki.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
-mv -f po/{nb_NO,nb}.po
-mv -f po/{pt_PT,pt}.po
+mkdir -p m4
+
+%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
 %build
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -57,18 +57,45 @@ mv -f po/{pt_PT,pt}.po
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{fa_IR,hye,ie}
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}{/%{name}/plugins,}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libmousepad.so
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_desktop_database_post
+%update_icon_cache hicolor
+%glib_compile_schemas
+
+%postun
+%update_desktop_database_postun
+%update_icon_cache hicolor
+%glib_compile_schemas
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/mousepad
-%{_desktopdir}/mousepad.desktop
-%{_pixmapsdir}/mousepad.png
+%attr(755,root,root) %{_libdir}/libmousepad.so.*.*.*
+%attr(755,root,root) %{_libdir}/libmousepad.so.0
+%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
+%{_datadir}/glib-2.0/schemas/org.xfce.mousepad.plugins.gspell.gschema.xml
+%{_datadir}/metainfo/org.xfce.mousepad.appdata.xml
+%{_datadir}/polkit-1/actions/org.xfce.mousepad.policy
+%{_iconsdir}/hicolor/*x*/apps/org.xfce.mousepad.png
+%{_iconsdir}/hicolor/scalable/apps/org.xfce.mousepad.svg
This page took 0.043624 seconds and 4 git commands to generate.