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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 2 18:09:40 UTC 2017


    Date: Monday, January 2, 2017 @ 18:09:39
  Author: jlichtblau
Revision: 204355

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

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 -------------------
 community-x86_64/PKGBUILD |   35 -------------------
 3 files changed, 78 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-02 18:08:53 UTC (rev 204354)
+++ community-i686/PKGBUILD	2017-01-02 18:09:39 UTC (rev 204355)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: napa3um <napa3um at gmail.com>
-
-pkgname=wxsqlite3
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3"
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ln -s build30 build
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 204354, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-02 18:09:39 UTC (rev 204355)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: napa3um <napa3um at gmail.com>
+# Contributor: Scott Furry <scott.wl.furry at gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+# FS#49035 fix
+  install -Dm644 $pkgname.pc "${pkgdir}"/usr/lib/pkgconfig/$pkgname.pc
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-02 18:08:53 UTC (rev 204354)
+++ community-x86_64/PKGBUILD	2017-01-02 18:09:39 UTC (rev 204355)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: napa3um <napa3um at gmail.com>
-
-pkgname=wxsqlite3
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3"
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ln -s build30 build
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 204354, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-02 18:09:39 UTC (rev 204355)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: napa3um <napa3um at gmail.com>
+# Contributor: Scott Furry <scott.wl.furry at gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+# FS#49035 fix
+  install -Dm644 $pkgname.pc "${pkgdir}"/usr/lib/pkgconfig/$pkgname.pc
+}



More information about the arch-commits mailing list