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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Apr 28 14:04:21 UTC 2014


    Date: Monday, April 28, 2014 @ 16:04:21
  Author: arodseth
Revision: 110368

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 -----------------------
 community-x86_64/PKGBUILD |   33 -----------------------
 3 files changed, 62 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-28 14:04:10 UTC (rev 110367)
+++ community-i686/PKGBUILD	2014-04-28 14:04:21 UTC (rev 110368)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libnsbmp
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsbmp/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('fb576af6bd4d02d3626d5c2092bc06c80b2a80089a14decf40c813d9ec80ddc0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  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: libnsbmp/repos/community-i686/PKGBUILD (from rev 110367, libnsbmp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-28 14:04:21 UTC (rev 110368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libnsbmp
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libnsbmp/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('584046809d3213e5917cd26eafb03068ca94274229f595f0e0520b15fa454f98')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  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-04-28 14:04:10 UTC (rev 110367)
+++ community-x86_64/PKGBUILD	2014-04-28 14:04:21 UTC (rev 110368)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libnsbmp
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='Decoding library for BMP and ICO image file formats'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libnsbmp/'
-license=('MIT')
-depends=('glibc')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('fb576af6bd4d02d3626d5c2092bc06c80b2a80089a14decf40c813d9ec80ddc0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  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: libnsbmp/repos/community-x86_64/PKGBUILD (from rev 110367, libnsbmp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-28 14:04:21 UTC (rev 110368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libnsbmp
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Decoding library for BMP and ICO image file formats'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libnsbmp/'
+license=('MIT')
+depends=('glibc')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('584046809d3213e5917cd26eafb03068ca94274229f595f0e0520b15fa454f98')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  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