diff --git a/srcpkgs/xapps/patches/paster.patch b/srcpkgs/xapps/patches/paster.patch deleted file mode 100644 index 9838aa9e49d..00000000000 --- a/srcpkgs/xapps/patches/paster.patch +++ /dev/null @@ -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")) diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template index ac29d3a0d3c..bcfcb640133 100644 --- a/srcpkgs/xapps/template +++ b/srcpkgs/xapps/template @@ -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 " 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"