gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9519: libmks first try


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9519: libmks first try
Date: Thu, 14 Sep 2023 17:09:00 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9519
revision-id: carlhansen@gnu.org-20230914210855-sj1bca3b8p41lhw0
parent: carlhansen@gnu.org-20230914171958-59osklvuv023zpe0
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2023-09-14 14:08:55 -0700
message:
  libmks first try
added:
  pkg/gnome/libmks/              libmks-20230914210821-sxo1jido3im4jj6v-1
  pkg/gnome/libmks/Makefile      makefile-20230914210821-sxo1jido3im4jj6v-3
  pkg/gnome/libmks/config.mk     config.mk-20230914210821-sxo1jido3im4jj6v-2
  pkg/gnome/libmks/sha256sums    sha256sums-20230914210821-sxo1jido3im4jj6v-4
=== added directory 'pkg/gnome/libmks'
=== added file 'pkg/gnome/libmks/Makefile'
--- a/pkg/gnome/libmks/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmks/Makefile 2023-09-14 21:08:55 +0000
@@ -0,0 +1,49 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# 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 bug-gsrc@gnu.org
+
+NAME =    libmks
+GARNAME = libmks
+GARVERSION = 0.1.5
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = libmks mouse keybourd screen for QEMU or something
+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 =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/libmks/config.mk'
--- a/pkg/gnome/libmks/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmks/config.mk        2023-09-14 21:08:55 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= LDFLAGS = -lssp

=== added file 'pkg/gnome/libmks/sha256sums'
--- a/pkg/gnome/libmks/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libmks/sha256sums       2023-09-14 21:08:55 +0000
@@ -0,0 +1,2 @@
+1093b9053dd8d98c3d8e03d03ae56bb6f11df67bb2cab5432eae594e41fba0ff  
download/libmks-0.1.5.tar.xz
+1998a1d9f1117dd5eddf8caf6d77e2f449fd7be875bada3d8d8de62e3958a706  
download/libmks-0.1.5.sha256sum


reply via email to

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