]> git.pld-linux.org Git - packages/gnome-main-menu.git/commitdiff
up to 1.8.0; tarball from MATE ftp
authorElan Ruusamäe <glen@delfi.ee>
Sat, 15 Mar 2014 11:58:10 +0000 (13:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 15 Mar 2014 11:58:36 +0000 (13:58 +0200)
glib.patch [deleted file]
gnome-main-menu.spec

diff --git a/glib.patch b/glib.patch
deleted file mode 100644 (file)
index 587cbd0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-main-menu/main-menu/src/tomboykeybinder.h~   2013-02-24 19:58:30.000000000 +0200
-+++ gnome-main-menu/main-menu/src/tomboykeybinder.h    2013-02-24 20:18:02.717290894 +0200
-@@ -21,7 +21,7 @@
- #ifndef __TOMBOY_KEY_BINDER_H__
- #define __TOMBOY_KEY_BINDER_H__
--#include <glib/gtypes.h>
-+#include <glib.h>
- G_BEGIN_DECLS
index 5d35103c65b318155b1b69f3c1f77ce54b9b9e52..f578c59e74d4c801b4a71f7becf51c424448caec 100644 (file)
@@ -4,16 +4,12 @@
 Summary:       The GNOME Desktop Menu
 Summary(pl.UTF-8):     Menu dla środowiska GNOME
 Name:          gnome-main-menu
-Version:       0.9.17
+Version:       1.8.0
 Release:       0.1
 License:       GPL
 Group:         X11/Applications
-# git clone git://git.gnome.org/gnome-main-menu
-# tar caf gnome-main-menu.tar.bz2 gnome-main-menu --exclude-vcs
-#Source0:      http://ftp.gnome.org/pub/GNOME/sources/gnome-main-menu/0.9/%{name}-%{version}.tar.bz2
-Source0:       %{name}.tar.bz2
-# Source0-md5: a044b1d201740ff5cb22452beb26fb05
-Patch0:                glib.patch
+Source0:       http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+# Source0-md5: c93b26d9ab7d68209e3e716c69b0c37b
 URL:           http://en.opensuse.org/GNOME_Main_Menu
 BuildRequires: NetworkManager-devel
 BuildRequires: autoconf
@@ -30,16 +26,18 @@ BuildRequires:      librsvg-devel
 BuildRequires: libtool
 BuildRequires: libunique-devel
 BuildRequires: mate-control-center-devel >= 1.5.2
-BuildRequires: mate-desktop-devel
+BuildRequires: mate-desktop-devel >= 1.8.0
 BuildRequires: mate-panel-devel
 BuildRequires: perl-XML-Parser
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 #Requires:     dbus-glib
 Requires:      glib2 >= 1:2.26.0
 #Requires:     gnome-panel
-Requires:      mate-system-monitor
 #Requires:     gnome-terminal
 #Requires:     hal
+Requires:      mate-system-monitor
 #Requires:     tango-icon-theme
 #Requires:     wireless-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,8 +54,7 @@ itself.
 Menu i przeglądarka aplikacji dla środowiska GNOME.
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1
+%setup -q
 
 %build
 %{__intltoolize}
@@ -74,10 +71,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#install -d $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
-#install application-browser%{_sysconfdir}/application-browser.desktop $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/
-#sed -i "/^Exec=/ s/application-browser *$/application-browser -h/" $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/application-browser.desktop
-
 %find_lang %{name} --with-gnome --all-name
 
 %clean
@@ -95,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/application-browser
 %attr(755,root,root) %{_bindir}/trigger-panel-run-dialog
 %attr(755,root,root) %{_libdir}/main-menu
+%{_mandir}/man1/application-browser.1*
 %{_desktopdir}/application-browser.desktop
 %{_desktopdir}/mate-screensaver-lock.desktop
 %{_desktopdir}/mate-session-logout.desktop
This page took 0.089065 seconds and 4 git commands to generate.