diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 08:52:14 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 08:52:14 +0100 |
commit | f0c3c547a5da9a4ea41f7cfc1345ad205c093a22 (patch) | |
tree | c40ed0fad717d1aaf8c8df62fa33a3ea3e345df0 /pcr/gnome-shell-pomodoro | |
parent | f58209519e6fe23632f7844faf19b98b63c3f62c (diff) | |
download | abslibre-f0c3c547a5da9a4ea41f7cfc1345ad205c093a22.tar.gz abslibre-f0c3c547a5da9a4ea41f7cfc1345ad205c093a22.tar.bz2 abslibre-f0c3c547a5da9a4ea41f7cfc1345ad205c093a22.zip |
pcr/gnome-shell-pomodoro: updated to 0.13.4
Diffstat (limited to 'pcr/gnome-shell-pomodoro')
-rw-r--r-- | pcr/gnome-shell-pomodoro/PKGBUILD | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/pcr/gnome-shell-pomodoro/PKGBUILD b/pcr/gnome-shell-pomodoro/PKGBUILD index 77f41ed49..036149f35 100644 --- a/pcr/gnome-shell-pomodoro/PKGBUILD +++ b/pcr/gnome-shell-pomodoro/PKGBUILD @@ -1,32 +1,27 @@ -# Maintainer (Arch): Andrejs Mivreņiks <gim at fastmail dot fm> -# Contributor (Arch): Janne Haapsaari <haaja@iki.fi> -# Maintainer: André Silva <emulatorman@hyperbola.info> +# Maintainer (AUR): Marcin Wieczorek <marcin@marcin.co> +# Contributor (AUR): Andrejs Mivreņiks <gim at fastmail dot fm> +# Contributor (AUR): Janne Haapsaari <haaja@iki.fi> +# Contributor (AUR): maus25 <mirko378@gmail.com> +# Contributor: André Silva <emulatorman@hyperbola.info> + +# parabola changes and rationale: +# - added .install file to update desktop database + pkgname=gnome-shell-pomodoro -pkgver=0.11.1 -pkgrel=1.parabola1 +pkgver=0.13.4 +pkgrel=1 pkgdesc='A time management utility for GNOME based on the pomodoro technique, without nonfree Skype support' -arch=('i686' 'x86_64') -url='https://github.com/codito/gnome-shell-pomodoro/' +arch=('i686' 'x86_64' 'armv7h') +url='https://github.com/codito/gnome-pomodoro' license=('GPL3') -depends=('gnome-desktop' 'libcanberra' 'upower' 'gstreamer' 'gobject-introspection' 'perl-xml-sax-expat' 'telepathy-glib') -makedepends=('intltool' 'vala' 'gnome-common' 'docbook2x') -conflicts=('gnome-shell-pomodoro-git') +depends=('gnome-desktop' 'libcanberra' 'gstreamer' 'gobject-introspection' 'libpeas' 'appstream-glib') +makedepends=('intltool' 'vala' 'gnome-common' 'docbook2x' 'perl-xml-sax-expat') install='gschemas.install' -source=("$pkgname-$pkgver.tar.gz::https://github.com/codito/gnome-pomodoro/archive/$pkgver.tar.gz" - 'libre.patch') -sha256sums=('90217c2df07ef7da2f1e8fba4e657a18954d03bc09fe93ba4405aa6e12df1a7a' - 'acb05ba020439a6ae20a87b9f40b51a2b0aff836180349e7750e647e479148dc') +source=("$pkgname-$pkgver.tar.gz::https://github.com/codito/gnome-pomodoro/archive/$pkgver.tar.gz") +sha256sums=('e1dc54b3beefa51468df9743bf7e55cc656c2a2ead2ab3598f3c58ce25397aad') prepare() { cd "$srcdir/gnome-pomodoro-$pkgver" - # Remove Skype stuff - rm -rv lib/skype{,-plugin}.vala - patch -Np1 -i ../libre.patch - - # Fixes some build issues when 'docbook2x' package is installed - # Big thanks to user maus25 for the fix - sed -i "s/docbook2man \$?/docbook2man --sgml \$?/g" man/Makefile.am - ./autogen.sh --prefix=/usr --datadir=/usr/share } |