[arch-commits] Commit in lsw (7 files)
Felix Yan
fyan at archlinux.org
Sat Nov 21 04:07:28 UTC 2015
Date: Saturday, November 21, 2015 @ 05:07:27
Author: fyan
Revision: 147282
archrelease: copy trunk to community-i686, community-x86_64
Added:
lsw/repos/
lsw/repos/community-i686/
lsw/repos/community-i686/PKGBUILD
(from rev 147281, lsw/trunk/PKGBUILD)
lsw/repos/community-i686/makefile.patch
(from rev 147281, lsw/trunk/makefile.patch)
lsw/repos/community-x86_64/
lsw/repos/community-x86_64/PKGBUILD
(from rev 147281, lsw/trunk/PKGBUILD)
lsw/repos/community-x86_64/makefile.patch
(from rev 147281, lsw/trunk/makefile.patch)
---------------------------------+
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-i686/makefile.patch | 2 ++
community-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/makefile.patch | 2 ++
4 files changed, 70 insertions(+)
Copied: lsw/repos/community-i686/PKGBUILD (from rev 147281, lsw/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2015-11-21 04:07:27 UTC (rev 147282)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Evan Gates <evan.gates at gmail.com>
+# Dag Odenhall <dag.odenhall at gmail.com>
+# Raphael Nestler
+pkgname=lsw
+pkgver=0.3
+pkgrel=2
+pkgdesc="List window names"
+license=(MIT)
+arch=(i686 x86_64)
+url="http://tools.suckless.org/lsw"
+depends=(libx11)
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz"
+ "makefile.patch")
+
+md5sums=('3ae42c41a7ceda8ddf6e0fbab0866f79'
+ 'ae850a6a044a11f01a73f56c2f1c5520')
+
+build() {
+ cd -- "$srcdir/$pkgname-$pkgver"
+ sed -i "s/CFLAGS = /CFLAGS = ${CFLAGS} /" config.mk
+
+ patch "$srcdir/$pkgname-$pkgver/Makefile" "$srcdir/makefile.patch"
+ make X11INC=/usr/lib/X11 X11LIB=/usr/lib/X11
+}
+
+package(){
+ cd -- "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir" install
+
+ install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
Copied: lsw/repos/community-i686/makefile.patch (from rev 147281, lsw/trunk/makefile.patch)
===================================================================
--- repos/community-i686/makefile.patch (rev 0)
+++ repos/community-i686/makefile.patch 2015-11-21 04:07:27 UTC (rev 147282)
@@ -0,0 +1,2 @@
+42a43
+> @mkdir -p ${DESTDIR}${MANPREFIX}/man1/
Copied: lsw/repos/community-x86_64/PKGBUILD (from rev 147281, lsw/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-11-21 04:07:27 UTC (rev 147282)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Evan Gates <evan.gates at gmail.com>
+# Dag Odenhall <dag.odenhall at gmail.com>
+# Raphael Nestler
+pkgname=lsw
+pkgver=0.3
+pkgrel=2
+pkgdesc="List window names"
+license=(MIT)
+arch=(i686 x86_64)
+url="http://tools.suckless.org/lsw"
+depends=(libx11)
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz"
+ "makefile.patch")
+
+md5sums=('3ae42c41a7ceda8ddf6e0fbab0866f79'
+ 'ae850a6a044a11f01a73f56c2f1c5520')
+
+build() {
+ cd -- "$srcdir/$pkgname-$pkgver"
+ sed -i "s/CFLAGS = /CFLAGS = ${CFLAGS} /" config.mk
+
+ patch "$srcdir/$pkgname-$pkgver/Makefile" "$srcdir/makefile.patch"
+ make X11INC=/usr/lib/X11 X11LIB=/usr/lib/X11
+}
+
+package(){
+ cd -- "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir" install
+
+ install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
Copied: lsw/repos/community-x86_64/makefile.patch (from rev 147281, lsw/trunk/makefile.patch)
===================================================================
--- repos/community-x86_64/makefile.patch (rev 0)
+++ repos/community-x86_64/makefile.patch 2015-11-21 04:07:27 UTC (rev 147282)
@@ -0,0 +1,2 @@
+42a43
+> @mkdir -p ${DESTDIR}${MANPREFIX}/man1/
More information about the arch-commits
mailing list