[arch-commits] Commit in windowmaker-extra/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Aug 17 18:03:04 UTC 2014


    Date: Sunday, August 17, 2014 @ 20:03:02
  Author: eric
Revision: 220178

archrelease: copy trunk to extra-any

Added:
  windowmaker-extra/repos/extra-any/PKGBUILD
    (from rev 220177, windowmaker-extra/trunk/PKGBUILD)
Deleted:
  windowmaker-extra/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-17 18:01:03 UTC (rev 220177)
+++ PKGBUILD	2014-08-17 18:03:02 UTC (rev 220178)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: orelien <orelien at chez.com>
-
-pkgname=windowmaker-extra
-pkgver=0.1
-pkgrel=5
-pkgdesc="Extra WindowMaker icons and themes"
-arch=('any')
-url="http://www.windowmaker.info"
-license=('GPL2')
-depends=('windowmaker')
-source=(http://www.sgiweb.org/freeware/source/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

Copied: windowmaker-extra/repos/extra-any/PKGBUILD (from rev 220177, windowmaker-extra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-17 18:03:02 UTC (rev 220178)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: orelien <orelien at chez.com>
+
+pkgname=windowmaker-extra
+pkgver=0.1
+pkgrel=5
+pkgdesc="Extra WindowMaker icons and themes"
+arch=('any')
+url="http://www.windowmaker.info"
+license=('GPL2')
+depends=('windowmaker')
+source=(ftp://ftp.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




More information about the arch-commits mailing list