[arch-commits] Commit in sdcv/repos (6 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Nov 6 20:00:32 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:00:31
  Author: jlichtblau
Revision: 194762

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

Added:
  sdcv/repos/community-staging-i686/
  sdcv/repos/community-staging-i686/PKGBUILD
    (from rev 194761, sdcv/trunk/PKGBUILD)
  sdcv/repos/community-staging-i686/sdcv.changelog
    (from rev 194761, sdcv/trunk/sdcv.changelog)
  sdcv/repos/community-staging-x86_64/
  sdcv/repos/community-staging-x86_64/PKGBUILD
    (from rev 194761, sdcv/trunk/PKGBUILD)
  sdcv/repos/community-staging-x86_64/sdcv.changelog
    (from rev 194761, sdcv/trunk/sdcv.changelog)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   33 ++++++++++++++++++++++++++++++
 community-staging-i686/sdcv.changelog   |   12 ++++++++++
 community-staging-x86_64/PKGBUILD       |   33 ++++++++++++++++++++++++++++++
 community-staging-x86_64/sdcv.changelog |   12 ++++++++++
 4 files changed, 90 insertions(+)

Copied: sdcv/repos/community-staging-i686/PKGBUILD (from rev 194761, sdcv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-11-06 20:00:31 UTC (rev 194762)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=sdcv
+pkgver=0.5.0beta4
+pkgrel=2
+pkgdesc="StarDict Console Version"
+arch=('i686' 'x86_64')
+url="http://sdcv.sourceforge.net/"
+license=('GPL')
+depends=('glib2' 'readline' 'zlib')
+makedepends=('cmake')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-0.5.0-beta4-Source.tar.bz2)
+sha256sums=('19e7ec25de76fc877d35d25542080907b4f89e44d8746f704a24304155483bad')
+
+build() {
+  cd "${srcdir}"/$pkgname-0.5.0-beta4-Source
+
+  mkdir build
+  cd build
+
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  make lang
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-0.5.0-beta4-Source/build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: sdcv/repos/community-staging-i686/sdcv.changelog (from rev 194761, sdcv/trunk/sdcv.changelog)
===================================================================
--- community-staging-i686/sdcv.changelog	                        (rev 0)
+++ community-staging-i686/sdcv.changelog	2016-11-06 20:00:31 UTC (rev 194762)
@@ -0,0 +1,12 @@
+2016-11-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.5.0beta4-2 readline 7.0 rebuild
+
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.5.0beta4-1
+
+2014-07-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.4.2-8 mtree rebuild
+
+2011-10-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.4.2-6
+	* moved to [community] with 206 votes

Copied: sdcv/repos/community-staging-x86_64/PKGBUILD (from rev 194761, sdcv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-11-06 20:00:31 UTC (rev 194762)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=sdcv
+pkgver=0.5.0beta4
+pkgrel=2
+pkgdesc="StarDict Console Version"
+arch=('i686' 'x86_64')
+url="http://sdcv.sourceforge.net/"
+license=('GPL')
+depends=('glib2' 'readline' 'zlib')
+makedepends=('cmake')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-0.5.0-beta4-Source.tar.bz2)
+sha256sums=('19e7ec25de76fc877d35d25542080907b4f89e44d8746f704a24304155483bad')
+
+build() {
+  cd "${srcdir}"/$pkgname-0.5.0-beta4-Source
+
+  mkdir build
+  cd build
+
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  make lang
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-0.5.0-beta4-Source/build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: sdcv/repos/community-staging-x86_64/sdcv.changelog (from rev 194761, sdcv/trunk/sdcv.changelog)
===================================================================
--- community-staging-x86_64/sdcv.changelog	                        (rev 0)
+++ community-staging-x86_64/sdcv.changelog	2016-11-06 20:00:31 UTC (rev 194762)
@@ -0,0 +1,12 @@
+2016-11-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.5.0beta4-2 readline 7.0 rebuild
+
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.5.0beta4-1
+
+2014-07-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.4.2-8 mtree rebuild
+
+2011-10-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sdcv 0.4.2-6
+	* moved to [community] with 206 votes



More information about the arch-commits mailing list