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

Eli Schwartz eschwartz at archlinux.org
Sun Jun 28 21:59:24 UTC 2020


    Date: Sunday, June 28, 2020 @ 21:59:23
  Author: eschwartz
Revision: 655454

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 21:59:20 UTC (rev 655453)
+++ PKGBUILD	2020-06-28 21:59:23 UTC (rev 655454)
@@ -1,31 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL' 'LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'meson')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('331bd599d7a863fa92329483637de159c25c57467305691f9768e675cd63f7c2')
-b2sums=('80cf245fb6b6d02f4a609d68f2b35252da22601d7f7f2f42dd28a5bc193b1d0cd332bc85251f9c2e43038069453b3e61456319f4f50166e86c32a95339d88e11')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --buildtype=plain \
-          ..
-    ninja
-}
-
-package(){
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" ninja install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 655452, cinnamon-menus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-28 21:59:23 UTC (rev 655454)
@@ -0,0 +1,31 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=4.6.1
+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=('534cf3e15fed812e1affb544811e10823edbc56360b52a80ffbabc006c467dc6')
+b2sums=('bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc')
+
+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