[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4033: shotwell photo manager
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4033: shotwell photo manager |
Date: |
Sun, 16 Oct 2016 23:29:42 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4033
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-10-16 16:29:37 -0700
message:
shotwell photo manager
added:
pkg/gnome/shotwell/ shotwell-20161016232905-ngr7k4ut5ofcgfy6-1
pkg/gnome/shotwell/Makefile makefile-20161016232905-ngr7k4ut5ofcgfy6-3
pkg/gnome/shotwell/config.mk config.mk-20161016232905-ngr7k4ut5ofcgfy6-4
pkg/gnome/shotwell/sha256sums sha256sums-20161016232905-ngr7k4ut5ofcgfy6-2
=== added directory 'pkg/gnome/shotwell'
=== added file 'pkg/gnome/shotwell/Makefile'
--- a/pkg/gnome/shotwell/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/shotwell/Makefile 2016-10-16 23:29:37 +0000
@@ -0,0 +1,50 @@
+
+# Copyright © 2016 Carl Hansen address@hidden
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = shotwell
+GARNAME = shotwell
+GARVERSION = 0.24.1
+HOME_URL = https://wiki.gnome.org/Apps/Shotwell
+DESCRIPTION = shotwell photo manager
+define BLURB
+
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
+SIGFILES =
+
+# apt install libgexiv2-2 libgexiv2-dev libraw-bin libraw-dev
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/gnome/shotwell/config.mk'
--- a/pkg/gnome/shotwell/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/shotwell/config.mk 2016-10-16 23:29:37 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/shotwell/sha256sums'
--- a/pkg/gnome/shotwell/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/shotwell/sha256sums 2016-10-16 23:29:37 +0000
@@ -0,0 +1,2 @@
+60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6
download/shotwell-0.24.1.tar.xz
+60fc6fa6345f5a8e4fa72d284284eb2d173ab2e177d4b0db66c298e8ac0b75b2
download/shotwell-0.24.1.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4033: shotwell photo manager,
Carl Hansen <=