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

Ray Rashif schiv at nymeria.archlinux.org
Tue Mar 26 15:50:33 UTC 2013


    Date: Tuesday, March 26, 2013 @ 16:50:32
  Author: schiv
Revision: 87065

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

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

----------------------------------+
 community-i686/PKGBUILD          |   33 +++++++++++++++++++++++++++++++++
 community-i686/kbibtex.install   |   15 +++++++++++++++
 community-x86_64/PKGBUILD        |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/kbibtex.install |   15 +++++++++++++++
 4 files changed, 96 insertions(+)

Copied: kbibtex/repos/community-i686/PKGBUILD (from rev 87064, kbibtex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <christianmorlok at web.de>
+
+pkgname=kbibtex
+pkgver=0.4.1
+_branch=0.4
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+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/kbibtex.install (from rev 87064, kbibtex/trunk/kbibtex.install)
===================================================================
--- community-i686/kbibtex.install	                        (rev 0)
+++ community-i686/kbibtex.install	2013-03-26 15:50:32 UTC (rev 87065)
@@ -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:

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 87064, kbibtex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-26 15:50:32 UTC (rev 87065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <christianmorlok at web.de>
+
+pkgname=kbibtex
+pkgver=0.4.1
+_branch=0.4
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime')
+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/kbibtex.install (from rev 87064, kbibtex/trunk/kbibtex.install)
===================================================================
--- community-x86_64/kbibtex.install	                        (rev 0)
+++ community-x86_64/kbibtex.install	2013-03-26 15:50:32 UTC (rev 87065)
@@ -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:




More information about the arch-commits mailing list