Date: Thursday, January 2, 2014 @ 22:08:34
  Author: schiv
Revision: 103296

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

Added:
  kbibtex/repos/community-i686/PKGBUILD
    (from rev 103295, kbibtex/trunk/PKGBUILD)
  kbibtex/repos/community-i686/kbibtex.install
    (from rev 103295, kbibtex/trunk/kbibtex.install)
  kbibtex/repos/community-x86_64/PKGBUILD
    (from rev 103295, kbibtex/trunk/PKGBUILD)
  kbibtex/repos/community-x86_64/kbibtex.install
    (from rev 103295, kbibtex/trunk/kbibtex.install)
Deleted:
  kbibtex/repos/community-i686/PKGBUILD
  kbibtex/repos/community-i686/kbibtex.install
  kbibtex/repos/community-x86_64/PKGBUILD
  kbibtex/repos/community-x86_64/kbibtex.install

----------------------------------+
 /PKGBUILD                        |   68 +++++++++++++++++++++++++++++++++++++
 /kbibtex.install                 |   30 ++++++++++++++++
 community-i686/PKGBUILD          |   33 -----------------
 community-i686/kbibtex.install   |   15 --------
 community-x86_64/PKGBUILD        |   33 -----------------
 community-x86_64/kbibtex.install |   15 --------
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-01-02 21:08:13 UTC (rev 103295)
+++ community-i686/PKGBUILD     2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <sc...@archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <christianmor...@web.de>
-
-pkgname=kbibtex
-pkgver=0.4.1
-_branch=0.4
-pkgrel=2
-pkgdesc="A BibTeX editor for KDE"
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdegraphics-okular')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2";)
-md5sums=('657eda1da48198a3c336ff268ce46d6f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-i686/PKGBUILD (from rev 103295, 
kbibtex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <christianmor...@web.de>
+
+pkgname=kbibtex
+pkgver=0.5
+_branch=0.5
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+optdepends=('kdegraphics-okular: Document preview')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz";)
+md5sums=('bbd2affd1edfb8f02a077c2c7cfc2038')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kbibtex.install
===================================================================
--- community-i686/kbibtex.install      2014-01-02 21:08:13 UTC (rev 103295)
+++ community-i686/kbibtex.install      2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,15 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-i686/kbibtex.install (from rev 103295, 
kbibtex/trunk/kbibtex.install)
===================================================================
--- community-i686/kbibtex.install                              (rev 0)
+++ community-i686/kbibtex.install      2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-01-02 21:08:13 UTC (rev 103295)
+++ community-x86_64/PKGBUILD   2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <sc...@archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <christianmor...@web.de>
-
-pkgname=kbibtex
-pkgver=0.4.1
-_branch=0.4
-pkgrel=2
-pkgdesc="A BibTeX editor for KDE"
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'kdegraphics-okular')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.bz2";)
-md5sums=('657eda1da48198a3c336ff268ce46d6f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 103295, 
kbibtex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <christianmor...@web.de>
+
+pkgname=kbibtex
+pkgver=0.5
+_branch=0.5
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+optdepends=('kdegraphics-okular: Document preview')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz";)
+md5sums=('bbd2affd1edfb8f02a077c2c7cfc2038')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/kbibtex.install
===================================================================
--- community-x86_64/kbibtex.install    2014-01-02 21:08:13 UTC (rev 103295)
+++ community-x86_64/kbibtex.install    2014-01-02 21:08:34 UTC (rev 103296)
@@ -1,15 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kbibtex/repos/community-x86_64/kbibtex.install (from rev 103295, 
kbibtex/trunk/kbibtex.install)
===================================================================
--- community-x86_64/kbibtex.install                            (rev 0)
+++ community-x86_64/kbibtex.install    2014-01-02 21:08:34 UTC (rev 103296)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to