[arch-commits] Commit in (21 files)

Jan de Groot jgc at archlinux.org
Tue Oct 26 10:30:40 UTC 2010


    Date: Tuesday, October 26, 2010 @ 06:30:39
  Author: jgc
Revision: 97071

Add standalone xorg app

Added:
  xorg-oclock/
  xorg-oclock/repos/
  xorg-oclock/trunk/
  xorg-oclock/trunk/PKGBUILD
  xorg-xbiff/
  xorg-xbiff/repos/
  xorg-xbiff/trunk/
  xorg-xbiff/trunk/PKGBUILD
  xorg-xclipboard/
  xorg-xclipboard/repos/
  xorg-xclipboard/trunk/
  xorg-xclipboard/trunk/PKGBUILD
  xorg-xclipboard/trunk/copyright.patch
  xorg-xclock/
  xorg-xclock/repos/
  xorg-xclock/trunk/
  xorg-xclock/trunk/PKGBUILD
  xorg-xconsole/
  xorg-xconsole/repos/
  xorg-xconsole/trunk/
  xorg-xconsole/trunk/PKGBUILD

---------------------------------------+
 xorg-oclock/trunk/PKGBUILD            |   23 +++++++++++++++++
 xorg-xbiff/trunk/PKGBUILD             |   23 +++++++++++++++++
 xorg-xclipboard/trunk/PKGBUILD        |   26 +++++++++++++++++++
 xorg-xclipboard/trunk/copyright.patch |   43 ++++++++++++++++++++++++++++++++
 xorg-xclock/trunk/PKGBUILD            |   23 +++++++++++++++++
 xorg-xconsole/trunk/PKGBUILD          |   23 +++++++++++++++++
 6 files changed, 161 insertions(+)

Added: xorg-oclock/trunk/PKGBUILD
===================================================================
--- xorg-oclock/trunk/PKGBUILD	                        (rev 0)
+++ xorg-oclock/trunk/PKGBUILD	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-oclock
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Round X clock"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'libxext')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.bz2)
+sha1sums=('ba606d39fba6021c4db76d79751779f7b5c862e9')
+
+build() {
+  cd "${srcdir}/oclock-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Added: xorg-xbiff/trunk/PKGBUILD
===================================================================
--- xorg-xbiff/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xbiff/trunk/PKGBUILD	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xbiff
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Watch mailboxes for new message delivery"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxext')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
+sha1sums=('9980a9f92b060168cfb46006f7c98c7f34459011')
+
+build() {
+  cd "${srcdir}/xbiff-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Added: xorg-xclipboard/trunk/PKGBUILD
===================================================================
--- xorg-xclipboard/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xclipboard/trunk/PKGBUILD	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xclipboard
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="X clipboard manager"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xclipboard-${pkgver}.tar.bz2
+        copyright.patch)
+sha1sums=('d1ec94f032174f5d011e33817cb7f48e3cd957be'
+          '2edaeac61d65442fb3b8273c1218048dadd6c1c5')
+
+build() {
+  cd "${srcdir}/xclipboard-${pkgver}"
+  patch -Np1 -i "${srcdir}/copyright.patch"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Added: xorg-xclipboard/trunk/copyright.patch
===================================================================
--- xorg-xclipboard/trunk/copyright.patch	                        (rev 0)
+++ xorg-xclipboard/trunk/copyright.patch	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,43 @@
+From 2fa9cd45301c6f56a89845776fb88b5d9922d811 Mon Sep 17 00:00:00 2001
+From: Alan Coopersmith <alan.coopersmith at oracle.com>
+Date: Fri, 06 Aug 2010 15:37:48 +0000
+Subject: Fill in COPYING file with copyright notices from source code
+
+Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
+---
+diff --git a/COPYING b/COPYING
+index 7f33cbf..75c3ec5 100644
+--- a/COPYING
++++ b/COPYING
+@@ -1,12 +1,21 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++Copyright 1989, 1994, 1998  The Open Group
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++Permission to use, copy, modify, distribute, and sell this software and its
++documentation for any purpose is hereby granted without fee, provided that
++the above copyright notice appear in all copies and that both that
++copyright notice and this permission notice appear in supporting
++documentation.
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++The above copyright notice and this permission notice shall be included in
++all copies or substantial portions of the Software.
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
++OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
++AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
++CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+-http://lists.freedesktop.org/mailman/listinfo/xorg
++Except as contained in this notice, the name of The Open Group shall not be
++used in advertising or otherwise to promote the sale, use or other dealings
++in this Software without prior written authorization from The Open Group.
+--
+cgit v0.8.3-6-g21f6

Added: xorg-xclock/trunk/PKGBUILD
===================================================================
--- xorg-xclock/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xclock/trunk/PKGBUILD	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xclock
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="X clock"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
+sha1sums=('1651ac8961c0aa287a6a7412ee5e6d3bfc3bb3e2')
+
+build() {
+  cd "${srcdir}/xclock-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Added: xorg-xconsole/trunk/PKGBUILD
===================================================================
--- xorg-xconsole/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xconsole/trunk/PKGBUILD	2010-10-26 10:30:39 UTC (rev 97071)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xconsole
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Monitor system console messages with X"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
+sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
+
+build() {
+  cd "${srcdir}/xconsole-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list