summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-05-05 11:45:37 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-05-05 11:45:37 +0700
commit8f4ce1b2d8775293cb2ffc43a28ebcf66ca7a58e (patch)
tree3e7a66e22ef0fb37d125f05a4790b5dd134996c5 /gnome
parent179a4f1dfb18f5a2306892200cebcdc106dd7d8f (diff)
downloadspecs-8f4ce1b2d8775293cb2ffc43a28ebcf66ca7a58e.tar.gz
specs-8f4ce1b2d8775293cb2ffc43a28ebcf66ca7a58e.tar.xz
specs-8f4ce1b2d8775293cb2ffc43a28ebcf66ca7a58e.zip
retire netbook-launcher
Diffstat (limited to 'gnome')
-rw-r--r--gnome/netbook-launcher.spec111
1 files changed, 0 insertions, 111 deletions
diff --git a/gnome/netbook-launcher.spec b/gnome/netbook-launcher.spec
deleted file mode 100644
index 88d0719..0000000
--- a/gnome/netbook-launcher.spec
+++ /dev/null
@@ -1,111 +0,0 @@
-Name: netbook-launcher
-Version: 1.6.21
-Release: 2%{?dist}
-Summary: A clutter-based desktop launcher
-
-Group: User Interface/Desktops
-License: GPLv3
-URL: https://launchpad.net/netbook-remix-launcher
-Source0: http://launchpad.net/netbook-remix-launcher/trunk/1.2.0beta/+download/%{name}-%{version}.tar.gz
-# https://bugs.launchpad.net/netbook-remix-launcher/+bug/369942
-Patch0: %{name}-1.6.21-fix-quit.patch
-Patch1: %{name}-1.6.21-fix-icons.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: clutter-gtk-devel
-BuildRequires: GConf2-devel
-BuildRequires: gnome-menus-devel
-BuildRequires: intltool
-BuildRequires: gnome-desktop-devel
-BuildRequires: libwnck-devel
-# bug 485957
-BuildRequires: libXres-devel
-BuildRequires: startup-notification-devel
-BuildRequires: dbus-glib-devel
-# for quit actions
-Requires: gnome-power-manager
-Requires(pre): GConf2
-Requires(post): GConf2
-Requires(preun): GConf2
-
-%description
-Netbook Launcher is a desktop launcher that uses the clutter UI
-library. It is commonly being used on netbook desktops with a
-resolution of 1024x600 pixels and also supposed to support usage on
-touchscreens. It follows the xdg spec standards from freedesktop.org
-for the Desktop menu layout.
-
-
-%prep
-%setup -q
-%patch0 -p1 -b .fix-quit
-%patch1 -p1 -b .fix-icons
-
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-%find_lang %{name}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%pre
-if [ "$1" -gt 1 ] ; then
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
-fi
-
-%post
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule \
- %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
-
-%preun
-if [ "$1" -eq 0 ] ; then
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
-fi
-
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING TODO
-%config(noreplace) %{_sysconfdir}/gconf/schemas/netbook-launcher.schemas
-%{_sysconfdir}/xdg/autostart/netbook-launcher.desktop
-%{_bindir}/netbook-launcher
-%{_datadir}/desktop-directories/Favorites.directory
-%{_datadir}/netbook-launcher
-
-%changelog
-* Thu Apr 30 2009 Michel Salim <salimma@fedoraproject.org> - 1.6.21-2
-- Fix session management actions and icons
-
-* Sat Apr 18 2009 Michel Salim <salimma@fedoraproject.org> - 1.6.21-1
-- Update to 1.6.21
-- Register GConf schemas
-
-* Mon Mar 2 2009 Michel Salim <salimma@fedoraproject.org> - 1.6.8-1
-- Update to 1.6.8
-
-* Fri Feb 6 2009 Michel Salim <salimma@fedoraproject.org> - 1.2-1
-- Package renamed to netbook-launcher
-- Updated build dependencies (add clutter-gtk-devel, drop redundant ones)
-
-* Mon Oct 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-2
-- Fix dep and rebuild
-
-* Thu Oct 02 2008 Jonathan Roberts <jonrob@fedoraproject.org> 0.6.3-1
-- Updated spec file to fix comments from review, and updated to latest upstream
-
-* Thu Sep 18 2008 Jonathan Roberts <jonrob@fedoraproject.org> 0.5.18-1
-- Created initial spec file