[arch-commits] Commit in libcss/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 10:34:13 UTC 2018


    Date: Friday, September 14, 2018 @ 10:34:12
  Author: arodseth
Revision: 380860

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 10:34:04 UTC (rev 380859)
+++ PKGBUILD	2018-09-14 10:34:12 UTC (rev 380860)
@@ -1,40 +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.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:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 380859, libcss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 10:34:12 UTC (rev 380860)
@@ -0,0 +1,42 @@
+# 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.8.0
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64')
+url='http://www.netsurf-browser.org/projects/libcss/' # no https available
+license=('MIT')
+makedepends=('netsurf-buildsystem>=1.7')
+depends=('libparserutils>=0.2.4' 'libwapcaplet>=0.4.1')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz")
+sha256sums=('35a0490d98c23e09b8d2b5e4619926131c5b98da7a9db2ed00322f63fbc2ad5f')
+
+prepare() {
+  sed -i 's,_BSD_SOURCE,_DEFAULT_SOURCE,' "$pkgname-$pkgver/Makefile"
+}
+
+build() {
+  export CFLAGS="$CFLAGS -w"
+  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" \
+    install
+
+  install -Dm644 "$pkgname-$pkgver/COPYING" \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list