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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 1 15:39:39 UTC 2014


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

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




More information about the arch-commits mailing list