Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Mon, 31 Oct 2022 02:56:17
Message-Id: 1667184932.60603f775c58f4f6d5a5067b9c48a298f93f0641.mattst88@gentoo
1 commit: 60603f775c58f4f6d5a5067b9c48a298f93f0641
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:19 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 02:55:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60603f77
7
8 media-gfx/shotwell: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-gfx/shotwell/metadata.xml | 29 ++++++++++++++++-------------
13 1 file changed, 16 insertions(+), 13 deletions(-)
14
15 diff --git a/media-gfx/shotwell/metadata.xml b/media-gfx/shotwell/metadata.xml
16 index f92dabd9e049..e52512a304b4 100644
17 --- a/media-gfx/shotwell/metadata.xml
18 +++ b/media-gfx/shotwell/metadata.xml
19 @@ -1,17 +1,20 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Project</name>
26 - </maintainer>
27 - <use>
28 - <flag name="opencv">Enable face detection via <pkg>media-libs/opencv</pkg></flag>
29 - </use>
30 - <longdescription lang="en">
31 - Shotwell is a digital photo manager designed for the GNOME desktop
32 - environment. It allows you to import photos from disk or camera,
33 - organize them by keywords and events, view them in full-window or fullscreen
34 - mode, and share them with others via social networking and more.
35 - </longdescription>
36 + <maintainer type="project">
37 + <email>gnome@g.o</email>
38 + <name>Gentoo GNOME Project</name>
39 + </maintainer>
40 + <use>
41 + <flag name="opencv">Enable face detection via <pkg>media-libs/opencv</pkg></flag>
42 + </use>
43 + <longdescription lang="en">
44 + Shotwell is a digital photo manager designed for the GNOME desktop
45 + environment. It allows you to import photos from disk or camera,
46 + organize them by keywords and events, view them in full-window or fullscreen
47 + mode, and share them with others via social networking and more.
48 + </longdescription>
49 + <upstream>
50 + <remote-id type="gnome-gitlab">GNOME/shotwell</remote-id>
51 + </upstream>
52 </pkgmetadata>