Date: Saturday, November 19, 2022 @ 19:53:17
Author: arojas
Revision: 1349733
archrelease: copy trunk to community-x86_64
Added:
cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 1349732, cinnamon-session/trunk/PKGBUILD)
Deleted:
cinnamon-session/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 19:53:08 UTC (rev 1349732)
+++ PKGBUILD 2022-11-19 19:53:17 UTC (rev 1349733)
@@ -1,34 +0,0 @@
-# Maintainer: Eli Schwartz <[email protected]>
-# Contributor: Alexandre Filgueira <[email protected]>
-# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=cinnamon-session
-pkgver=5.4.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=('c3c9351aecebe2abbb5d61663ad19af56fc6413ad6cddb5d753a614b23ec547d')
-b2sums=('44856e577f1a42fa373bfeb9ad834f3b8b73ce51b8bf2aa794d1e98bb24dacea6fc31ced30965399bc9d9405a8cd29f45764462e2370765bbd21be2ba4a221c5')
-
-build() {
- mkdir -p ${pkgname}-${pkgver}/build
- cd ${pkgname}-${pkgver}/build
-
- meson --prefix=/usr \
- --libexecdir=lib/${pkgname} \
- --buildtype=plain \
- ..
- samu
-}
-
-package() {
- cd ${pkgname}-${pkgver}/build
-
- DESTDIR="${pkgdir}" samu install
-}
Copied: cinnamon-session/repos/community-x86_64/PKGBUILD (from rev 1349732,
cinnamon-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 19:53:17 UTC (rev 1349733)
@@ -0,0 +1,34 @@
+# Maintainer: Eli Schwartz <[email protected]>
+# Contributor: Alexandre Filgueira <[email protected]>
+# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=cinnamon-session
+pkgver=5.6.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' 'libxtst')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'samurai' 'xtrans')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('dbe5db1075b95105debe582ec5c41171d67b2472c05ebe04a9bbe1a2b33a6ca0')
+b2sums=('ecd8152af4784affc8c9b8ae7ca48adaecca4355c2db5d64ca577f44abc0ff35cf27ef324fa9d3520c125bc979727bbab67f99209e5a641ad0329a26025698b5')
+
+build() {
+ mkdir -p ${pkgname}-${pkgver}/build
+ cd ${pkgname}-${pkgver}/build
+
+ meson --prefix=/usr \
+ --libexecdir=lib/${pkgname} \
+ --buildtype=plain \
+ ..
+ samu
+}
+
+package() {
+ cd ${pkgname}-${pkgver}/build
+
+ DESTDIR="${pkgdir}" samu install
+}