[packages/xfce4-notes-plugin] - up to 1.12.0
mrozowik
mrozowik at pld-linux.org
Fri May 23 11:57:25 CEST 2025
commit 3364c8a9fe4d1868ec099f87bf2e8a487c8e4e7d
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Fri May 23 08:57:32 2025 +0000
- up to 1.12.0
xfce4-notes-plugin.spec | 34 ++++++++++------------------------
1 file changed, 10 insertions(+), 24 deletions(-)
---
diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec
index 691bedc..0fa3c0b 100644
--- a/xfce4-notes-plugin.spec
+++ b/xfce4-notes-plugin.spec
@@ -1,24 +1,24 @@
Summary: Notes plugin for the Xfce panel
Summary(pl.UTF-8): Notatki dla panelu Xfce
Name: xfce4-notes-plugin
-Version: 1.11.2
+Version: 1.12.0
Release: 1
License: GPL
Group: X11/Applications
-Source0: https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.11/%{name}-%{version}.tar.bz2
-# Source0-md5: 321d1f80e43a4d7518cd040e02915a85
+Source0: https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.12/%{name}-%{version}.tar.xz
+# Source0-md5: dc47fdc6e77dedc05e84df8ae548e3db
URL: https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
BuildRequires: Thunar-devel >= 1.2.0
-BuildRequires: autoconf >= 2.63
-BuildRequires: automake
BuildRequires: glib2-devel >= 1:2.50.0
BuildRequires: gtk+3-devel >= 3.22.0
BuildRequires: gtksourceview4-devel >= 4.0.0
-BuildRequires: libtool
BuildRequires: libunique-devel
BuildRequires: libxfce4ui-devel >= 4.16.0
+BuildRequires: meson >= 0.54.0
+BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: vala-gtksourceview4 >= 4.0.0
BuildRequires: vala-xfce4-panel >= 4.16.0
BuildRequires: vala-xfconf >= 4.16.0
BuildRequires: xfce4-dev-tools >= 4.16.0
@@ -40,28 +40,14 @@ notatek na pulpicie.
%prep
%setup -q
-#%{__rm} lib/ext-gdk.* lib/popup.* lib/theme-gtkrc.* src/xfce4-popup-notes.*
-
%build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
- --enable-maintainer-mode \
- --disable-silent-rules \
- --disable-static
-
-%{__make}
+%meson
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
-
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
+%meson_install
%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hye,ie,ur_PK}
@@ -78,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS
+%doc AUTHORS NEWS README.md
%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
%attr(755,root,root) %{_bindir}/xfce4-notes
%attr(755,root,root) %{_bindir}/xfce4-popup-notes
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfce4-notes-plugin.git/commitdiff/3364c8a9fe4d1868ec099f87bf2e8a487c8e4e7d
More information about the pld-cvs-commit
mailing list