conky-manager2 2.7-1 (aarch64;znver1;x86_64) 2023-17493
9999

Status published
Submitter mandian [@T] tutanota.com
Platform rolling
Repository unsupported
URL https://abf.openmandriva.org/build_lists/336558
Packages
conky-manager2-2.7-1.aarch64.binary
conky-manager2-2.7-1.aarch64.source
conky-manager2-debuginfo-2.7-1.aarch64.debuginfo
conky-manager2-debugsource-2.7-1.aarch64.binary
conky-manager2-2.7-1.znver1.binary
conky-manager2-2.7-1.znver1.source
conky-manager2-debuginfo-2.7-1.znver1.debuginfo
conky-manager2-debugsource-2.7-1.znver1.binary
conky-manager2-2.7-1.x86_64.source
conky-manager2-2.7-1.x86_64.binary
conky-manager2-debuginfo-2.7-1.x86_64.debuginfo
conky-manager2-debugsource-2.7-1.x86_64.binary
Build Date 2023-05-02 08:18:45 +0000 UTC
Last Updated 2023-05-06 02:47:10.44190003 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary b003eef9f91200307b86e316f8591c2602c4c582

commit b003eef9f91200307b86e316f8591c2602c4c582
Author:     mandian <mandian@users.noreply.github.com>
AuthorDate: Tue May 2 08:46:20 2023 +0100
Commit:     mandian <mandian@users.noreply.github.com>
CommitDate: Tue May 2 08:46:20 2023 +0100

    Initial release
---
 .abf.yml            |  2 ++
 conky-manager2.spec | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 conky-manager2.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..d1e46a6
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  conky-manager2-2.7.tar.gz: cdb2ff11c9edccec45976edb4735d529ecb173ce
diff --git a/conky-manager2.spec b/conky-manager2.spec
new file mode 100644
index 0000000..e2fc044
--- /dev/null
+++ b/conky-manager2.spec
@@ -0,0 +1,66 @@
+Summary:	A simple GUI for managing Conky config files
+Name:		conky-manager2
+Version:	2.7
+Release:	1
+Group:		Monitoring
+License:	GPLv3+
+URL:		https://github.com/zcot/conky-manager2
+Source0:	https://github.com/zcot/conky-manager2/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
+BuildRequires:	meson
+BuildRequires:	imagemagick
+BuildRequires:	pkgconfig(gee-0.8)
+BuildRequires:	pkgconfig(gtk+-3.0)
+BuildRequires:	pkgconfig(json-glib-1.0)
+BuildRequires:	vala
+
+Requires:	conky
+Requires:	lm_sensors
+Requires:	hddtemp
+Requires:	7zip
+
+%rename conky-manager
+Obsoletes:	conky-manager < %{version}
+
+%description
+A simple GUI for managing Conky config files. Options for changing themes and
+running Conky at startup.
+
+%files -f %name.lang
+%license COPYING
+%doc README.md AUTHORS TODO
+%{_bindir}/%{name}
+%dir %{_datadir}/%{name}/
+%{_datadir}/%{name}/*
+%{_datadir}/pixmaps/%{name}.xpm
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/%{name}.desktop
+%{_iconsdir}/hicolor/*/apps/%{name}.png
+
+#---------------------------------------------------------------------------
+
+%prep
+%autosetup -p1
+
+%build
+%meson
+%meson_build
+
+%install
+%meson_install
+
+# icons
+for d in 16 32 48 64 72 128 256 512
+do
+	install -dm 0755 %{buildroot}%{_iconsdir}/hicolor/${d}x${d}/apps/
+	convert -background none  -scale ${d}x${d} src/share/%{name}/images/%{name}.png \
+			%{buildroot}%{_iconsdir}/hicolor/${d}x${d}/apps/%{name}.png
+done
+install -dm 0755 %{buildroot}%{_datadir}/pixmaps/
+convert -background none  -scale ${d}x${d} src/share/%{name}/images/%{name}.png \
+		%{buildroot}%{_datadir}/pixmaps/%{name}.xpm
+
+# locales
+%find_lang %name --all-name
+
+#rm -f %{buildroot}/%{_bindir}/%{name}2-uninstall
Not Available

benbullard79 [@T] cox.netNo Comment.349d 20hrs
benbullard79 [@T] cox.netNo Comment.349d 20hrs