[arch-commits] Commit in lwm/repos (4 files)

Kyle Keen kkeen at archlinux.org
Sun Feb 14 16:43:51 UTC 2016


    Date: Sunday, February 14, 2016 @ 17:43:51
  Author: kkeen
Revision: 161545

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lwm/repos/community-i686/PKGBUILD
    (from rev 161544, lwm/trunk/PKGBUILD)
  lwm/repos/community-x86_64/PKGBUILD
    (from rev 161544, lwm/trunk/PKGBUILD)
Deleted:
  lwm/repos/community-i686/PKGBUILD
  lwm/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-14 16:43:30 UTC (rev 161544)
+++ community-i686/PKGBUILD	2016-02-14 16:43:51 UTC (rev 161545)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Ben Mazer <blm at groknil.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=lwm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A very light weight window manager"
-arch=('i686' 'x86_64')
-url="http://www.jfc.org.uk/software/lwm.html"
-license=('GPL')
-depends=('xorg-server' 'libxext' 'libsm')
-makedepends=('imake')
-source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	xmkmf
-	sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
-	make
-	strip lwm
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	install -Dm755 lwm "$pkgdir/usr/bin/lwm"
-	install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
-}

Copied: lwm/repos/community-i686/PKGBUILD (from rev 161544, lwm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-14 16:43:51 UTC (rev 161545)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Ben Mazer <blm at groknil.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=lwm
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A very light weight window manager"
+arch=('i686' 'x86_64')
+url="http://www.jfc.org.uk/software/lwm.html"
+license=('GPL')
+depends=('xorg-server' 'libxext' 'libsm')
+makedepends=('imake')
+source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('69fc645ded46b6801092183e01be8518')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	xmkmf
+	sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
+	make
+	strip lwm
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	install -Dm755 lwm "$pkgdir/usr/bin/lwm"
+	install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-14 16:43:30 UTC (rev 161544)
+++ community-x86_64/PKGBUILD	2016-02-14 16:43:51 UTC (rev 161545)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Ben Mazer <blm at groknil.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=lwm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A very light weight window manager"
-arch=('i686' 'x86_64')
-url="http://www.jfc.org.uk/software/lwm.html"
-license=('GPL')
-depends=('xorg-server' 'libxext' 'libsm')
-makedepends=('imake')
-source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	xmkmf
-	sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
-	make
-	strip lwm
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	install -Dm755 lwm "$pkgdir/usr/bin/lwm"
-	install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
-}

Copied: lwm/repos/community-x86_64/PKGBUILD (from rev 161544, lwm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-14 16:43:51 UTC (rev 161545)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Ben Mazer <blm at groknil.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=lwm
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A very light weight window manager"
+arch=('i686' 'x86_64')
+url="http://www.jfc.org.uk/software/lwm.html"
+license=('GPL')
+depends=('xorg-server' 'libxext' 'libsm')
+makedepends=('imake')
+source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('69fc645ded46b6801092183e01be8518')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	xmkmf
+	sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
+	make
+	strip lwm
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	install -Dm755 lwm "$pkgdir/usr/bin/lwm"
+	install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
+}



More information about the arch-commits mailing list