summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-03-12 08:13:43 -0300
committerRafael Fontenelle2020-03-12 08:13:43 -0300
commitebff5a265162cc9b3ad05c7dbdaf0618860ddb3e (patch)
tree055cdd8717518f5090bd63bbe5082be4afaeaa21
parent35116383bd0b9631d1d8ccbdb0c5f29a60845426 (diff)
downloadaur-ebff5a265162cc9b3ad05c7dbdaf0618860ddb3e.tar.gz
Update to 1.9.0.803.g8807c0ee
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
-rw-r--r--chronojump-git.install4
3 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8cfc9f4c839..e275c3fa3571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,21 @@
-# Generated by mksrcinfo v8
-# Sun Dec 10 18:57:58 UTC 2017
pkgbase = chronojump-git
pkgdesc = Measurement, management and statistics of sport short-time tests
- pkgver = 1.7.1.187.g58dc443d
+ pkgver = 1.9.0.803.g8807c0ee
pkgrel = 1
url = http://chronojump.org/
install = chronojump-git.install
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = gtk-sharp-2
makedepends = mono
makedepends = intltool
makedepends = git
- depends = gstreamer0.10-base
depends = python
depends = gtk2
provides = chronojump
conflicts = chronojump
options = !libtool
- source = git+https://git.gnome.org/browse/chronojump
+ source = git+https://gitlab.gnome.org/GNOME/chronojump.git
md5sums = SKIP
pkgname = chronojump-git
diff --git a/PKGBUILD b/PKGBUILD
index c1b0d53b028f..7a864933e197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
_name=chronojump
pkgname=$_name-git
-pkgver=1.7.1.187.g58dc443d
+pkgver=1.9.0.803.g8807c0ee
pkgrel=1
pkgdesc="Measurement, management and statistics of sport short-time tests"
arch=('x86_64')
url="http://chronojump.org/"
-license=('GPL')
-depends=('gstreamer0.10-base' 'python' 'gtk2')
-makedepends=('gtk-sharp-2' 'mono' 'intltool' 'git')
+license=('GPL2')
+depends=(python gtk2)
+makedepends=(gtk-sharp-2 mono intltool git)
provides=($_name)
conflicts=($_name)
options=(!libtool)
install=$pkgname.install
-source=("git+https://git.gnome.org/browse/$_name")
+source=("git+https://gitlab.gnome.org/GNOME/$_name.git")
md5sums=('SKIP')
pkgver() {
@@ -25,9 +25,8 @@ pkgver() {
prepare() {
cd "$_name"
NOCONFIGURE=1 ./autogen.sh
- # fix path for mono 4.6.1.3-1
- sed -i 's|/mono/4.0/|/mono/4.5/|' configure
-
+ # Fix path to Mono 4.0 GAC (/usr/lib/mono/4.0-api/)
+ sed -i 's|/mono/4.0/|/mono/4.0-api/|' configure
}
build() {
@@ -36,6 +35,7 @@ build() {
make
}
+# Error in https://bugzilla.gnome.org/show_bug.cgi?id=774404
check() {
cd "$_name"
make -k check || true
diff --git a/chronojump-git.install b/chronojump-git.install
index 750416f0ce2e..4338935d27d9 100644
--- a/chronojump-git.install
+++ b/chronojump-git.install
@@ -1,5 +1,7 @@
post_install() {
- echo "NOTE: To run Chronojump with Chronopic as normal user make sure to add yourself into 'dialout' group"
+ echo "NOTE: In order to run Chronojump with Chronopic as normal user"
+ echo " make sure to add your user to the 'dialout' group"
+ echo ""
}
post_upgrade() {