[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4028: simple-scan
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4028: simple-scan |
Date: |
Sun, 16 Oct 2016 06:14:56 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4028
revision-id: address@hidden
parent: address@hidden
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Sat 2016-10-15 23:14:52 -0700
message:
simple-scan
added:
pkg/other/simple-scan/ simplescan-20161016061119-o83dath88irwqg31-1
pkg/other/simple-scan/Makefile makefile-20161016061119-o83dath88irwqg31-3
pkg/other/simple-scan/config.mk config.mk-20161016061119-o83dath88irwqg31-2
pkg/other/simple-scan/sha256sums sha256sums-20161016061119-o83dath88irwqg31-4
=== added directory 'pkg/other/simple-scan'
=== added file 'pkg/other/simple-scan/Makefile'
--- a/pkg/other/simple-scan/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/simple-scan/Makefile 2016-10-16 06:14:52 +0000
@@ -0,0 +1,51 @@
+# Copyright © 2016 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# 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 = simple-scan
+GARNAME = simple-scan
+GARVERSION = 3.22.0.1
+#RELEASE = b2
+HOME_URL = https://launchpad.net/simple-scan/
+DESCRIPTION = scanner gui interface to SANE scanner library
+define BLURB
+
+endef
+
+######################################################################
+#
https://launchpad.net/simple-scan/3.22/3.22.0.1/+download/simple-scan-3.22.0.1.tar.xz
+DISTNAME = $(GARNAME)-$(GARVERSION)$(RELEASE)
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = https://launchpad.net/
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/$(GARVERSION)$(RELEASE)/+download/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES =
+
+# apt install libsane-dev
+BUILDDEPS = PackageKit colord vala libgusb
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.mk
+include config.mk
=== added file 'pkg/other/simple-scan/config.mk'
--- a/pkg/other/simple-scan/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/simple-scan/config.mk 2016-10-16 06:14:52 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/simple-scan/sha256sums'
--- a/pkg/other/simple-scan/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/simple-scan/sha256sums 2016-10-16 06:14:52 +0000
@@ -0,0 +1,1 @@
+c505b6e63379c9256fbeaa4def3e595fd063d46a8a852ed90218d336291d2b50
download/simple-scan-3.22.0.1.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4028: simple-scan,
Carl Hansen <=