gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4869: update libmanette to 0.1.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4869: update libmanette to 0.1.1
Date: Mon, 30 Oct 2017 03:52:18 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4869
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-10-30 00:52:14 -0700
message:
  update libmanette to 0.1.1
added:
  pkg/gnome/libmanette/          libmanette-20171030075200-8mep3v2vnl3t78yf-1
  pkg/gnome/libmanette/Makefile  makefile-20171030075200-8mep3v2vnl3t78yf-3
  pkg/gnome/libmanette/config.mk config.mk-20171030075200-8mep3v2vnl3t78yf-2
  pkg/gnome/libmanette/sha256sums sha256sums-20171030075200-8mep3v2vnl3t78yf-4
=== added directory 'pkg/gnome/libmanette'
=== added file 'pkg/gnome/libmanette/Makefile'
--- a/pkg/gnome/libmanette/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmanette/Makefile     2017-10-30 07:52:14 +0000
@@ -0,0 +1,52 @@
+
+# Copyright © 2016, 2017 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 =    libmanette
+GARNAME = libmanette
+GARVERSION = 0.1.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = libmanette, GObject lib for game controllers 
+define BLURB
+libmanette is a small GObject library giving you simple access to game
+controllers.  This library is intended for software needing a painless
+access to game controllers from any programming language and with little
+dependencies.
+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 =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/libmanette/config.mk'
--- a/pkg/gnome/libmanette/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmanette/config.mk    2017-10-30 07:52:14 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/libmanette/sha256sums'
--- a/pkg/gnome/libmanette/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmanette/sha256sums   2017-10-30 07:52:14 +0000
@@ -0,0 +1,2 @@
+790a4af3976dad2ef0386c779d4d9353d76a7f4b1c5a14d3477de1c958615166  
download/libmanette-0.1.1.tar.xz
+b75e1533458f12f2a3a695a0bd8ae9ce5835d56827807af5d696447bc6057728  
download/libmanette-0.1.1.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]