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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 18:17:19
  Author: arodseth
Revision: 264811

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 80 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 18:17:03 UTC (rev 264810)
+++ community-i686/PKGBUILD 2017-10-30 18:17:19 UTC (rev 264811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 264810, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 18:17:19 UTC (rev 264811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/' # no https available
+license=('MIT')
+depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('dfb2a3d4967339c35b45b04fb7a95c3b4782302adcbeed2be2f1c88de0d0b69a')
+
+build() {
+  export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable -w" 
+  sed 's^_BSD_SOURCE^_DEFAULT_SOURCE^' -i "$pkgname-$pkgver/Makefile"
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared" \
+install
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 18:17:03 UTC (rev 264810)
+++ community-x86_64/PKGBUILD   2017-10-30 18:17:19 UTC (rev 264811)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 17:33:48
  Author: arodseth
Revision: 196937

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 17:32:17 UTC (rev 196936)
+++ community-i686/PKGBUILD 2016-11-26 17:33:48 UTC (rev 196937)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 196936, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 17:33:48 UTC (rev 196937)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 17:32:17 UTC (rev 196936)
+++ community-x86_64/PKGBUILD   2016-11-26 17:33:48 UTC (rev 196937)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 196936, 
libcss/trunk/PKGBUILD)

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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 16:34:21
  Author: arodseth
Revision: 162818

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 15:34:08 UTC (rev 162817)
+++ community-i686/PKGBUILD 2016-02-20 15:34:21 UTC (rev 162818)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.1' 'libwapcaplet>=0.2.2')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 162817, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 15:34:21 UTC (rev 162818)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-20 15:34:08 UTC (rev 162817)
+++ community-x86_64/PKGBUILD   2016-02-20 15:34:21 UTC (rev 162818)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.1' 'libwapcaplet>=0.2.2')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 162817, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-03-20 Thread Alexander Rødseth
Date: Friday, March 20, 2015 @ 15:58:07
  Author: arodseth
Revision: 129630

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-20 14:57:56 UTC (rev 129629)
+++ community-i686/PKGBUILD 2015-03-20 14:58:07 UTC (rev 129630)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0be9509d9d352abdeec87764c1f8ba13950d9dc4f63acade0477209b7fd21748')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 129629, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-20 14:58:07 UTC (rev 129630)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils=0.2.1' 'libwapcaplet=0.2.2')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('ecaa09b07d4ecfd4644163bc0f0332b81aaaffbb9a373465e15e44e0faf1')
+
+build() {
+  cd $pkgname-$pkgver
+  
+   sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-20 14:57:56 UTC (rev 129629)
+++ community-x86_64/PKGBUILD   2015-03-20 14:58:07 UTC (rev 129630)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('0be9509d9d352abdeec87764c1f8ba13950d9dc4f63acade0477209b7fd21748')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 129629, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-20 14:58:07 UTC (rev 129630)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths 

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

2014-09-01 Thread Alexander Rødseth
Date: Monday, September 1, 2014 @ 17:39:39
  Author: arodseth
Revision: 118140

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-01 15:38:25 UTC (rev 118139)
+++ community-i686/PKGBUILD 2014-09-01 15:39:39 UTC (rev 118140)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4065dbfdfc9926e14a2f0f2c600fc72abac97bd20769ac6a908ac50226e95e1a')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 118139, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-01 15:39:39 UTC (rev 118140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('0be9509d9d352abdeec87764c1f8ba13950d9dc4f63acade0477209b7fd21748')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-01 15:38:25 UTC (rev 118139)
+++ community-x86_64/PKGBUILD   2014-09-01 15:39:39 UTC (rev 118140)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4065dbfdfc9926e14a2f0f2c600fc72abac97bd20769ac6a908ac50226e95e1a')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 118139, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-01 15:39:39 UTC (rev 118140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.4.0
+pkgrel=1

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

2014-04-28 Thread Alexander Rødseth
Date: Monday, April 28, 2014 @ 15:49:35
  Author: arodseth
Revision: 110363

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   34 ---
 community-x86_64/PKGBUILD |   34 ---
 3 files changed, 64 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-28 13:49:25 UTC (rev 110362)
+++ community-i686/PKGBUILD 2014-04-28 13:49:35 UTC (rev 110363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  #make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  #make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 110362, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-28 13:49:35 UTC (rev 110363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils=0.2.0' 'libwapcaplet=0.2.1')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('4065dbfdfc9926e14a2f0f2c600fc72abac97bd20769ac6a908ac50226e95e1a')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make install LIBDIR=lib PREFIX=/usr DESTDIR=$pkgdir 
COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-28 13:49:25 UTC (rev 110362)
+++ community-x86_64/PKGBUILD   2014-04-28 13:49:35 UTC (rev 110363)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  #make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  #make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 110362, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-28 13:49:35 UTC (rev 110363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 

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

2013-10-30 Thread Alexander Rødseth
Date: Wednesday, October 30, 2013 @ 17:28:44
  Author: arodseth
Revision: 99623

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-30 16:28:35 UTC (rev 99622)
+++ community-i686/PKGBUILD 2013-10-30 16:28:44 UTC (rev 99623)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 99622, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-30 16:28:44 UTC (rev 99623)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  #make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
+  #make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-30 16:28:35 UTC (rev 99622)
+++ community-x86_64/PKGBUILD   2013-10-30 16:28:44 UTC (rev 99623)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 99622, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2013-04-26 Thread Alexander Rødseth
Date: Saturday, April 27, 2013 @ 02:42:21
  Author: arodseth
Revision: 89131

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-27 00:42:12 UTC (rev 89130)
+++ community-i686/PKGBUILD 2013-04-27 00:42:21 UTC (rev 89131)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.1.2
-pkgrel=2
-pkgdesc=CSS parser and selection engine
-arch=('x86_64' 'i686')
-url=http://www.netsurf-browser.org/projects/libcss/;
-license=('MIT')
-depends=('libparserutils=0.1.1' 'libwapcaplet=0.1.1')
-source=(http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 89130, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-27 00:42:21 UTC (rev 89131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libcss
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils=0.1.2' 'libwapcaplet=0.2.0')
+makedepends=('netsurf-buildsystem')
+source=(http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS=-Wno-error=unused-but-set-variable
+  make PREFIX=/usr COMPONENT_TYPE=lib-shared
+  make PREFIX=/usr COMPONENT_TYPE=lib-static
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
+  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-27 00:42:12 UTC (rev 89130)
+++ community-x86_64/PKGBUILD   2013-04-27 00:42:21 UTC (rev 89131)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libcss
-pkgver=0.1.2
-pkgrel=2
-pkgdesc=CSS parser and selection engine
-arch=('x86_64' 'i686')
-url=http://www.netsurf-browser.org/projects/libcss/;
-license=('MIT')
-depends=('libparserutils=0.1.1' 'libwapcaplet=0.1.1')
-source=(http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS=-Wno-error=unused-but-set-variable
-  make PREFIX=/usr COMPONENT_TYPE=lib-shared
-  make PREFIX=/usr COMPONENT_TYPE=lib-static
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-shared
-  make install PREFIX=/usr DESTDIR=$pkgdir COMPONENT_TYPE=lib-static
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 89130, 
libcss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-27 00:42:21 UTC (rev 89131)
@@