[arch-commits] Commit in dwm/repos (16 files)

2016-03-10 Thread Sergej Pupykin
Date: Thursday, March 10, 2016 @ 19:31:18
  Author: spupykin
Revision: 165985

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

Added:
  dwm/repos/community-i686/PKGBUILD
(from rev 165984, dwm/trunk/PKGBUILD)
  dwm/repos/community-i686/config.h
(from rev 165984, dwm/trunk/config.h)
  dwm/repos/community-i686/dwm.desktop
(from rev 165984, dwm/trunk/dwm.desktop)
  dwm/repos/community-i686/dwm.install
(from rev 165984, dwm/trunk/dwm.install)
  dwm/repos/community-x86_64/PKGBUILD
(from rev 165984, dwm/trunk/PKGBUILD)
  dwm/repos/community-x86_64/config.h
(from rev 165984, dwm/trunk/config.h)
  dwm/repos/community-x86_64/dwm.desktop
(from rev 165984, dwm/trunk/dwm.desktop)
  dwm/repos/community-x86_64/dwm.install
(from rev 165984, dwm/trunk/dwm.install)
Deleted:
  dwm/repos/community-i686/PKGBUILD
  dwm/repos/community-i686/config.h
  dwm/repos/community-i686/dwm.desktop
  dwm/repos/community-i686/dwm.install
  dwm/repos/community-x86_64/PKGBUILD
  dwm/repos/community-x86_64/config.h
  dwm/repos/community-x86_64/dwm.desktop
  dwm/repos/community-x86_64/dwm.install

--+
 /PKGBUILD|   78 ++
 /config.h|  226 +
 /dwm.desktop |   14 ++
 /dwm.install |8 +
 community-i686/PKGBUILD  |   39 ---
 community-i686/config.h  |  113 
 community-i686/dwm.desktop   |7 -
 community-i686/dwm.install   |4 
 community-x86_64/PKGBUILD|   39 ---
 community-x86_64/config.h|  113 
 community-x86_64/dwm.desktop |7 -
 community-x86_64/dwm.install |4 
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-10 18:30:59 UTC (rev 165984)
+++ community-i686/PKGBUILD 2016-03-10 18:31:18 UTC (rev 165985)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dag Odenhall 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=dwm
-pkgver=6.1
-pkgrel=2
-pkgdesc="A dynamic window manager for X"
-url="http://dwm.suckless.org";
-arch=('i686' 'x86_64')
-license=('MIT')
-options=(zipman)
-depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st')
-install=dwm.install
-source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
-   config.h
-   dwm.desktop)
-md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
- '80c4ef2a3eca0fe2d14e2203e3833200'
- '939f403a71b6e85261d09fc3412269ee')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  cp $srcdir/config.h config.h
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
-  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
-}

Copied: dwm/repos/community-i686/PKGBUILD (from rev 165984, dwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 18:31:18 UTC (rev 165985)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dag Odenhall 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=dwm
+pkgver=6.1
+pkgrel=3
+pkgdesc="A dynamic window manager for X"
+url="http://dwm.suckless.org";
+arch=('i686' 'x86_64')
+license=('MIT')
+options=(zipman)
+depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu')
+install=dwm.install
+source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
+   config.h
+   dwm.desktop)
+md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
+ '80c4ef2a3eca0fe2d14e2203e3833200'
+ '939f403a71b6e85261d09fc3412269ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  cp $srcdir/config.h config.h
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
+  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2016-03-10 18:30:59 UTC (rev 165984)
+++ community-i686/config.h 2016-03-10 18:31:18 UTC (rev 165985)
@@ -1,113 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-
-/* appearance */
-static const char *fonts[] = {
-   "monospace:size=10"
-};
-static const char dmenufont[]

[arch-commits] Commit in dwm/repos (16 files)

2015-12-22 Thread Sergej Pupykin
Date: Tuesday, December 22, 2015 @ 10:55:49
  Author: spupykin
Revision: 154170

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

Added:
  dwm/repos/community-i686/PKGBUILD
(from rev 154169, dwm/trunk/PKGBUILD)
  dwm/repos/community-i686/config.h
(from rev 154169, dwm/trunk/config.h)
  dwm/repos/community-i686/dwm.desktop
(from rev 154169, dwm/trunk/dwm.desktop)
  dwm/repos/community-i686/dwm.install
(from rev 154169, dwm/trunk/dwm.install)
  dwm/repos/community-x86_64/PKGBUILD
(from rev 154169, dwm/trunk/PKGBUILD)
  dwm/repos/community-x86_64/config.h
(from rev 154169, dwm/trunk/config.h)
  dwm/repos/community-x86_64/dwm.desktop
(from rev 154169, dwm/trunk/dwm.desktop)
  dwm/repos/community-x86_64/dwm.install
(from rev 154169, dwm/trunk/dwm.install)
Deleted:
  dwm/repos/community-i686/PKGBUILD
  dwm/repos/community-i686/config.h
  dwm/repos/community-i686/dwm.desktop
  dwm/repos/community-i686/dwm.install
  dwm/repos/community-x86_64/PKGBUILD
  dwm/repos/community-x86_64/config.h
  dwm/repos/community-x86_64/dwm.desktop
  dwm/repos/community-x86_64/dwm.install

--+
 /PKGBUILD|   78 ++
 /config.h|  226 +
 /dwm.desktop |   14 ++
 /dwm.install |8 +
 community-i686/PKGBUILD  |   39 ---
 community-i686/config.h  |  113 
 community-i686/dwm.desktop   |7 -
 community-i686/dwm.install   |4 
 community-x86_64/PKGBUILD|   39 ---
 community-x86_64/config.h|  113 
 community-x86_64/dwm.desktop |7 -
 community-x86_64/dwm.install |4 
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-22 09:54:36 UTC (rev 154169)
+++ community-i686/PKGBUILD 2015-12-22 09:55:49 UTC (rev 154170)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dag Odenhall 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=dwm
-pkgver=6.1
-pkgrel=2
-pkgdesc="A dynamic window manager for X"
-url="http://dwm.suckless.org";
-arch=('i686' 'x86_64')
-license=('MIT')
-options=(zipman)
-depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st')
-install=dwm.install
-source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
-   config.h
-   dwm.desktop)
-md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
- '80c4ef2a3eca0fe2d14e2203e3833200'
- '939f403a71b6e85261d09fc3412269ee')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  cp $srcdir/config.h config.h
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
-  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
-}

Copied: dwm/repos/community-i686/PKGBUILD (from rev 154169, dwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-22 09:55:49 UTC (rev 154170)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dag Odenhall 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=dwm
+pkgver=6.1
+pkgrel=2
+pkgdesc="A dynamic window manager for X"
+url="http://dwm.suckless.org";
+arch=('i686' 'x86_64')
+license=('MIT')
+options=(zipman)
+depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st')
+install=dwm.install
+source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
+   config.h
+   dwm.desktop)
+md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
+ '80c4ef2a3eca0fe2d14e2203e3833200'
+ '939f403a71b6e85261d09fc3412269ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  cp $srcdir/config.h config.h
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
+  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2015-12-22 09:54:36 UTC (rev 154169)
+++ community-i686/config.h 2015-12-22 09:55:49 UTC (rev 154170)
@@ -1,113 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-
-/* appearance */
-static const char *fonts[] = {
-   "monospace:size=10"
-};
-static const char dmenufont[]  

[arch-commits] Commit in dwm/repos (16 files)

2015-12-22 Thread Sergej Pupykin
Date: Tuesday, December 22, 2015 @ 10:53:30
  Author: spupykin
Revision: 154161

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

Added:
  dwm/repos/community-i686/PKGBUILD
(from rev 154160, dwm/trunk/PKGBUILD)
  dwm/repos/community-i686/config.h
(from rev 154160, dwm/trunk/config.h)
  dwm/repos/community-i686/dwm.desktop
(from rev 154160, dwm/trunk/dwm.desktop)
  dwm/repos/community-i686/dwm.install
(from rev 154160, dwm/trunk/dwm.install)
  dwm/repos/community-x86_64/PKGBUILD
(from rev 154160, dwm/trunk/PKGBUILD)
  dwm/repos/community-x86_64/config.h
(from rev 154160, dwm/trunk/config.h)
  dwm/repos/community-x86_64/dwm.desktop
(from rev 154160, dwm/trunk/dwm.desktop)
  dwm/repos/community-x86_64/dwm.install
(from rev 154160, dwm/trunk/dwm.install)
Deleted:
  dwm/repos/community-i686/PKGBUILD
  dwm/repos/community-i686/config.h
  dwm/repos/community-i686/dwm.desktop
  dwm/repos/community-i686/dwm.install
  dwm/repos/community-x86_64/PKGBUILD
  dwm/repos/community-x86_64/config.h
  dwm/repos/community-x86_64/dwm.desktop
  dwm/repos/community-x86_64/dwm.install

--+
 /PKGBUILD|   78 ++
 /config.h|  226 +
 /dwm.desktop |   14 ++
 /dwm.install |8 +
 community-i686/PKGBUILD  |   39 ---
 community-i686/config.h  |  113 
 community-i686/dwm.desktop   |7 -
 community-i686/dwm.install   |4 
 community-x86_64/PKGBUILD|   39 ---
 community-x86_64/config.h|  113 
 community-x86_64/dwm.desktop |7 -
 community-x86_64/dwm.install |4 
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-22 09:53:10 UTC (rev 154160)
+++ community-i686/PKGBUILD 2015-12-22 09:53:30 UTC (rev 154161)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dag Odenhall 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=dwm
-pkgver=6.1
-pkgrel=1
-pkgdesc="A dynamic window manager for X"
-url="http://dwm.suckless.org";
-arch=('i686' 'x86_64')
-license=('MIT')
-options=(zipman)
-depends=('libx11' 'libxinerama' 'libxft' 'freetype2')
-install=dwm.install
-source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
-   config.h
-   dwm.desktop)
-md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
- '80c4ef2a3eca0fe2d14e2203e3833200'
- '939f403a71b6e85261d09fc3412269ee')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  cp $srcdir/config.h config.h
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
-  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
-}

Copied: dwm/repos/community-i686/PKGBUILD (from rev 154160, dwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-22 09:53:30 UTC (rev 154161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dag Odenhall 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=dwm
+pkgver=6.1
+pkgrel=2
+pkgdesc="A dynamic window manager for X"
+url="http://dwm.suckless.org";
+arch=('i686' 'x86_64')
+license=('MIT')
+options=(zipman)
+depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st')
+install=dwm.install
+source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
+   config.h
+   dwm.desktop)
+md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
+ '80c4ef2a3eca0fe2d14e2203e3833200'
+ '939f403a71b6e85261d09fc3412269ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  cp $srcdir/config.h config.h
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
+  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2015-12-22 09:53:10 UTC (rev 154160)
+++ community-i686/config.h 2015-12-22 09:53:30 UTC (rev 154161)
@@ -1,113 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-
-/* appearance */
-static const char *fonts[] = {
-   "monospace:size=10"
-};
-static const char dmenufont[]   = "m

[arch-commits] Commit in dwm/repos (16 files)

2015-11-09 Thread Sergej Pupykin
Date: Monday, November 9, 2015 @ 11:39:50
  Author: spupykin
Revision: 146423

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

Added:
  dwm/repos/community-i686/PKGBUILD
(from rev 146422, dwm/trunk/PKGBUILD)
  dwm/repos/community-i686/config.h
(from rev 146422, dwm/trunk/config.h)
  dwm/repos/community-i686/dwm.desktop
(from rev 146422, dwm/trunk/dwm.desktop)
  dwm/repos/community-i686/dwm.install
(from rev 146422, dwm/trunk/dwm.install)
  dwm/repos/community-x86_64/PKGBUILD
(from rev 146422, dwm/trunk/PKGBUILD)
  dwm/repos/community-x86_64/config.h
(from rev 146422, dwm/trunk/config.h)
  dwm/repos/community-x86_64/dwm.desktop
(from rev 146422, dwm/trunk/dwm.desktop)
  dwm/repos/community-x86_64/dwm.install
(from rev 146422, dwm/trunk/dwm.install)
Deleted:
  dwm/repos/community-i686/PKGBUILD
  dwm/repos/community-i686/config.h
  dwm/repos/community-i686/dwm.desktop
  dwm/repos/community-i686/dwm.install
  dwm/repos/community-x86_64/PKGBUILD
  dwm/repos/community-x86_64/config.h
  dwm/repos/community-x86_64/dwm.desktop
  dwm/repos/community-x86_64/dwm.install

--+
 /PKGBUILD|   78 ++
 /config.h|  226 +
 /dwm.desktop |   14 ++
 /dwm.install |8 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/config.h  |  105 ---
 community-i686/dwm.desktop   |7 -
 community-i686/dwm.install   |4 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/config.h|  105 ---
 community-x86_64/dwm.desktop |7 -
 community-x86_64/dwm.install |4 
 12 files changed, 326 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-09 10:39:30 UTC (rev 146422)
+++ community-i686/PKGBUILD 2015-11-09 10:39:50 UTC (rev 146423)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dag Odenhall 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=dwm
-pkgver=6.0
-pkgrel=2
-pkgdesc="A dynamic window manager for X"
-url="http://dwm.suckless.org";
-arch=('i686' 'x86_64')
-license=('MIT')
-options=(zipman)
-depends=('libx11' 'libxinerama')
-install=dwm.install
-source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
-   config.h
-   dwm.desktop)
-md5sums=('8bb00d4142259beb11e13473b81c0857'
- '2453e037f46449774ec8afab49b4f1a2'
- '939f403a71b6e85261d09fc3412269ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cp $srcdir/config.h config.h
-  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
-  sed -i 's/^CFLAGS = -g/#CFLAGS += -g/g' config.mk
-  sed -i 's/^#CFLAGS = -std/CFLAGS += -std/g' config.mk
-  sed -i 's/^LDFLAGS = -g/#LDFLAGS += -g/g' config.mk
-  sed -i 's/^#LDFLAGS = -s/LDFLAGS += -s/g' config.mk
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
-  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
-}

Copied: dwm/repos/community-i686/PKGBUILD (from rev 146422, dwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-09 10:39:50 UTC (rev 146423)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dag Odenhall 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=dwm
+pkgver=6.1
+pkgrel=1
+pkgdesc="A dynamic window manager for X"
+url="http://dwm.suckless.org";
+arch=('i686' 'x86_64')
+license=('MIT')
+options=(zipman)
+depends=('libx11' 'libxinerama' 'libxft' 'freetype2')
+install=dwm.install
+source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
+   config.h
+   dwm.desktop)
+md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
+ '80c4ef2a3eca0fe2d14e2203e3833200'
+ '939f403a71b6e85261d09fc3412269ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  cp $srcdir/config.h config.h
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 
FREETYPEINC=/usr/include/freetype2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
+  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2015-11-09 10:39:30 UTC (rev 146422)
+++ community-i686/config.h 2015-11-09 10:39:50 UTC (rev 146423)
@@ -1,105 +0,0 @@
-/* See LICENSE file for copyr

[arch-commits] Commit in dwm/repos (16 files)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 12:51:04
  Author: spupykin
Revision: 113973

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

Added:
  dwm/repos/community-i686/PKGBUILD
(from rev 113972, dwm/trunk/PKGBUILD)
  dwm/repos/community-i686/config.h
(from rev 113972, dwm/trunk/config.h)
  dwm/repos/community-i686/dwm.desktop
(from rev 113972, dwm/trunk/dwm.desktop)
  dwm/repos/community-i686/dwm.install
(from rev 113972, dwm/trunk/dwm.install)
  dwm/repos/community-x86_64/PKGBUILD
(from rev 113972, dwm/trunk/PKGBUILD)
  dwm/repos/community-x86_64/config.h
(from rev 113972, dwm/trunk/config.h)
  dwm/repos/community-x86_64/dwm.desktop
(from rev 113972, dwm/trunk/dwm.desktop)
  dwm/repos/community-x86_64/dwm.install
(from rev 113972, dwm/trunk/dwm.install)
Deleted:
  dwm/repos/community-i686/PKGBUILD
  dwm/repos/community-i686/config.h
  dwm/repos/community-i686/dwm.desktop
  dwm/repos/community-i686/dwm.install
  dwm/repos/community-x86_64/PKGBUILD
  dwm/repos/community-x86_64/config.h
  dwm/repos/community-x86_64/dwm.desktop
  dwm/repos/community-x86_64/dwm.install

--+
 /PKGBUILD|   80 +++
 /config.h|  210 +
 /dwm.desktop |   14 ++
 /dwm.install |8 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/config.h  |  105 
 community-i686/dwm.desktop   |7 -
 community-i686/dwm.install   |4 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/config.h|  105 
 community-x86_64/dwm.desktop |7 -
 community-x86_64/dwm.install |4 
 12 files changed, 312 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 10:50:46 UTC (rev 113972)
+++ community-i686/PKGBUILD 2014-07-01 10:51:04 UTC (rev 113973)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dag Odenhall 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=dwm
-pkgver=6.0
-pkgrel=1
-pkgdesc="A dynamic window manager for X"
-url="http://dwm.suckless.org";
-arch=('i686' 'x86_64')
-license=('MIT')
-options=(zipman)
-depends=('libx11' 'libxinerama')
-install=dwm.install
-source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
-   config.h
-   dwm.desktop)
-md5sums=('8bb00d4142259beb11e13473b81c0857'
- '2453e037f46449774ec8afab49b4f1a2'
- '939f403a71b6e85261d09fc3412269ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cp $srcdir/config.h config.h
-  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
-  sed -i 's/^CFLAGS = -g/#CFLAGS += -g/g' config.mk
-  sed -i 's/^#CFLAGS = -std/CFLAGS += -std/g' config.mk
-  sed -i 's/^LDFLAGS = -g/#LDFLAGS += -g/g' config.mk
-  sed -i 's/^#LDFLAGS = -s/LDFLAGS += -s/g' config.mk
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
-  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
-}

Copied: dwm/repos/community-i686/PKGBUILD (from rev 113972, dwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 10:51:04 UTC (rev 113973)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dag Odenhall 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=dwm
+pkgver=6.0
+pkgrel=2
+pkgdesc="A dynamic window manager for X"
+url="http://dwm.suckless.org";
+arch=('i686' 'x86_64')
+license=('MIT')
+options=(zipman)
+depends=('libx11' 'libxinerama')
+install=dwm.install
+source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
+   config.h
+   dwm.desktop)
+md5sums=('8bb00d4142259beb11e13473b81c0857'
+ '2453e037f46449774ec8afab49b4f1a2'
+ '939f403a71b6e85261d09fc3412269ee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cp $srcdir/config.h config.h
+  sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
+  sed -i 's/^CFLAGS = -g/#CFLAGS += -g/g' config.mk
+  sed -i 's/^#CFLAGS = -std/CFLAGS += -std/g' config.mk
+  sed -i 's/^LDFLAGS = -g/#LDFLAGS += -g/g' config.mk
+  sed -i 's/^#LDFLAGS = -s/LDFLAGS += -s/g' config.mk
+  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
+  install -m644 -D $srcdir/dwm.desktop $pkgdir/usr/share/xsessions/dwm.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/conf