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

Eli Schwartz eschwartz at archlinux.org
Thu Jun 3 05:28:05 UTC 2021


    Date: Thursday, June 3, 2021 @ 05:28:04
  Author: eschwartz
Revision: 954595

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 05:28:00 UTC (rev 954594)
+++ PKGBUILD	2021-06-03 05:28:04 UTC (rev 954595)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cinnamon-session
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL' 'LGPL')
-depends=('cinnamon-desktop' 'libsm' 'libcanberra' 'xapps')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('meson' 'samurai' 'xtrans')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('66301a1eb748f646c419ced76f3388d8d6af0436716c737842cd85f359bd38d4')
-b2sums=('07baa1d359376fb1c5150224d3420c2ea2c06c2c015739835ffa2c8f0be751362b8ea2299e155369c0cb2d3e8493d5c45ed3f521bb36b6ddb092aff493f01b1f')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --libexecdir=lib/${pkgname} \
-          --buildtype=plain \
-          -Dgconf=false \
-          -Ddocbook=false \
-          ..
-    samu
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-session/repos/community-x86_64/PKGBUILD (from rev 954593, cinnamon-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-03 05:28:04 UTC (rev 954595)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cinnamon-session
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL' 'LGPL')
+depends=('cinnamon-desktop' 'libsm' 'libcanberra' 'xapps')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'samurai' 'xtrans')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('8e2cc49455e29949ee536e2e341af52d53afeaeef6d229730368d822a80a5c19')
+b2sums=('c009a690c479944f8b3879a3ebff24ea3d44676b9235fcd36049e1680e5a1358266b75ca9f6e193fc51f11d8d94cf0c592dc22cbae2fededf41281748f9410cc')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          -Dgconf=false \
+          -Ddocbook=false \
+          ..
+    samu
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list