pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xgrk This packages switches from/to a Greek keyboa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d4c41e0fdef
branches:  trunk
changeset: 510792:5d4c41e0fdef
user:      is <is%pkgsrc.org@localhost>
date:      Tue Apr 04 09:33:36 2006 +0000

description:
This packages switches from/to a Greek keyboard mapping.

diffstat:

 x11/xgrk/Makefile         |  22 ++++++++++++++++++++++
 x11/xgrk/PLIST            |   4 ++++
 x11/xgrk/distinfo         |   6 ++++++
 x11/xgrk/patches/patch-aa |  16 ++++++++++++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 204c68acb120 -r 5d4c41e0fdef x11/xgrk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xgrk/Makefile Tue Apr 04 09:33:36 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+#
+
+DISTNAME=              xgrk-1.6.3
+CATEGORIES=            x11
+MASTER_SITES=          http://www.softlab.ece.ntua.gr/~sivann/xgrk/
+EXTRACT_SUFX=          .tar.gz
+
+MAINTAINER=            is%netbsd.org@localhost
+HOMEPAGE=              http://www.softlab.ece.ntua.gr/~sivann/xgrk/
+COMMENT=               Greek keyboard switcher for X11
+
+USE_TOOLS=     gmake
+
+do-install:
+       ${INSTALL_PROGRAM}      ${WRKSRC}/xgrk  ${PREFIX}/bin
+       ${INSTALL_PROGRAM}      ${WRKSRC}/xgrk2 ${PREFIX}/bin
+       ${INSTALL_DATA_DIR}     ${PREFIX}/share/doc/xgrk
+       ${INSTALL_DATA}         ${WRKSRC}/README ${PREFIX}/share/doc/xgrk
+
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 204c68acb120 -r 5d4c41e0fdef x11/xgrk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xgrk/PLIST    Tue Apr 04 09:33:36 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+bin/xgrk
+bin/xgrk2
+share/doc/xgrk/README
diff -r 204c68acb120 -r 5d4c41e0fdef x11/xgrk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xgrk/distinfo Tue Apr 04 09:33:36 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+
+SHA1 (xgrk-1.6.3.tar.gz) = 0cfe79190225d1cf3e5489c7674b4294d793d14b
+RMD160 (xgrk-1.6.3.tar.gz) = 70c6f41f29f04ccac5662544cfb45e10dbc5eb7c
+Size (xgrk-1.6.3.tar.gz) = 25039 bytes
+SHA1 (patch-aa) = 3907d6e476576390cae8d3bfd1b49a0b5b853419
diff -r 204c68acb120 -r 5d4c41e0fdef x11/xgrk/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xgrk/patches/patch-aa Tue Apr 04 09:33:36 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/04 09:33:36 is Exp $
+
+--- Makefile.orig      2004-02-02 13:01:14.000000000 +0100
++++ Makefile
+@@ -24,6 +24,11 @@ LIBS=-L/usr/X11R6/lib
+ INCL=-I/usr/X11R6/include
+ endif
+ 
++ifeq ($(ARCH),NetBSD)
++LIBS=-L/usr/X11R6/lib -R/usr/X11R6/lib
++INCL=-I/usr/X11R6/include
++endif
++
+ 
+ 
+ all: xgrk xgrk2



Home | Main Index | Thread Index | Old Index