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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 30 16:28:44 UTC 2013


    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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at 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 <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at 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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at 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)
+++ community-x86_64/PKGBUILD	2013-10-30 16:28:44 UTC (rev 99623)
@@ -0,0 +1,34 @@
+# $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.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:




More information about the arch-commits mailing list