[arch-commits] Commit in cinnamon-menus/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Nov 14 08:02:43 UTC 2021


    Date: Sunday, November 14, 2021 @ 08:02:43
  Author: archange
Revision: 1046732

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-menus/repos/community-x86_64/PKGBUILD
    (from rev 1046718, cinnamon-menus/trunk/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 28 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-14 08:02:42 UTC (rev 1046731)
+++ PKGBUILD	2021-11-14 08:02:43 UTC (rev 1046732)
@@ -1,31 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=4.8.3
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL' 'LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'meson' 'samurai')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b0a02ab0e37d67e761c24545123ec354e7fab0a504267e524892a953bcfd98d7')
-b2sums=('18a6c3d8ed8a3d63621d10db5920e18e7bba42d6f7967f4a98d9cb8cf446716cfb54c0321a669aeaf3c9f9c901bc3d2ff07b77b5d4b73ef06d2af4e541b2d728')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --buildtype=plain \
-          ..
-    samu
-}
-
-package(){
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 1046718, cinnamon-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-14 08:02:43 UTC (rev 1046732)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=(x86_64)
+url="https://github.com/linuxmint/cinnamon-menus"
+license=(GPL LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection meson samurai)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f8428f60b7f0fcbde0e4b5db22a7b79b55c5c880574f350784372d54d65a07d0')
+b2sums=('1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8')
+
+build() {
+  mkdir -p build
+  cd build
+  arch-meson ../${pkgname}-${pkgver}
+  samu
+}
+
+package(){
+  cd build
+  DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list