[arch-commits] Commit in cjs/trunk (PKGBUILD)

2020-11-26 Thread Eli Schwartz via arch-commits
Date: Friday, November 27, 2020 @ 06:54:26
  Author: eschwartz
Revision: 763980

re-upgpkg: cjs 4.8.0-1: now with correct buildtype

erk! I'm too tired for this...

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 06:54:09 UTC (rev 763979)
+++ PKGBUILD2020-11-27 06:54:26 UTC (rev 763980)
@@ -22,6 +22,7 @@
 
 meson --prefix=/usr \
   --libexecdir=/usr/lib \
+  --buildtype=plain \
   -Dinstalled_tests=false \
   ..
 


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2020-11-26 Thread Eli Schwartz via arch-commits
Date: Friday, November 27, 2020 @ 06:10:15
  Author: eschwartz
Revision: 763974

upgpkg: cjs 4.8.0-1: upstream release

port to meson
port to mozjs 78

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |   41 +
 1 file changed, 17 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 06:07:24 UTC (rev 763973)
+++ PKGBUILD2020-11-27 06:10:15 UTC (rev 763974)
@@ -3,47 +3,40 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
 license=('GPL')
-depends=('gtk3' 'gobject-introspection-runtime' 'js52')
-makedepends=('autoconf-archive' 'gobject-introspection')
+depends=('gtk3' 'gobject-introspection-runtime' 'js78')
+makedepends=('meson' 'samurai' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('3b2bdc55ab572713d6b6f92978522b290819656f64fef620659065ff5673a04a0585b83a1a0248116570ac1cfee4f54acc228f355c02aa4e0a2a13b59fbafed2')
-b2sums=('af276cd8f9ef0f66a6f4ab3e0072b485e33015e070bb796818907964df0696240b753f7a271bf45db788eb244e0cd1fb866f3b78798adf3ef8f9e76825fc4d74')
+sha512sums=('e5cff9f7790d2874fb1b743d823a799560c5fe82271f6cbff8b74baa70eec267fad9ac651258ee5c4de5dfce81964c73ca9a652ce3441791e44c34bcd8187770')
+b2sums=('6fea53cda72fc1e13618375d636b492d9e2cbc8130ff729376fbba7504e56fd5e1fa9b1330e2696a841b3400af04832f81febdfefc6730b43e3ccb7a41c46271')
 
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-autoreconf -fi
-}
-
 build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
 
-./configure --prefix=/usr \
---libexecdir=/usr/lib \
---disable-static
+meson --prefix=/usr \
+  --libexecdir=/usr/lib \
+  -Dinstalled_tests=false \
+  ..
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
+samu
 }
 
 check() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
 
 # Needs a display
-xvfb-run make -k check || :
+xvfb-run meson test --print-errorlogs
 }
 
 package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
 
-make DESTDIR="${pkgdir}" install
+DESTDIR="${pkgdir}" samu install
 }


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2020-04-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 8, 2020 @ 22:37:24
  Author: foutrelis
Revision: 612786

libffi 3.3 rebuild

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 22:31:57 UTC (rev 612785)
+++ PKGBUILD2020-04-08 22:37:24 UTC (rev 612786)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2020-02-13 Thread Jan Steffens via arch-commits
Date: Thursday, February 13, 2020 @ 16:42:29
  Author: heftig
Revision: 570626

4.4.0-1: drop soname patch from js*

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 16:42:17 UTC (rev 570625)
+++ PKGBUILD2020-02-13 16:42:29 UTC (rev 570626)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=4.2.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('autoconf-archive' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b5dc46dc9fd3a25331bc5f74b7da7b0cbadbe022f0ae857a50df67fc6155dbcaa8930c8e904b128422a8e27f504a2f7d29868e3611de1d43c5f85d29ebae6ff0')
-b2sums=('2268cc8d557e05f8ce3877f54e22d7ad6b256631ec74d3bcfc7be180dea9555f28619d5cee9b5a0dfc39559906c29e4714e59f87700c0bc8ecc3eca22eb138af')
+sha512sums=('3b2bdc55ab572713d6b6f92978522b290819656f64fef620659065ff5673a04a0585b83a1a0248116570ac1cfee4f54acc228f355c02aa4e0a2a13b59fbafed2')
+b2sums=('af276cd8f9ef0f66a6f4ab3e0072b485e33015e070bb796818907964df0696240b753f7a271bf45db788eb244e0cd1fb866f3b78798adf3ef8f9e76825fc4d74')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2019-06-14 Thread Eli Schwartz via arch-commits
Date: Friday, June 14, 2019 @ 22:26:59
  Author: eschwartz
Revision: 481577

upgpkg: cjs 4.2.0-1

upstream release

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 22:22:44 UTC (rev 481576)
+++ PKGBUILD2019-06-14 22:26:59 UTC (rev 481577)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -12,17 +12,13 @@
 depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
 makedepends=('autoconf-archive' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-ax_code_coverage.m4)
-sha512sums=('86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7'
-
'636c07a2eac06b19f91edd368fed0bff576a4afacc9c18ec850da0b57fdb7bfd797d33ecd01baf98bf941651b686f8052585b5087003137a4775e9d1774f5884')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('b5dc46dc9fd3a25331bc5f74b7da7b0cbadbe022f0ae857a50df67fc6155dbcaa8930c8e904b128422a8e27f504a2f7d29868e3611de1d43c5f85d29ebae6ff0')
+b2sums=('2268cc8d557e05f8ce3877f54e22d7ad6b256631ec74d3bcfc7be180dea9555f28619d5cee9b5a0dfc39559906c29e4714e59f87700c0bc8ecc3eca22eb138af')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
-# https://gitlab.gnome.org/GNOME/gjs/issues/149
-cp ../ax_code_coverage.m4 m4/
-
 autoreconf -fi
 }
 


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2019-01-11 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 14:45:53
  Author: felixonmars
Revision: 422430

Readline 8.0 rebuild

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 14:44:26 UTC (rev 422429)
+++ PKGBUILD2019-01-11 14:45:53 UTC (rev 422430)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};


[arch-commits] Commit in cjs/trunk (PKGBUILD ax_code_coverage.m4)

2019-01-11 Thread Evangelos Foutras via arch-commits
Date: Friday, January 11, 2019 @ 14:43:54
  Author: foutrelis
Revision: 422427

Fix build with autoconf-archive 2019.01.06

Added:
  cjs/trunk/ax_code_coverage.m4
Modified:
  cjs/trunk/PKGBUILD

-+
 PKGBUILD|9 +
 ax_code_coverage.m4 |  264 ++
 2 files changed, 271 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 14:38:04 UTC (rev 422426)
+++ PKGBUILD2019-01-11 14:43:54 UTC (rev 422427)
@@ -12,12 +12,17 @@
 depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
 makedepends=('autoconf-archive' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+ax_code_coverage.m4)
+sha512sums=('86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7'
+
'636c07a2eac06b19f91edd368fed0bff576a4afacc9c18ec850da0b57fdb7bfd797d33ecd01baf98bf941651b686f8052585b5087003137a4775e9d1774f5884')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
+# https://gitlab.gnome.org/GNOME/gjs/issues/149
+cp ../ax_code_coverage.m4 m4/
+
 autoreconf -fi
 }
 

Added: ax_code_coverage.m4
===
--- ax_code_coverage.m4 (rev 0)
+++ ax_code_coverage.m4 2019-01-11 14:43:54 UTC (rev 422427)
@@ -0,0 +1,264 @@
+# ===
+# https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html
+# ===
+#
+# SYNOPSIS
+#
+#   AX_CODE_COVERAGE()
+#
+# DESCRIPTION
+#
+#   Defines CODE_COVERAGE_CPPFLAGS, CODE_COVERAGE_CFLAGS,
+#   CODE_COVERAGE_CXXFLAGS and CODE_COVERAGE_LIBS which should be included
+#   in the CPPFLAGS, CFLAGS CXXFLAGS and LIBS/LIBADD variables of every
+#   build target (program or library) which should be built with code
+#   coverage support. Also defines CODE_COVERAGE_RULES which should be
+#   substituted in your Makefile; and $enable_code_coverage which can be
+#   used in subsequent configure output. CODE_COVERAGE_ENABLED is defined
+#   and substituted, and corresponds to the value of the
+#   --enable-code-coverage option, which defaults to being disabled.
+#
+#   Test also for gcov program and create GCOV variable that could be
+#   substituted.
+#
+#   Note that all optimization flags in CFLAGS must be disabled when code
+#   coverage is enabled.
+#
+#   Usage example:
+#
+#   configure.ac:
+#
+# AX_CODE_COVERAGE
+#
+#   Makefile.am:
+#
+# @CODE_COVERAGE_RULES@
+# my_program_LIBS = ... $(CODE_COVERAGE_LIBS) ...
+# my_program_CPPFLAGS = ... $(CODE_COVERAGE_CPPFLAGS) ...
+# my_program_CFLAGS = ... $(CODE_COVERAGE_CFLAGS) ...
+# my_program_CXXFLAGS = ... $(CODE_COVERAGE_CXXFLAGS) ...
+#
+#   This results in a "check-code-coverage" rule being added to any
+#   Makefile.am which includes "@CODE_COVERAGE_RULES@" (assuming the module
+#   has been configured with --enable-code-coverage). Running `make
+#   check-code-coverage` in that directory will run the module's test suite
+#   (`make check`) and build a code coverage report detailing the code which
+#   was touched, then print the URI for the report.
+#
+#   In earlier versions of this macro, CODE_COVERAGE_LDFLAGS was defined
+#   instead of CODE_COVERAGE_LIBS. They are both still defined, but use of
+#   CODE_COVERAGE_LIBS is preferred for clarity; CODE_COVERAGE_LDFLAGS is
+#   deprecated. They have the same value.
+#
+#   This code was derived from Makefile.decl in GLib, originally licenced
+#   under LGPLv2.1+.
+#
+# LICENSE
+#
+#   Copyright (c) 2012, 2016 Philip Withnall
+#   Copyright (c) 2012 Xan Lopez
+#   Copyright (c) 2012 Christian Persch
+#   Copyright (c) 2012 Paolo Borelli
+#   Copyright (c) 2012 Dan Winship
+#   Copyright (c) 2015 Bastien ROUCARIES
+#
+#   This library is free software; you can redistribute it and/or modify it
+#   under the terms of the GNU Lesser General Public License as published by
+#   the Free Software Foundation; either version 2.1 of the License, or (at
+#   your option) any later version.
+#
+#   This library is distributed in the hope that it will be useful, but
+#   WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+#   General Public License for more details.
+#
+#   You should have received a copy of the GNU Lesser General Public License
+#   along with this program. If not, see 

[arch-commits] Commit in cjs/trunk (PKGBUILD)

2018-10-31 Thread Eli Schwartz via arch-commits
Date: Thursday, November 1, 2018 @ 02:14:01
  Author: eschwartz
Revision: 400902

upgpkg: cjs 4.0.0-1

upstream release

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 02:04:25 UTC (rev 400901)
+++ PKGBUILD2018-11-01 02:14:01 UTC (rev 400902)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.8.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('autoconf-archive' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('7f776be2d4863ea7bb32e266efb0c5d5e0f86bab68bdabc1478e04809f8f887b4ff0853075baffa46055d347fc22c6252faefaceba750f61b0b21229f6130bd0')
+sha512sums=('86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2018-04-24 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 24, 2018 @ 18:06:30
  Author: eschwartz
Revision: 317607

upgpkg: cjs 3.8.0-1

upstream release
ported to js52
add xvfb to testsuite; it still doesn't completely pass

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 17:47:06 UTC (rev 317606)
+++ PKGBUILD2018-04-24 18:06:30 UTC (rev 317607)
@@ -4,16 +4,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
 license=('GPL')
-depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js38')
+depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
 makedepends=('gnome-common' 'gobject-introspection')
+checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155')
+sha512sums=('7f776be2d4863ea7bb32e266efb0c5d5e0f86bab68bdabc1478e04809f8f887b4ff0853075baffa46055d347fc22c6252faefaceba750f61b0b21229f6130bd0')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
@@ -38,7 +39,7 @@
 cd "${srcdir}"/${pkgname}-${pkgver}
 
 # Needs a display
-make -k check || :
+xvfb-run make -k check || :
 }
 
 package() {


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2017-11-10 Thread Antonio Rojas
Date: Friday, November 10, 2017 @ 19:24:34
  Author: arojas
Revision: 266171

Update to 3.6.1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 19:22:22 UTC (rev 266170)
+++ PKGBUILD2017-11-10 19:24:34 UTC (rev 266171)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.4
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -10,18 +10,11 @@
 url="https://github.com/linuxmint/cjs;
 license=(GPL)
 depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
+makedepends=(gnome-common python gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha512sums=('318a1beef6f6a827266170f0c5c1cfaa8bf48908f96e0ce625aee20ddcd648ea967f09f465ed504f21f923830017d3c4a01f62bab26a1cb84181a96131058d33')
+sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-}
-
 build() {
   cd $pkgname-$pkgver
 


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 08:22:09
  Author: arojas
Revision: 256096

Update to 3.4.4

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-07 07:13:39 UTC (rev 256095)
+++ PKGBUILD2017-09-07 08:22:09 UTC (rev 256096)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha512sums=('c26e49e55998d6a8309c69c3d173d06701829b0ec679b197fe123766c5dc60e40295e6d76532269d9557443539ee7dce6c29861ee9f4eebbf987e93a86ea1c5b')
+sha512sums=('318a1beef6f6a827266170f0c5c1cfaa8bf48908f96e0ce625aee20ddcd648ea967f09f465ed504f21f923830017d3c4a01f62bab26a1cb84181a96131058d33')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2017-07-25 Thread Antonio Rojas
Date: Tuesday, July 25, 2017 @ 17:39:05
  Author: arojas
Revision: 246354

Update to 3.4.3

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 17:28:08 UTC (rev 246353)
+++ PKGBUILD2017-07-25 17:39:05 UTC (rev 246354)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha512sums=('209a0d025bbf2f56fa4d45497dcd655dda038dccdbb2d00c177f533f770531309e45b564a6bc4e7b8f76ffd560b5a9a63942207d112d8dc3a796f46efe4004ad')
+sha512sums=('c26e49e55998d6a8309c69c3d173d06701829b0ec679b197fe123766c5dc60e40295e6d76532269d9557443539ee7dce6c29861ee9f4eebbf987e93a86ea1c5b')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2017-06-29 Thread Felix Yan
Date: Thursday, June 29, 2017 @ 15:54:54
  Author: felixonmars
Revision: 241599

upgpkg: cjs 3.4.2-1

Upstream new release

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-29 15:52:48 UTC (rev 241598)
+++ PKGBUILD2017-06-29 15:54:54 UTC (rev 241599)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha256sums=('83254b01984452cc234891768e746f688924fe2904b6c1c76e214528ff44c060')
+sha512sums=('209a0d025bbf2f56fa4d45497dcd655dda038dccdbb2d00c177f533f770531309e45b564a6bc4e7b8f76ffd560b5a9a63942207d112d8dc3a796f46efe4004ad')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2017-06-22 Thread Balló György
Date: Thursday, June 22, 2017 @ 10:52:15
  Author: bgyorgy
Revision: 239527

upgpkg: cjs 3.4.1-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-22 10:37:14 UTC (rev 239526)
+++ PKGBUILD2017-06-22 10:52:15 UTC (rev 239527)
@@ -3,17 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+depends=(gtk3 gobject-introspection-runtime js38 dbus-glib)
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
+sha256sums=('83254b01984452cc234891768e746f688924fe2904b6c1c76e214528ff44c060')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-11-14 Thread Alexandre Filgueira
Date: Monday, November 14, 2016 @ 17:07:26
  Author: faidoc
Revision: 195796

upgpkg: cjs 3.2.0-2

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:05:15 UTC (rev 195795)
+++ PKGBUILD2016-11-14 17:07:26 UTC (rev 195796)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-11-07 Thread Alexandre Filgueira
Date: Monday, November 7, 2016 @ 22:03:29
  Author: faidoc
Revision: 195008

upgpkg: cjs 3.2.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 22:03:10 UTC (rev 195007)
+++ PKGBUILD2016-11-07 22:03:29 UTC (rev 195008)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
+sha256sums=('df55c1b89cea5d40d6a9950407a5d18915d2dde4e31670faeb0f5e4ba119edde')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-11-07 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 17:03:27
  Author: bpiotrowski
Revision: 194916

readline 7.0 rebuild

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 16:59:44 UTC (rev 194915)
+++ PKGBUILD2016-11-07 17:03:27 UTC (rev 194916)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2016-08-03 Thread Balló György
Date: Wednesday, August 3, 2016 @ 08:31:55
  Author: bgyorgy
Revision: 184950

upgpkg: cjs 3.0.1-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 08:29:13 UTC (rev 184949)
+++ PKGBUILD2016-08-03 08:31:55 UTC (rev 184950)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 options=(!emptydirs)
-sha256sums=('1547c33ce6d988c36959b8f3f17ae07f849f34b3d4be20fb27a84b7dd91ab5ce')
+sha256sums=('cafda5a8a21421e93720732debeea08c59e63c058d240ab0f7b3a6969654864f')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 02:35:17
  Author: foutrelis
Revision: 149490

C++11 ABI rebuild

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 01:33:32 UTC (rev 149489)
+++ PKGBUILD2015-12-07 01:35:17 UTC (rev 149490)
@@ -4,7 +4,7 @@
 
 pkgname=cjs
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:25:47
  Author: bgyorgy
Revision: 147248

upgpkg: cjs 2.8.0-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:21:56 UTC (rev 147247)
+++ PKGBUILD2015-11-20 19:25:47 UTC (rev 147248)
@@ -15,14 +15,21 @@
 options=(!emptydirs)
 sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
-
   # Python2 fix
   sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
verbump.py
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:53:18
  Author: bgyorgy
Revision: 147238

upgpkg: cjs 2.8.0-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:43:58 UTC (rev 147237)
+++ PKGBUILD2015-11-20 18:53:18 UTC (rev 147238)
@@ -3,16 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=2.6.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection-runtime js dbus-glib)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('742e5a98281c3aff3127113352e920151468fd3c55214aa9c9ed09704efa70a0')
+options=(!emptydirs)
+sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-06-28 Thread Balló György
Date: Sunday, June 28, 2015 @ 12:58:33
  Author: bgyorgy
Revision: 136016

upgpkg: cjs 2.6.2-1

Update to version 2.6.2

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-28 10:48:13 UTC (rev 136015)
+++ PKGBUILD2015-06-28 10:58:33 UTC (rev 136016)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.6.0
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js dbus-glib)
 makedepends=(gnome-common python2 gobject-introspection)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
+sha256sums=('742e5a98281c3aff3127113352e920151468fd3c55214aa9c9ed09704efa70a0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-05-19 Thread Alexandre Filgueira
Date: Wednesday, May 20, 2015 @ 03:25:39
  Author: faidoc
Revision: 133856

upgpkg: cjs 2.6.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-20 01:15:52 UTC (rev 133855)
+++ PKGBUILD2015-05-20 01:25:39 UTC (rev 133856)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.4.2
+pkgver=2.6.0
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js dbus-glib)
 makedepends=(gnome-common python2 gobject-introspection)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
+sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-04-16 Thread Balló György
Date: Thursday, April 16, 2015 @ 11:41:45
  Author: bgyorgy
Revision: 131466

Replace gobject-introspection dep with runtime

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 09:38:29 UTC (rev 131465)
+++ PKGBUILD2015-04-16 09:41:45 UTC (rev 131466)
@@ -9,8 +9,8 @@
 arch=(i686 x86_64)
 url=https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection js dbus-glib)
-makedepends=(gnome-common python2)
+depends=(cairo gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
 sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
 


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2015-03-31 Thread Alexandre Filgueira
Date: Wednesday, April 1, 2015 @ 03:48:43
  Author: faidoc
Revision: 130455

upgpkg: cjs 2.4.2-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 01:41:02 UTC (rev 130454)
+++ PKGBUILD2015-04-01 01:48:43 UTC (rev 130455)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js dbus-glib)
 makedepends=(gnome-common python2)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('e1def70d518e2a333c5bb2d480d2a5539efcbb6781d81ade08c2982818e2c47b')
+sha256sums=('1310a2bfdebd6a50a09718abf3627daab097233781757509121257445e0423e3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2014-11-23 Thread Balló György
Date: Sunday, November 23, 2014 @ 19:51:42
  Author: bgyorgy
Revision: 123010

upgpkg: cjs 2.4.1-1

Update to version 2.4.1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 18:48:58 UTC (rev 123009)
+++ PKGBUILD2014-11-23 18:51:42 UTC (rev 123010)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js dbus-glib)
 makedepends=(gnome-common python2)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('b4118a1b6c10e6f16feb60295dc8d120b85e6388180f6203e80f9ea002b9f8a3')
+sha256sums=('e1def70d518e2a333c5bb2d480d2a5539efcbb6781d81ade08c2982818e2c47b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2014-11-01 Thread Alexandre Filgueira
Date: Saturday, November 1, 2014 @ 18:53:27
  Author: faidoc
Revision: 121657

upgpkg: cjs 2.4.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 17:38:35 UTC (rev 121656)
+++ PKGBUILD2014-11-01 17:53:27 UTC (rev 121657)
@@ -3,16 +3,16 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.2.2
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
 url=https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection js185 dbus-glib)
-makedepends=(gnome-common)
+depends=(cairo gobject-introspection js dbus-glib)
+makedepends=(gnome-common python2)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('870709463709a92b9d19c351211952bdec5a5e660d8f4a5d2ec4411885e00fca')
+sha256sums=('b4118a1b6c10e6f16feb60295dc8d120b85e6388180f6203e80f9ea002b9f8a3')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,7 +19,7 @@
 
   # Python2 fix
   sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   scripts/make-tests
+   verbump.py
 
   ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
   make


[arch-commits] Commit in cjs/trunk (PKGBUILD)

2014-08-22 Thread Alexandre Filgueira
Date: Friday, August 22, 2014 @ 11:36:17
  Author: faidoc
Revision: 117753

upgpkg: cjs 2.2.2-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 08:55:20 UTC (rev 117752)
+++ PKGBUILD2014-08-22 09:36:17 UTC (rev 117753)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('dbd6b2f3e1103d9ab5df81c3ab549b86dc1c5fe4014bf1780cf743a0132733eb')
+sha256sums=('870709463709a92b9d19c351211952bdec5a5e660d8f4a5d2ec4411885e00fca')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cjs/trunk (PKGBUILD)

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:49:07
  Author: faidoc
Revision: 112272

upgpkg: cjs 2.2.1-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:48:03 UTC (rev 112271)
+++ PKGBUILD2014-05-30 21:49:07 UTC (rev 112272)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
+sha256sums=('dbd6b2f3e1103d9ab5df81c3ab549b86dc1c5fe4014bf1780cf743a0132733eb')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cjs/trunk (PKGBUILD)

2014-04-12 Thread Alexandre Filgueira
Date: Saturday, April 12, 2014 @ 20:46:01
  Author: faidoc
Revision: 109266

upgpkg: cjs 2.2.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:25:13 UTC (rev 109265)
+++ PKGBUILD2014-04-12 18:46:01 UTC (rev 109266)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.0.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('2fea6c491e6ce8567201f14c0e926181154d798d4811dd65da477c014bfb2a9a')
+sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cjs/trunk (PKGBUILD)

2013-10-04 Thread Alexandre Filgueira
Date: Saturday, October 5, 2013 @ 04:40:13
  Author: faidoc
Revision: 98059

upgpkg: cjs 2.0.0-1

Modified:
  cjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-05 02:34:15 UTC (rev 98058)
+++ PKGBUILD2013-10-05 02:40:13 UTC (rev 98059)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection 'js185')
+depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 options=('!libtool')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)