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

Eli Schwartz eschwartz at archlinux.org
Thu Nov 1 02:20:14 UTC 2018


    Date: Thursday, November 1, 2018 @ 02:20:14
  Author: eschwartz
Revision: 400905

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 02:19:56 UTC (rev 400904)
+++ PKGBUILD	2018-11-01 02:20:14 UTC (rev 400905)
@@ -1,36 +0,0 @@
-# $Id$
-# 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=3.8.2
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL' 'LGPL')
-depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('meson' 'xtrans')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('67efca7ecef11ebf4df89af9b95cd86a9a645f8b1d0d4333395bee9c1a8e92b6')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --libexecdir=lib/${pkgname} \
-          --buildtype=plain \
-          -Dwith-gconf=false \
-          -Dwith-docbook=false \
-          ..
-    ninja
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" ninja install
-}

Copied: cinnamon-session/repos/community-x86_64/PKGBUILD (from rev 400904, cinnamon-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-01 02:20:14 UTC (rev 400905)
@@ -0,0 +1,35 @@
+# 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.0.0
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL' 'LGPL')
+depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('meson' 'xtrans')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('cfd6d71ff4000f463b36ffa97ab415557d627776eefbe2720d8d954319a5bdc5')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          -Dwith-gconf=false \
+          -Dwith-docbook=false \
+          ..
+    ninja
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list