mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xapps: update to 1.2.2.
This commit is contained in:
parent
b0f8e15aeb
commit
b44549d6ab
2 changed files with 4 additions and 15 deletions
|
@ -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"))
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xapps'
|
# Template file for 'xapps'
|
||||||
pkgname=xapps
|
pkgname=xapps
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="glib-devel gnome-common pkg-config vala"
|
hostmakedepends="glib-devel gnome-common pkg-config vala"
|
||||||
makedepends="gettext-devel gobject-introspection libgnomekbd-devel
|
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"
|
short_desc="Cross-desktop libraries and common resources from Linux Mint"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
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"
|
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"
|
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
||||||
checksum=daf41acb021b4dfb1b313710eea812e315a9f49e6a2cc037691ec51799f4cf26
|
checksum=9ce6a5b19637df18d4521dfdc8ed6bc9fdadcb87bda2c324f3471407a7b551d6
|
||||||
|
|
||||||
xapps-devel_package() {
|
xapps-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue