[wicd-kde/f16] 0.3.0

Minh Ngo ignotusp at fedoraproject.org
Tue Jan 10 07:12:29 UTC 2012


commit cead92786f85c354047fd1bec09eab2a7b0c2f36
Author: Minh Ngo <nlminhtl at gmail.com>
Date:   Tue Jan 10 09:12:21 2012 +0200

    0.3.0

 .gitignore    |    1 +
 sources       |    2 +-
 wicd-kde.spec |   29 +++++++++++------------------
 3 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76cd953..0ff423d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /132366-wicd-kde-0.2.3.tar.gz
+/132366-wicd-kde-0.3.0.tar.gz
diff --git a/sources b/sources
index e3bcf5e..f4fa2c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73eac83f290502033c88c0c5b7927a08  132366-wicd-kde-0.2.3.tar.gz
+cf78cddabd9dc9608b69a03b5fe3e30d  132366-wicd-kde-0.3.0.tar.gz
diff --git a/wicd-kde.spec b/wicd-kde.spec
index 7b6ed27..a491203 100644
--- a/wicd-kde.spec
+++ b/wicd-kde.spec
@@ -1,8 +1,8 @@
 Name:           wicd-kde
-Version:        0.2.3
-Release:        3%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 License:        GPLv3+
-Source:         http://kde-apps.org/CONTENT/content-files/132366-wicd-kde-0.2.3.tar.gz
+Source:         http://kde-apps.org/CONTENT/content-files/132366-wicd-kde-0.3.0.tar.gz
 Group:          Applications/Internet
 Summary:        A Wicd client built on the KDE Development Platform
 URL:            https://projects.kde.org/projects/extragear/network/wicd-kde
@@ -12,7 +12,7 @@ Requires:       wicd
 BuildRequires:  qt4-devel
 BuildRequires:  kdelibs4-devel
 BuildRequires:  gettext
-BuildRequires:  desktop-file-utils
+
 %description
 A Wicd client built on the KDE Development Platform.
 
@@ -30,16 +30,8 @@ make %{?_smp_mflags} -C %{_target_platform}
 rm -rf ${RPM_BUILD_ROOT}
 make install/fast DESTDIR=${RPM_BUILD_ROOT} -C %{_target_platform}
 
-desktop-file-install \
-  --add-category="Network" \
-  --dir=${RPM_BUILD_ROOT}%{_kde4_datadir}/applications/kde4 \
-  ${RPM_BUILD_ROOT}%{_kde4_datadir}/applications/kde4/%{name}.desktop
-
 %find_lang %{name}
 
-cp ${RPM_BUILD_ROOT}%{_kde4_datadir}/applications/kde4/%{name}.desktop \
-   ${RPM_BUILD_ROOT}%{_kde4_datadir}/autostart/%{name}.desktop
-
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -47,18 +39,19 @@ rm -rf ${RPM_BUILD_ROOT}
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING TODO
 %config(noreplace) %{_kde4_sysconfdir}/dbus-1/system.d/org.kde.wicdclient.scripts.conf
-%{_kde4_bindir}/%{name}
-%{_kde4_libdir}/kde4/kcm_wicd.so
+%{_kde4_libdir}/kde4/*
 %{_kde4_libexecdir}/wicdclient_scripts_helper
-%{_kde4_datadir}/applications/kde4/%{name}.desktop
-%{_kde4_datadir}/autostart/%{name}.desktop
 %{_kde4_datadir}/dbus-1/system-services/org.kde.wicdclient.scripts.service
 %{_kde4_appsdir}/%{name}
+%{_kde4_appsdir}/plasma/services/wicd.operations
+%{_datadir}/kde4/services/*
 %{_kde4_datadir}/polkit-1/actions/org.kde.wicdclient.scripts.policy
-%{_kde4_datadir}/kde4/services/kcm_wicd.desktop
-%{_kde4_datadir}/config.kcfg/wicd-kde.kcfg
 
 %changelog
+* Tue Jan 10 2012 Minh Ngo <nlminhtl at gmail.com> 0.3.0-1
+- Wicd 1.7.1 compatibility
+- Port to Plasma
+
 * Thu Nov 10 2011 Minh Ngo <nlminhtl at gmail.com> 0.2.3-3
 - fixing make install command
 


More information about the scm-commits mailing list