[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4482: update qalbum to 1.2
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4482: update qalbum to 1.2 |
Date: |
Mon, 15 May 2017 03:05:34 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4482
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-05-15 00:05:28 -0700
message:
update qalbum to 1.2
added:
pkg/gnu/qalbum/ qalbum-20170515070517-clvkozhofaqycfxm-1
pkg/gnu/qalbum/Makefile makefile-20170515070517-clvkozhofaqycfxm-4
pkg/gnu/qalbum/config.mk config.mk-20170515070517-clvkozhofaqycfxm-2
pkg/gnu/qalbum/gpg-keyring gpgkeyring-20170515070517-clvkozhofaqycfxm-3
pkg/gnu/qalbum/sha256sums sha256sums-20170515070517-clvkozhofaqycfxm-5
=== added directory 'pkg/gnu/qalbum'
=== added file 'pkg/gnu/qalbum/Makefile'
--- a/pkg/gnu/qalbum/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/qalbum/Makefile 2017-05-15 07:05:28 +0000
@@ -0,0 +1,54 @@
+# Copyright © 2017 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/>.
+#
+#
+#
+# discussion to address@hidden
+
+
+NAME = qalbum
+GARNAME = qalbum
+GARVERSION = 1.2
+HOME_URL = http://www.gnu.org/software/kawa/
+DESCRIPTION = Java code to make webpages of pictures
+define BLURB
+endef
+
+# doesn't build for me, but you have it
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = kawa/
+DISTFILES = $(DISTNAME).tgz
+SIGFILES = $(DISTNAME).tgz.sig
+CONFIGURE_SCRIPTS =
+INSTALL_SCRIPTS = jar
+
+WORKSRC = $(WORKDIR)/qalbum/
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+
+
+
=== added file 'pkg/gnu/qalbum/config.mk'
--- a/pkg/gnu/qalbum/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/qalbum/config.mk 2017-05-15 07:05:28 +0000
@@ -0,0 +1,5 @@
+## Configuration options for qalbum ##
+
+CONFIGURE_OPTS ?=
+#--with-java-source=8 --enable-kawa-frontend
+BUILD_OPTS ?=
=== added file 'pkg/gnu/qalbum/gpg-keyring'
Binary files a/pkg/gnu/qalbum/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/gnu/qalbum/gpg-keyring 2017-05-15 07:05:28 +0000 differ
=== added file 'pkg/gnu/qalbum/sha256sums'
--- a/pkg/gnu/qalbum/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/qalbum/sha256sums 2017-05-15 07:05:28 +0000
@@ -0,0 +1,2 @@
+2f878f64db126aba16cc2788853f5c49eef43685765f89d54cc718367c5c8db3
download/qalbum-1.2.tgz
+a3c5c1ac76d0606047b509754a35435a1d21c035ca7d7fb57bea1d63225cea98
download/qalbum-1.2.tgz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4482: update qalbum to 1.2,
Carl Hansen <=