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

Eli Schwartz eschwartz at archlinux.org
Sun Feb 28 17:38:35 UTC 2021


    Date: Sunday, February 28, 2021 @ 17:38:34
  Author: eschwartz
Revision: 875980

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 17:38:20 UTC (rev 875979)
+++ PKGBUILD	2021-02-28 17:38:34 UTC (rev 875980)
@@ -1,31 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=4.8.2
-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=('6c19ebcea0d35a7a65cd70f1cdca2c5c739467ac6d2c2a1c38a5d580296707bd')
-b2sums=('6b731c21bee03fbd69360258d7573e35b774cc42ffdaf7536e7c8a3779e8ef9e8bc3684166a02f114838144fa9b7ea71a46b439e00f90abee56da1925bafec76')
-
-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 875979, cinnamon-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-28 17:38:34 UTC (rev 875980)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list