[arch-commits] Commit in menumaker/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 10:24:50 UTC 2021


    Date: Thursday, August 26, 2021 @ 10:24:50
  Author: felixonmars
Revision: 1005870

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
    (from rev 1005869, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 10:24:40 UTC (rev 1005869)
+++ PKGBUILD	2021-08-26 10:24:50 UTC (rev 1005870)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-# Contributor: Lukasz Fidosz <virhilo at gmail.com>
-
-pkgname=menumaker
-pkgver=0.99.12
-pkgrel=1
-pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, OpenBox, WindowMaker and XFCE"
-arch=('any')
-url="http://menumaker.sourceforge.net/"
-license=('BSD')
-depends=('python')
-options=('!makeflags')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/info
-
-#license
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 1005869, menumaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 10:24:50 UTC (rev 1005870)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+# Contributor: Lukasz Fidosz <virhilo at gmail.com>
+
+pkgname=menumaker
+pkgver=0.99.13
+pkgrel=1
+pkgdesc="Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, OpenBox, WindowMaker and XFCE"
+arch=('any')
+url="http://menumaker.sourceforge.net/"
+license=('BSD')
+depends=('python')
+options=('!makeflags')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('df35a7a0643fd86e24c12fb356b6b0b3052edd14746a37db218fd46cb7866b17f7e02bb87a1c8235f71e6e2e465b4962a1a50f1561d17d5ae83dfdba4c79bc84')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/info
+
+#license
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/license
+}



More information about the arch-commits mailing list