Update DeforaOS Keyboard to version 0.3.1
This release brings: - license update to BSD - fix for widget mode
This commit is contained in:
parent
889e46ea55
commit
900ee49803
4 changed files with 12 additions and 30 deletions
|
@ -1,17 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.15 2017/02/12 06:24:52 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2017/04/13 00:59:37 khorben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Keyboard-0.3.0
|
||||
PKGNAME= deforaos-keyboard-0.3.0
|
||||
PKGREVISION= 3
|
||||
DISTNAME= Keyboard-0.3.1
|
||||
PKGNAME= deforaos-keyboard-0.3.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/4436/
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/4453/
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= http://www.defora.org/
|
||||
COMMENT= DeforaOS desktop virtual keyboard
|
||||
|
||||
LICENSE= gnu-gpl-v3
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_TOOLS+= xgettext
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2016/03/12 02:22:08 khorben Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2017/04/13 00:59:37 khorben Exp $
|
||||
bin/keyboard
|
||||
bin/keyboardctl
|
||||
include/Desktop/Keyboard.h
|
||||
lib/Desktop/widget/keyboard.so
|
||||
share/applications/deforaos-keyboard.desktop
|
||||
share/doc/Keyboard/README.md
|
||||
share/locale/es/LC_MESSAGES/Keyboard.mo
|
||||
share/locale/fr/LC_MESSAGES/Keyboard.mo
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2016/03/23 12:12:01 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.6 2017/04/13 00:59:37 khorben Exp $
|
||||
|
||||
SHA1 (Keyboard-0.3.0.tar.gz) = 5f8a3d9d32594046e5a6856e0b696edf67ed6c92
|
||||
RMD160 (Keyboard-0.3.0.tar.gz) = f9578c491a1ee3c1abb8f7c5318491fadca5db1f
|
||||
SHA512 (Keyboard-0.3.0.tar.gz) = d0289193f130324473482ee8e20e253ec3633bb612f8ed9e447b6aaf03910bbad50c14d504c194fc56cc0ff57f4167bda6ee2ed550aa3c277ae4da5c8b8aafbc
|
||||
Size (Keyboard-0.3.0.tar.gz) = 31145 bytes
|
||||
SHA1 (patch-src_widget_Makefile) = 63fe9744d541d280858debd0b7251326fffc41a4
|
||||
SHA1 (Keyboard-0.3.1.tar.gz) = 6097ff38c1ccc0d3726d2c4865750f28efa69195
|
||||
RMD160 (Keyboard-0.3.1.tar.gz) = 0ef621cd01000738b22c353472f2773c0acff923
|
||||
SHA512 (Keyboard-0.3.1.tar.gz) = 9be157f8e90cab6f03c7b7d12e52f6d64c8407ddc8586c289bdaf19e16b3078eb0cc4546f3338e99f28b8414bcd29ff1295f17c6c9b15d19d184ea9d0c052538
|
||||
Size (Keyboard-0.3.1.tar.gz) = 20251 bytes
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
$NetBSD: patch-src_widget_Makefile,v 1.1 2016/03/23 12:12:01 khorben Exp $
|
||||
|
||||
Fix build with custom CFLAGS
|
||||
|
||||
--- src/widget/Makefile.orig 2016-03-12 01:32:44.000000000 +0000
|
||||
+++ src/widget/Makefile
|
||||
@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib
|
||||
CC = cc
|
||||
CPPFLAGSF=
|
||||
CPPFLAGS=
|
||||
-CFLAGSF = -W `pkg-config --cflags libDesktop x11`
|
||||
-CFLAGS = -Wall -g -O2 -fPIC -pedantic
|
||||
+CFLAGSF = -W `pkg-config --cflags libDesktop x11` -fPIC
|
||||
+CFLAGS = -Wall -g -O2 -pedantic
|
||||
LDFLAGSF= `pkg-config --libs libDesktop x11` -lXtst -lintl
|
||||
EXEEXT =
|
||||
AR = ar
|
Loading…
Reference in a new issue