Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

343 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-12-11 13:52:57 +0300 committer: kx <kx@radix.pro> 2023-12-11 13:52:57 +0300 commit: b2374523848279ad6ca0d722bf74688ea14b059e parent: 375a24c55d58f80b0c51ec527cdc2c68e4660522
Commit Summary:
Fix version of libdbusmenu
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/packages/x/ayatana/libdbusmenu/Makefile b/packages/x/ayatana/libdbusmenu/Makefile
index 2618eec..4cf9725 100644
--- a/packages/x/ayatana/libdbusmenu/Makefile
+++ b/packages/x/ayatana/libdbusmenu/Makefile
@@ -18,7 +18,7 @@ pkg_name   = libdbusmenu
 # ================================
 #                                               hash | tag
 #            ----------------------------------------+-----
-revisions  = 4d03141aea4e2ad0f04ab73cf1d4f4bcc4a19f6c:17.09.29.1
+revisions  = 4d03141aea4e2ad0f04ab73cf1d4f4bcc4a19f6c:16.04.0
 
 git_repo   = .git_clone
 
@@ -52,7 +52,7 @@ $(tarballs): $(git_repo)
 	      git archive --format=tar --prefix=$(pkg_name)-$$version/ $$hash | \
 	      xz >../$(pkg_name)-$$version.$(suffix) ) ; \
 	    tar xJf $(pkg_name)-$$version.$(suffix) ; \
-	    ( cd $(pkg_name)-$$version ; gtkdocize ; autoreconf -vif ; rm -rf autom4te.cache .bzrignore *~ ) ; \
+	    ( cd $(pkg_name)-$$version ; gtkdocize ; autoreconf -vif 2>/dev/null ; rm -rf autom4te.cache debian .bzr* *~ ) ; \
 	    tar cJf $(pkg_name)-$$version.$(suffix) $(pkg_name)-$$version ; \
 	    rm -rf $(pkg_name)-$$version ; \
 	  fi ; \