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

Alexander Rødseth arodseth at archlinux.org
Fri Mar 20 14:58:07 UTC 2015


    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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at 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 <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at 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=('ecaa09b07d4ecfd4644163bc0f0332b81aaaffbb9a373465e15e44e06666faf1')
+
+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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at 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 <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at 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=('ecaa09b07d4ecfd4644163bc0f0332b81aaaffbb9a373465e15e44e06666faf1')
+
+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:



More information about the arch-commits mailing list