Date: Tuesday, October 17, 2017 @ 12:47:21
  Author: eworm
Revision: 308100

archrelease: copy trunk to testing-any

Added:
  windowmaker-extra/repos/testing-any/
  windowmaker-extra/repos/testing-any/PKGBUILD
    (from rev 308099, windowmaker-extra/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: windowmaker-extra/repos/testing-any/PKGBUILD (from rev 308099, 
windowmaker-extra/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2017-10-17 12:47:21 UTC (rev 308100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Isenmann <dan...@archlinux.org>
+# Contributor: orelien <orel...@chez.com>
+
+pkgname=windowmaker-extra
+pkgver=0.1
+pkgrel=6
+pkgdesc="Extra WindowMaker icons and themes"
+arch=('any')
+url="http://www.windowmaker.info";
+license=('GPL2')
+depends=('windowmaker')
+source=(https://sources.archlinux.org/other/packages/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz)
+md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74')
+
+build() {
+  cd "$srcdir/WindowMaker-extra-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/WindowMaker-extra-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/WindowMaker/Icons/xv.xpm"
+}
+# vim: ts=2 sw=2 et ft=sh

Reply via email to