Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37900253
en ru br
ALT Linux repositórios
S:1.26.1-alt1

Group :: Graphical desktop/MATE
RPM: mate-menus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: mate-menus-1.26.1-alt1.patch
Download


 .gear/rules                                        |   2 +
 .../tags/88c124ce7ba4c4158828c6a1d2b1163647386a61  |   6 ++
 .gear/tags/list                                    |   1 +
 layout/mate-applications.menu                      |   4 +-
 mate-menus.spec                                    | 102 +++++++++++++++++++++
 5 files changed, 113 insertions(+), 2 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4b0460c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/88c124ce7ba4c4158828c6a1d2b1163647386a61 b/.gear/tags/88c124ce7ba4c4158828c6a1d2b1163647386a61
new file mode 100644
index 0000000..7983372
--- /dev/null
+++ b/.gear/tags/88c124ce7ba4c4158828c6a1d2b1163647386a61
@@ -0,0 +1,6 @@
+object 3dc8922fee69f96cb64738c6e2ba3e9184b12e9f
+type commit
+tag v1.26.1
+tagger raveit65 <mate@raveit.de> 1683453104 +0200
+
+version 1.26.1
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..6c17d3a
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+88c124ce7ba4c4158828c6a1d2b1163647386a61 v1.26.1
diff --git a/layout/mate-applications.menu b/layout/mate-applications.menu
index 9037852..05ba8e0 100644
--- a/layout/mate-applications.menu
+++ b/layout/mate-applications.menu
@@ -138,7 +138,7 @@
     </Include>
   </Menu>   <!-- End System Tools -->
 
-  <!-- Collection-->
+  <!--
   <Menu>
     <Name>Collection</Name>
     <Directory>mate-collection.directory</Directory>
@@ -148,7 +148,7 @@
         <Not><Category>Settings</Category></Not>
       </And>
     </Include>
-  </Menu>   <!-- End Collection Tools -->
+  </Menu>   -->
   <!-- Other -->
   <Menu>
     <Name>Other</Name>
diff --git a/mate-menus.spec b/mate-menus.spec
new file mode 100644
index 0000000..01a3b58
--- /dev/null
+++ b/mate-menus.spec
@@ -0,0 +1,102 @@
+Name: mate-menus
+Version: 1.26.1
+Release: alt1
+Epoch: 1
+Summary: Displays menus for MATE Desktop
+License: GPLv2+ and LGPLv2+
+Group: Graphical desktop/MATE
+Url: http://mate-desktop.org/
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+Conflicts: altlinux-freedesktop-menu-mate
+
+BuildRequires: mate-common gobject-introspection-devel
+
+%description
+Displays menus for MATE Desktop
+
+%package -n libmate-menus
+Group: System/Libraries
+Summary: Shared libraries for mate-menus
+
+%description -n libmate-menus
+Shared libraries for mate-menus
+
+%package devel
+Group: Development/C
+Summary: Development files for mate-menus
+
+%description devel
+Development files for mate-menus
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--disable-static \
+	--enable-introspection
+
+%make_build
+
+%install
+%make DESTDIR=%buildroot install
+
+%find_lang %name --with-gnome --all-name
+
+%files -f %name.lang
+%doc AUTHORS COPYING README
+%_sysconfdir/xdg/menus/mate-preferences-categories.menu
+%_sysconfdir/xdg/menus/mate-applications.menu
+%_sysconfdir/xdg/menus/mate-settings.menu
+#_datadir/mate-menus
+%_datadir/mate/desktop-directories
+
+%files -n libmate-menus
+%_libdir/girepository-1.0/MateMenu-2.0.typelib
+%_libdir/libmate-menu.so.*
+
+%files devel
+%_includedir/mate-menus
+%_libdir/libmate-menu.so
+%_pkgconfigdir/libmate-menu.pc
+%_datadir/gir-1.0/MateMenu-2.0.gir
+
+%changelog
+* Thu May 11 2023 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.1-alt1
+- 1.26.1
+
+* Fri Aug 06 2021 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt1
+- 1.26.0
+
+* Fri Aug 14 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.1-alt1
+- 1.24.1
+
+* Tue Feb 25 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.0-alt1
+- 1.24.0
+
+* Tue Oct 15 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.1-alt1
+- 1.22.1
+
+* Mon Mar 04 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.0-alt1
+- 1.22.0
+
+* Mon Dec 24 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.2-alt1
+- 1.20.2
+
+* Mon Sep 10 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.1-alt2
+- show generic name instead of full name
+
+* Fri Sep 07 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.1-alt1
+- 1.20.1
+
+* Tue Mar 06 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.0-alt1
+- initial build from git.mate-desktop.org
+
+* Tue Feb 20 2018 Vladimir D. Seleznev <vseleznv@altlinux.org> 1.20.0-alt1_1
+- new fc release
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009