mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
pantheon-screenshot: update to 8.0.1
This commit is contained in:
parent
873795a761
commit
e63d73a3c6
2 changed files with 4 additions and 33 deletions
|
@ -1,29 +0,0 @@
|
||||||
From 80a5d942e813dd098e1ef0f6629b81d2ccef05ae Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bobby Rong <rjl931189261@126.com>
|
|
||||||
Date: Thu, 13 Jan 2022 13:51:48 +0800
|
|
||||||
Subject: [PATCH] Fix data/meson.build (#241)
|
|
||||||
|
|
||||||
---
|
|
||||||
data/meson.build | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/meson.build b/data/meson.build
|
|
||||||
index cb2adc80..76dad525 100644
|
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -20,7 +20,6 @@ install_data(
|
|
||||||
)
|
|
||||||
|
|
||||||
i18n.merge_file (
|
|
||||||
- 'desktop',
|
|
||||||
input: 'screenshot.desktop.in',
|
|
||||||
output: meson.project_name() + '.desktop',
|
|
||||||
install: true,
|
|
||||||
@@ -30,7 +29,6 @@ i18n.merge_file (
|
|
||||||
)
|
|
||||||
|
|
||||||
i18n.merge_file (
|
|
||||||
- 'appdata',
|
|
||||||
input: 'screenshot.appdata.xml.in',
|
|
||||||
output: meson.project_name() + '.appdata.xml',
|
|
||||||
install: true,
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'pantheon-screenshot'
|
# Template file for 'pantheon-screenshot'
|
||||||
pkgname=pantheon-screenshot
|
pkgname=pantheon-screenshot
|
||||||
version=6.0.2
|
version=8.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="desktop-file-utils glib-devel gettext pkg-config vala"
|
hostmakedepends="desktop-file-utils glib-devel gettext pkg-config vala cmake"
|
||||||
makedepends="granite-devel libcanberra-devel libhandy1-devel"
|
makedepends="granite7-devel libcanberra-devel libhandy1-devel gtk4-devel libportal-devel"
|
||||||
depends="desktop-file-utils gdk-pixbuf hicolor-icon-theme"
|
depends="desktop-file-utils gdk-pixbuf hicolor-icon-theme"
|
||||||
short_desc="Screenshot tool"
|
short_desc="Screenshot tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://github.com/elementary/screenshot-tool"
|
homepage="https://github.com/elementary/screenshot-tool"
|
||||||
distfiles="https://github.com/elementary/screenshot-tool/archive/${version}.tar.gz"
|
distfiles="https://github.com/elementary/screenshot-tool/archive/${version}.tar.gz"
|
||||||
checksum=af1d67b196a22af529190f593183ff2eebad51a1329be7279cddb7dc0ce406f4
|
checksum=584488b2f842dc047236722f1695c6c9feb51155e0b0b83822c079688d20d153
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -s io.elementary.screenshot-tool "$DESTDIR"/usr/bin/"$pkgname"
|
ln -s io.elementary.screenshot-tool "$DESTDIR"/usr/bin/"$pkgname"
|
||||||
|
|
Loading…
Add table
Reference in a new issue