added gnome-screenshot to citadel
This commit is contained in:
parent
e2877ad052
commit
39cf2d17a1
@ -9,6 +9,7 @@ RDEPENDS_${PN} = "\
|
||||
gnome-desktop \
|
||||
gnome-bluetooth \
|
||||
gnome-control-center \
|
||||
gnome-screenshot \
|
||||
gnome-settings-daemon \
|
||||
gnome-tweaks \
|
||||
gnome-terminal \
|
||||
|
@ -0,0 +1,27 @@
|
||||
From e221a3df1cc2ad20f90dfb0b959e88ef1d371afa Mon Sep 17 00:00:00 2001
|
||||
From: Bruce Leidl <bruce@subgraph.com>
|
||||
Date: Sat, 19 Jan 2019 17:25:08 -0500
|
||||
Subject: [PATCH] Don't process or install appstream file
|
||||
|
||||
---
|
||||
src/meson.build | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 1fc6b1b..7812f5c 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -38,13 +38,6 @@ i18n.merge_file('desktop',
|
||||
install: true,
|
||||
install_dir: gnome_screenshot_appsdir)
|
||||
|
||||
-i18n.merge_file('desktop',
|
||||
- input: 'org.gnome.Screenshot.metainfo.xml.in',
|
||||
- output: 'org.gnome.Screenshot.metainfo.xml',
|
||||
- po_dir: join_paths(meson.current_source_dir(), '../po'),
|
||||
- install: true,
|
||||
- install_dir: gnome_screenshot_appdatadir)
|
||||
-
|
||||
service_conf = configuration_data ()
|
||||
service_conf.set('bindir', gnome_screenshot_bindir)
|
||||
configure_file(input: 'org.gnome.Screenshot.service.in',
|
@ -0,0 +1,16 @@
|
||||
SUMMARY = "GNOME Screenshot"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit gnomebase gettext gobject-introspection
|
||||
|
||||
DEPENDS += "libx11 libxext glib-2.0 gtk+3 libcanberra glib-2.0-native libxml2-native"
|
||||
|
||||
SRC_URI += "file://0001-Don-t-process-or-install-appstream-file.patch"
|
||||
|
||||
SRC_URI[archive.md5sum] = "39a4ba8ef7b6c657a951f0822d218a34"
|
||||
SRC_URI[archive.sha256sum] = "88031ec38ea823d97ddd6884c9b831acc2b33e2d3fd71112c94a1bdcb71ebd19"
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1/services"
|
||||
|
Loading…
Reference in New Issue
Block a user