xapps: update to 1.2.2.

This commit is contained in:
maxice8 2018-07-17 14:25:00 -03:00
parent b0f8e15aeb
commit b44549d6ab
2 changed files with 4 additions and 15 deletions

View file

@ -1,11 +0,0 @@
--- files/usr/bin/pastebin.orig 2016-11-10 01:27:40.693838803 -0600
+++ files/usr/bin/pastebin 2016-11-10 01:28:05.234837754 -0600
@@ -22,7 +22,7 @@
content = str_args
if content != "":
- for paster in ['/usr/bin/gist-paste', '/usr/bin/fpaste']:
+ for paster in ['/usr/bin/gist']:
if os.path.exists(paster):
p = subprocess.Popen([paster], stdin=subprocess.PIPE)
p.communicate(content.encode("UTF-8"))

View file

@ -1,7 +1,7 @@
# Template file for 'xapps'
pkgname=xapps
version=1.2.1
revision=2
version=1.2.2
revision=1
build_style=meson
hostmakedepends="glib-devel gnome-common pkg-config vala"
makedepends="gettext-devel gobject-introspection libgnomekbd-devel
@ -10,10 +10,10 @@ depends="gist inxi xfconf"
short_desc="Cross-desktop libraries and common resources from Linux Mint"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="GPL-3.0-or-later, LGPL-3.0-or-later"
#changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
homepage="https://github.com/linuxmint/xapps"
changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
checksum=daf41acb021b4dfb1b313710eea812e315a9f49e6a2cc037691ec51799f4cf26
checksum=9ce6a5b19637df18d4521dfdc8ed6bc9fdadcb87bda2c324f3471407a7b551d6
xapps-devel_package() {
short_desc+=" - development files"