Browse Source

NEW: kaffeine, kde-partitionmanager, knemo, yakuake

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1407 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
9a830ed406

+ 323 - 0
k/kaffeine/kaffeine-vl.spec

@@ -0,0 +1,323 @@
+Name:    kaffeine
+Summary: KDE media player
+Summary(ja): KDE メディアプレーヤー
+Version: 1.0
+Release: 6%{?_dist_release}
+
+License: GPLv2+
+Group:   Applications/Multimedia
+URL:     http://kaffeine.kde.org/
+Source0: http://downloads.sourceforge.net/sourceforge/kaffeine/kaffeine-%{version}.tar.gz
+Source1: kaffeine.png
+
+## upstreamable patches
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: kdelibs4-devel
+BuildRequires: xine-lib-devel
+BuildRequires: libXScrnSaver-devel
+Requires: kdebase-runtime
+Requires: qt4-sqlite
+
+Obsoletes: kaffeine-libs < 1.0
+Obsoletes: kaffeine-devel < 1.0
+
+#Requires: kdelibs4 >= 4.4.0
+
+%description
+Kaffeine is a KDE media player.
+
+
+%prep
+%setup -q -n kaffeine-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+%{cmake} \
+    -DCMAKE_BUILD_TYPE=release \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+mv %{buildroot}%{_datadir}/icons/oxygen \
+   %{buildroot}%{_datadir}/icons/hicolor
+
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
+install -pm 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
+
+%find_lang %{name} --with-kde
+
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/kaffeine.desktop
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+  update-desktop-database %{_datadir}/applications &>/dev/null
+  touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+update-desktop-database %{_datadir}/applications &>/dev/null
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING TODO
+%{_bindir}/kaffeine
+%{_bindir}/kaffeine-xbu
+%{_datadir}/kde4/apps/kaffeine/
+%{_datadir}/kde4/apps/profiles/kaffeine.profile.xml
+%{_datadir}/kde4/apps/solid/actions/*.desktop
+%{_datadir}/applications/kde4/kaffeine.desktop
+%{_datadir}/icons/hicolor/*/*/*
+
+
+%changelog
+* Tue Jul 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-6
+- Initial build for Vine Linux
+
+* Sun Jul 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0-5
+- changed Requires to kdebase-runtime
+- added kaffeine.png to fix #611273
+
+* Sun Jul 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0-4
+- added Requires oxygen-icon-theme
+
+* Mon Jun 21 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0-3
+- Unexpanded macro in kdelibs4 dependency (#606134)
+- remove old/unused patches
+
+* Tue Jun 01 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0-2
+- removed Require libXss, added BR libXss-devel
+
+* Tue Jun 01 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0-1
+- kaffeine 1.0
+- new dep libXss
+- lots of improvements and bugfixes
+
+* Thu Apr 15 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0-0.5.pre3
+- deinterlace-optional patch thanks to Kevin Kofler
+
+* Mon Feb 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0-0.4.pre3
+- kaffeine-1.0-pre3
+- adjust summary/description: no longer phonon based (uses xine-lib)
+
+* Fri Aug 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0-0.3.pre2
+- kaffeine-1.0-pre2
+- update %%description/%%summary
+- %%check: use desktop-file-validate
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.2.pre1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun Apr 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0-0.1.pre1
+- kaffeine-1.0-pre1 
+
+* Sun Apr 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.8.7-7
+- re-enable dvb (#495379)
+
+* Wed Mar 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.8.7-6
+- Improve icon cache and desktop database update scriptlets.
+- Update URL.
+
+* Fri Mar 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.8.7-5
+- s/nonfree/freeworld/
+- --without-dvb (f11+)
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.7-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Aug 30 2008 Jussi Torhonen <jt at iki.fi> - 0.8.7-3
+- EPG and OSD patch (#452421).
+
+* Thu Aug 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.7-2
+- Unfuzz optflags patch.
+
+* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 0.8.7-1
+- kaffeine-0.8.7
+
+* Thu Mar 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.6-4
+- Patch to apply $RPM_OPT_FLAGS when building DVB libs.
+
+* Fri Mar 07 2008 Rex Dieter <rdieter@fedoraproject.org> 0.8.6-3
+- fix deps wrt kaffeine-libs (#436442)
+- f7: xcb support (#373411)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.6-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Rex Dieter <rdieter@fedoraproject.org> 0.8.6-1
+- kaffeine-0.8.6
+
+* Sun Jan 13 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.5-7
+- Require kdelibs3-devel instead of kdelibs-devel in -devel.
+
+* Sat Dec 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-6
+- BR: kdelibs3-devel
+
+* Mon Oct 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-5
+- multiarch conflicts in kaffeine (#341681)
+
+* Wed Sep 19 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.5-4
+- Avoid autotools re-run after configure (unclean upstream tarball?)
+
+* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-3
+- respin (BuildID)
+
+* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-2
+- License: GPLv2+
+- BR: libxcb-devel (really)
+
+* Mon Jul 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-1
+- kaffeine-0.8.5
+- BR: libxcb-devel
+
+* Fri Jun 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.4-1
+- kaffeine-0.8.4 (#243823)
+
+* Thu Jan 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.3-4
+- disable gst08 support (for now), it's been orphaned
+
+* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-3
+- less globbing in %%files
+
+* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-2
+- include libkaffeinepart.so in main pkg, not -devel (bug #217835)
+
+* Sun Nov 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-1
+- 0.8.3
+
+* Sat Nov 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-6
+- %%doc README
+
+* Fri Nov 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-5
+- fix chmod so it actually works.
+
+* Thu Nov 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-4
+- chmod -x AUTHORS ChangeLog TODO
+- use rel symlinks under %%_docdir
+
+* Wed Nov 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-3
+- update %%description to not mention any specific mm containers 
+  (like AVI, WMV).
+
+* Wed Nov 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-2
+- fixup for Extras
+- support building kaffeine-extras-nonfree for that other repo. 
+
+* Tue Sep 12 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-1
+- 0.8.2
+
+* Thu Aug 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-5
+- for kdelibs >= 3.5.4, omit 
+  /usr/share/mimelnk/application/x-mplayer2.desktop (lvn bug #1132)
+
+* Thu May 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-4
+- BR: libXtst-devel libXinerama-devel (fc5+)
+
+* Tue Apr 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-3
+- (re)enable gstreamer support (fc3+)
+
+* Mon Apr 24 2006 Rex Dieter <rexdieter[AT]users.sf.net. 0.8.1-2
+- avoid re-auto'ing thing, breaks locale/po-files
+
+* Mon Apr 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-1
+- 0.8.1
+- cdda patch (upsgream bug #1463542)
+
+* Sat Mar 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.1-4
+- drop --vendor=livna
+- fdo icon spec fix
+- kaffeine-0.7.x-CVE-2006-0051.patch
+
+* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- switch to new release field
+
+* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- add dist
+
+* Thu Nov 03 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7.1-0.lvn.3
+- update-desktop-database (#645)
+- -devel pkg (#645)
+- -gstreamer subpkg, marked experimental (due to upstream #1254363)
+- omit -desktop patch (#645)
+- use desktop-file-install (#645)
+
+* Wed Sep  7 2005 Thorsten Leemhuis <fedora at leemhuis.info> - 0:0.7.1-0.lvn.2
+- configure with --with-qt-libraries=${QTDIR}/lib to fix build on x86_64
+
+* Sun Sep  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.lvn.1
+- 0.7.1, gcc visibility hack no longer needed.
+
+* Mon Aug  8 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7-0.lvn.1
+- 0.7, now with DVB support (FC4+ only).
+- GStreamer support disabled by default due to upstream #1254363, rebuild
+  with "--with gstreamer" to enable.
+- Quick and dirty workaround for upstream #1253989.
+
+* Sun Mar 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6-0.lvn.1
+- 0.6.
+
+* Thu Dec 23 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.1
+- Update to 0.5.
+
+* Fri Nov  5 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.0.1.rc2
+- Update to 0.5rc2.
+
+* Sun Oct  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.0.1.rc1
+- Update to 0.5rc1.
+- Requires KDE >= 3.2 -> FC2 only -> make some related cleanups.
+- Purge libselinux workarounds, no longer needed.
+- Improve GNOME HIG compliance of desktop entry, sync with KPlayer (bug 173).
+- Disable dependency tracking to speed up the build.
+- Provide -devel.
+
+* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.lvn.1.b
+- Update to 0.4.3b.
+- Add workaround for https://bugzilla.redhat.com/123853
+
+* Mon May  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.lvn.1
+- Update to 0.4.3.
+
+* Wed Mar 24 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.2-0.lvn.1
+- Update to 0.4.2.
+
+* Sat Jan 17 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.1-0.lvn.1
+- Update to 0.4.1, patches applied upstream.
+- Update description.
+
+* Mon Nov 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4-0.lvn.1
+- Update to 0.4.
+- Disable rpath.
+- Add Gnome icon.
+
+* Tue Jul 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.3.2-0.fdr.2
+- Own directories under %%{_datadir}/icons.
+
+* Tue Jul  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.3.2-0.fdr.1
+- First build.

+ 125 - 0
k/kde-partitionmanager/kde-partitionmanager-vl.spec

@@ -0,0 +1,125 @@
+## Renamed due to the too generic name of the application
+
+Name:		kde-partitionmanager
+Summary:	KDE Partition Manager
+Summary(ja):	KDE パーティションマネージャ
+Version:	1.0.2
+Release:	2%{?_dist_release}
+
+Group:		Applications/Administration
+License:	GPLv2+
+URL:		http://www.kde.org/applications/system/kdepartitionmanager/
+Source0:	http://downloads.sourceforge.net/project/partitionman/partitionmanager/1.0.2/partitionmanager-%{version}.tar.bz2
+
+## upstreamable patches
+# Fix DSO patches
+Patch10:	CMakeLists.txt.DSO.patch
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:  kdelibs4-devel
+BuildRequires:  parted-devel
+BuildRequires:  e2fsprogs-devel
+BuildRequires:	libuuid-devel
+BuildRequires:  libblkid-devel
+BuildRequires:  pkgconfig
+BuildRequires:  gettext
+BuildRequires:  cmake
+Requires:	parted
+Requires:       e2fsprogs
+
+%global kde4_version %((kde4-config --version 2>/dev/null || echo "KDE 4.4.5") | grep ^KDE | cut -d' ' -f2)
+
+#{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
+
+%description
+KDE Partition Manager is a utility program to help you manage the disk devices,
+partitions and file systems on your computer. It allows you to easily create, 
+copy, move, delete, resize without losing data, backup and restore partitions.
+ 
+KDE Partition Manager supports a large number of file systems, 
+including ext2/3/4, reiserfs, NTFS, FAT16/32, jfs, xfs and more.
+ 
+It makes use of external programs to get its job done, so you might have to 
+install additional software (preferably packages from your distribution) 
+to make use of all features and get full support for all file systems.
+
+%prep
+%setup -q -n partitionmanager-%{version}
+## Due to the name change
+mv src/partitionmanager.desktop src/kde-partitionmanager.desktop
+mv src/kcm/kcm_partitionmanager.desktop src/kcm/kcm_kde-partitionmanager.desktop
+sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists.txt
+
+%patch10 -p0
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+%{cmake} \
+    -DCMAKE_BUILD_TYPE=release \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+rm -rf %{buildroot}
+make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
+%find_lang partitionmanager --with-kde
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
+
+%clean
+rm -rf %{buildroot}
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+fi
+
+%files -f partitionmanager.lang
+%defattr(-,root,root,-)
+%doc README COPYING CHANGES
+%{_bindir}/partitionmanager*
+%{_libdir}/*.so
+%{_datadir}/applications/kde4/%{name}.desktop
+%{_datadir}/icons/hicolor/*/*/*.png
+%{_datadir}/kde4/apps/partitionmanager
+## %{_kde4_datadir}/kde4/services/kcm_kde-partitionmanager.desktop
+
+
+%changelog
+* Mon Jul 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.2-2
+- Initial build for Vine Linux
+
+* Tue May 18 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.2-1
+- bugfix release
+
+* Wed Mar 31 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.1-1%{?dist}.2
+- rebuild for new parted
+
+* Sun Feb 14 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.1-1%{?dist}.1
+- DSO fix for rawhide
+
+* Mon Jan 25 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.0.1-1
+- New upstream source
+
+* Wed Nov 18 2009 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-2
+- Moved desktop-file-validate to %%install
+- Removed superfluous BR qt4-devel
+
+* Wed Nov 18 2009 Thomas Janssen <thomasj@fedoraproject.org> 1.0.0-1
+- Initial Fedora release
+

+ 166 - 0
k/knemo/knemo-vl.spec

@@ -0,0 +1,166 @@
+Name:             knemo
+Summary:          A KDE network monitoring tool
+Summary(ja):      KDE 用ネットワーク監視ツール
+Version:          0.6.3
+Release:          2%{?_dist_release}
+
+Group:            Applications/Internet
+License:          GPLv2+
+URL:              http://extragear.kde.org/apps/knemo/
+Source0:          http://kde-apps.org/CONTENT/content-files/12956-%{name}-%{version}.tar.bz2
+
+BuildRoot:        %{_tmppath}/%{name}-%{version}-root
+BuildRequires:    cmake desktop-file-utils gettext
+BuildRequires:    kdelibs4-devel wireless-tools-devel libnl-devel
+
+%description
+KNemo displays for every network interface an icon in the systray. Tooltips
+and an info dialog provide further information about the interface. Passive
+popups inform about interface changes. A traffic plotter is also integrated.
+It polls the network interface status every second using the ifconfig, route
+and iwconfig tools.
+
+%prep
+%setup -q
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+%{cmake} \
+    -DCMAKE_BUILD_TYPE=release \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DLEGACY_TRAY_ICON=true \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+
+%find_lang %{name}
+%find_lang kcm_%{name}
+cat kcm_%{name}.lang >> %{name}.lang
+
+%check
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/kde4/%{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+  touch --no-create %{_datadir}/icons/hicolor &> /dev/null
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README TODO
+%{_bindir}/%{name}
+%{_libdir}/kde4/kcm_knemo.so
+%{_datadir}/kde4/apps/%{name}
+%{_datadir}/applications/kde4/%{name}.desktop
+%{_datadir}/kde4/services/kcm_knemo.desktop
+%{_datadir}/autostart/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_datadir}/icons/hicolor/22x22/status/%{name}*
+
+%changelog
+* Tue Jul 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.3-2
+- Initial build for Vine Linux
+
+* Tue Jun 15 2010 Alexey Kurov <nucleo@fedoraproject.org> - 0.6.3-1
+- update to 0.6.3
+
+* Sat Apr 10 2010 Alexey Kurov <nucleo@fedoraproject.org> - 0.6.2-2
+- disabled new KStatusNotifierItem for now (kde#226650)
+
+* Fri Apr  9 2010 Alexey Kurov <nucleo@fedoraproject.org> - 0.6.2-1
+- update to 0.6.2
+
+* Mon Jan 18 2010 Alexey Kurov <nucleo@fedoraproject.org> - 0.6.1-2
+- update to 0.6.1
+
+* Fri Dec  4 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.6.0-1
+- update to 0.6.0
+
+* Thu Nov 19 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.80-2
+- rebuild (qt-4.6.0-rc1, fc13+)
+
+* Fri Nov  6 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.80-1
+- update to 0.5.80 (0.6.0 beta1)
+- drop xdg-utils references
+- removed Requires net-tools wireless-tools
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Apr  1 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.2-1
+- Update to version 0.5.2
+- Fixed spec License and URL fields
+
+* Tue Mar 17 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.1-5
+- Upstream update from git.mehercule.net
+
+* Thu Mar  5 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.1-1
+- Update to version 0.5.1
+
+* Wed Feb 25 2009 Alexey Kurov <nucleo@fedoraproject.org> - 0.5.0-3
+- Update to version 0.5.0 for KDE4
+
+* Tue Apr 17 2007 Francois Aucamp <faucamp@csir.co.za> - 0.4.7-1
+- Update to version 0.4.7
+- Removed unnecessary desktop-file-install statements (KDE-specific desktop
+  files)
+- Removed desktop file patch - desktop file "Keywords" keys used internally
+  by KDE
+- Added "OnlyShowIn=KDE" to kcm desktop file
+- Removed unnecessary BuildRequires: qt-devel desktop-file-utils
+- Simplified %%post and %%postun scriplets
+- Use RPM_BUILD_ROOT variable format consistently
+
+* Wed Sep 13 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.3-2
+- Rebuilt for FC6
+
+* Sun Aug  6 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.3-1
+- New upstream version
+
+* Mon Jun 26 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.2-1
+- Upstream update
+- Fixes crashing when you click in panel icon (bz #196576)
+- ifconfig and iwconfig are now in both Requires and
+  BuildRequires (it checks while building too)
+
+* Tue Jun 13 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.1-2
+- ifconfig and iwconfig are now in Requires section instead
+  of BuildRequires. They are runtime dependencies. Thanks to
+  Kevin Kofler for pointing this.
+
+* Mon Jun 12 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.1-1
+- Upstream update
+
+* Tue May 30 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.0-4
+- Created BuildRequires for the ifconfig and iwconfig commands,
+  as knemo utilizes it for monitoring.
+- Removed addition of categories in desktop-file-install command
+
+* Thu May 25 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.0-3
+- Removed vendor option from desktop-file-install (no renaming)
+
+* Sat May 20 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.0-2
+- Installed .desktop files now use desktop-file-install
+
+* Sat May 20 2006 Hugo Cisneiros <hugo@devin.com.br> 0.4.0-1
+- Initial RPM release.

+ 149 - 0
y/yakuake/yakuake-vl.spec

@@ -0,0 +1,149 @@
+%define dt_vendor fedora
+
+Name:           yakuake
+Summary:        Terminal emulator
+Summary(ja):    端末エミュレータ
+Version:        2.9.7
+Release:        2%{?_dist_release}
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://extragear.kde.org/apps/yakuake/
+Source0:        http://download.berlios.de/yakuake/%{name}-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  kdelibs4-devel
+# konsolepart
+Requires:       kdebase4
+
+%description
+Yakuake is a "Quake console" like terminal emulator.
+
+%description
+Quake console ライクな端末エミュレータです.
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+%{cmake} \
+    -DCMAKE_BUILD_TYPE=release \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf %{buildroot}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+## --vendor is discouraged/deprecated these days -- Rex
+#desktop-file-install --vendor=""                          \
+#        --dir=%{buildroot}%{_datadir}/applications         \
+#        --add-category=Utility                                  \
+#        --delete-original                                       \
+#        %{buildroot}%{_datadir}/applications/kde4/yakuake.desktop
+
+%find_lang %{name}
+
+
+%check
+desktop-file-validate  %{buildroot}%{_datadir}/applications/kde4/yakuake.desktop
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+fi
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog TODO
+%{_bindir}/yakuake
+%{_datadir}/applications/kde4/yakuake.desktop
+%{_datadir}/kde4/apps/yakuake/
+%{_datadir}/icons/hicolor/*/*/*
+
+
+%changelog
+* Mon Jul 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.9.7-2
+- Initial build for Vine Linux
+
+* Sun Jul 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.9.7-1
+- 2.9.7
+- optimize scriptlets
+- use _kde4_ macros
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 10 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 2.9.6-1
+- 2.9.6
+
+* Sat Apr 17 2009 Johan Cwiklinski <johan AT x-tnd DOT be>  2.9.4-3
+- Fix crash with QT 4.5
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Sep 4 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.9.4-1
+- 2.9.4
+- change BR from kdelibs4-devel to kdelibs-devel
+
+* Fri Jun 20 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.9.3-1
+- 2.9.3
+- kdebase is required
+
+* Sat Apr 05 2008 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.9.1-1
+- 2.9.1
+- use of %%{cmake_kde4} macro
+- remove no longer needeed chrpath
+
+* Wed Apr 02 2008 Rex Dieter <rdieter@fedoraproject.org> - 2.9-2.beta1
+- BR: kdelibs4-devel
+- description/summary: s/for KDE//
+
+* Mon Feb 11 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.9-1.beta1
+- upstream release for KDE4
+
+* Mon Oct 30 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.7.5-4
+- Add support for KonsoleScripts (#212862)
+
+* Fri Sep 15 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.7.5-3
+- Rebuild for FE6
+- Update e-mail address
+- Fix mixed-use-of-spaces-and-tabs rpmlint warning
+
+* Sat May 20 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.7.5-2
+- Add dist tag
+
+* Sat May 20 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.7.5-1
+- Update to 2.7.5
+- Add `--disable-dependency-tracking' and `--enable-final' options
+- Include translations
+
+* Mon Oct 24 2005 Mickael <dreadyman@gmail.com>
+- initial release
+