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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Apr 28 13:57:39 UTC 2014


    Date: Monday, April 28, 2014 @ 15:57:38
  Author: arodseth
Revision: 110365

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libdom/repos/community-i686/PKGBUILD
    (from rev 110364, libdom/trunk/PKGBUILD)
  libdom/repos/community-x86_64/PKGBUILD
    (from rev 110364, libdom/trunk/PKGBUILD)
Deleted:
  libdom/repos/community-i686/PKGBUILD
  libdom/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 -----------------------
 community-x86_64/PKGBUILD |   32 -----------------------
 3 files changed, 60 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-28 13:57:30 UTC (rev 110364)
+++ community-i686/PKGBUILD	2014-04-28 13:57:38 UTC (rev 110365)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=libdom
-pkgver=0.0.1
-pkgrel=2
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub>=0.2.0' 'libwapcaplet>=0.2.0' 'expat')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('2aa75861c8a8291b6b3d1a3856c65ca615677afeec64ccfdf35a113a292c36b1')
-
-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:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 110364, libdom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-28 13:57:38 UTC (rev 110365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=libdom
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub>=0.3.0' 'libwapcaplet>=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+  
+  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-04-28 13:57:30 UTC (rev 110364)
+++ community-x86_64/PKGBUILD	2014-04-28 13:57:38 UTC (rev 110365)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=libdom
-pkgver=0.0.1
-pkgrel=2
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub>=0.2.0' 'libwapcaplet>=0.2.0' 'expat')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('2aa75861c8a8291b6b3d1a3856c65ca615677afeec64ccfdf35a113a292c36b1')
-
-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:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 110364, libdom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-28 13:57:38 UTC (rev 110365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=libdom
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub>=0.3.0' 'libwapcaplet>=0.2.1' 'expat')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+  
+  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