[kde-plasma-applicationname/f19] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Mon Jun 17 18:03:03 UTC 2013


commit 54edea7192155cd19c9912cd26dec7ea49caf6bc
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Mon Jun 17 20:01:51 2013 +0200

    Initial commit

 .gitignore                      |    1 +
 kde-plasma-applicationname.spec |   50 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..56b8975 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/scarpin0-applicationname-plasmoid-1.7-0-g18437d0.tar.gz
diff --git a/kde-plasma-applicationname.spec b/kde-plasma-applicationname.spec
new file mode 100644
index 0000000..0d7e353
--- /dev/null
+++ b/kde-plasma-applicationname.spec
@@ -0,0 +1,50 @@
+%global mainver 1.7
+%global gitver 18437d0
+
+Name:           kde-plasma-applicationname
+Version:        %{mainver}g%{gitver}
+Release:        2%{?dist}
+Summary:        QML plasmoid to display the application title of the focused window
+
+License:        LGPLv2+
+URL:            https://github.com/scarpin0/applicationname-plasmoid
+# https://github.com/scarpin0/applicationname-plasmoid/tarball/%%{mainver}
+Source0:        scarpin0-applicationname-plasmoid-1.7-0-g18437d0.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  kdebase-workspace-devel
+
+%description
+A QML plasmoid to display the application name of the focused window.
+
+Features:
+* Shows the application name of the focused windows
+* Shows the activity name if no window is focused
+* Optionally, it shows the window title (enable this option in the settings)
+
+%prep
+%setup -q -n scarpin0-applicationname-plasmoid-%{gitver}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ../
+popd
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%files
+%doc README
+%{_kde4_appsdir}/plasma/plasmoids/org.kde.plasma.applet.applicationname
+%{_kde4_datadir}/kde4/services/plasma-applet-applicationname.desktop
+
+
+%changelog
+* Sat Jun 15 2013 Mario Blättermann <mariobl at fedoraproject.org> - 1.7g18437d0-2
+- New project homepage and download location
+- No kbuildsycoca4 anymore because it is not applicable for the build
+
+* Sat Dec 22 2012 Mario Blättermann <mariobl at fedoraproject.org> - 1.7g18437d0-1
+- Initial package
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..6281c37 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1d1191f90e9e0ed897eb33a89fedd9d3  scarpin0-applicationname-plasmoid-1.7-0-g18437d0.tar.gz


More information about the scm-commits mailing list