[arch-commits] Commit in libcss/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Feb 20 15:34:21 UTC 2016
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 <xyproto at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-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 <xyproto at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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 <xyproto at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-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)
+++ community-x86_64/PKGBUILD 2016-02-20 15:34:21 UTC (rev 162818)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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:
More information about the arch-commits
mailing list