[conky-manager] Initial import (#1015867).

Mosaab Alzoubi moceap at fedoraproject.org
Fri Oct 24 21:14:16 UTC 2014


commit 5bf73fc8eeb33a59d526a4b318f4d7c1c6bd1b40
Author: Mosaab Alzoubi <moceap at hotmail.com>
Date:   Sat Oct 25 00:13:51 2014 +0300

    Initial import (#1015867).

 .gitignore                                         |    1 +
 ...nager-2.2-desktopentry-fixer-and-arabizer.patch |   18 +++++
 conky-manager.spec                                 |   72 ++++++++++++++++++++
 sources                                            |    1 +
 4 files changed, 92 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8b253de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/conky-manager_2.2~118~ubuntu14.04.1.tar.gz
diff --git a/conky-manager-2.2-desktopentry-fixer-and-arabizer.patch b/conky-manager-2.2-desktopentry-fixer-and-arabizer.patch
new file mode 100644
index 0000000..4fc32d4
--- /dev/null
+++ b/conky-manager-2.2-desktopentry-fixer-and-arabizer.patch
@@ -0,0 +1,18 @@
+diff -rupN a/src/conky-manager.desktop b/src/conky-manager.desktop
+--- src/conky-manager.desktop	2014-08-15 18:17:09.000000000 +0300
++++ src/conky-manager.desktop	2014-09-27 02:07:47.623678437 +0300
+@@ -4,10 +4,12 @@ MimeType=
+ Exec=conky-manager 
+ Type=Application
+ GenericName=Conky Theme Manager
++GenericName[ar]=مُدير سمات كُنكي
+ Terminal=false
+ Icon=conky-manager
+-Caption=Conky Theme Manager
++X-Caption=Conky Theme Manager
+ X-KDE-StartupNotify=false
+-Categories=Utility
++Categories=Utility;
+ InitialPreference=9
+ Name[en_US]=Conky Manager
++Name[ar]=مُدير كُنكي
diff --git a/conky-manager.spec b/conky-manager.spec
new file mode 100644
index 0000000..f26aff0
--- /dev/null
+++ b/conky-manager.spec
@@ -0,0 +1,72 @@
+%global build_no ~118~ubuntu14.04.1
+
+Summary:		Simple tool for managing conky scripts
+Name:			conky-manager
+Version:		2.2
+Release:		3%{?dist}
+License:		GPLv3+
+URL:			http://teejeetech.blogspot.in/p/conky-manager.html
+Source0:		https://launchpad.net/~teejee2008/+archive/ppa/+files/%{name}_%{version}%{build_no}.tar.gz
+Patch0:			%{name}-%{version}-desktopentry-fixer-and-arabizer.patch
+Requires:		lm_sensors
+Requires:		hddtemp
+Requires:		p7zip
+Requires:		p7zip-plugins
+Requires:		conky
+BuildRequires:	vala-devel
+BuildRequires:	glib2-devel
+BuildRequires:	gtk3-devel
+BuildRequires:	gettext
+BuildRequires:	libgee06-devel
+BuildRequires:	json-glib-devel
+BuildRequires:	desktop-file-utils
+
+%description
+A simple GUI for managing Conky configuration files. Options for changing
+themes and running Conky at start up.
+
+%prep
+%setup -q -n recipe-{debupstream}~{revno}
+%patch0 -p0
+sed -i '3d' src/conky-manager.desktop
+#Enable debugging:
+sed -i 's/valac/valac -g/g' src/makefile
+
+%build
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+rm %{buildroot}/%{_bindir}/conky-manager-uninstall #Not needed
+desktop-file-install \
+     --dir=%{buildroot}%{_datadir}/applications \
+       src/%{name}.desktop
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc AUTHORS README COPYING TODO
+%{_bindir}/conky-manager
+%{_datadir}/applications/conky-manager.desktop
+%{_datadir}/pixmaps/conky-manager.png
+%{_datadir}/conky-manager
+
+%changelog
+* Fri Oct 24 2014 Mosaab Alzoubi <moceap at hotmail.com> - 2.2-3
+- Fix typo in %%install.
+- Enable debugging.
+
+* Wed Oct 22 2014 Mosaab Alzoubi <moceap at hotmail.com> - 2.2-2
+- General revision.
+
+* Sat Sep 27 2014 Mosaab Alzoubi <moceap at hotmail.com> - 2.2-1
+- Update to 2.2
+
+* Fri Oct 18 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2.0.1-3
+- To zero warnings by rpmlint.
+- Some fixes to be compatible with Fedora rules.
+
+* Wed Oct 9 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2.0.1-2
+- Some fixes to be compatible with Fedora rules.
+
+* Sun Oct 6 2013 Mosaab Alzoubi <moceap at hotmail.com> - 1.2.0.1-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..2a6d3ea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c60b8820cd89b7a35b3b8b96cb7e096d  conky-manager_2.2~118~ubuntu14.04.1.tar.gz


More information about the scm-commits mailing list