[arch-commits] Commit in kbibtex/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri May 13 20:19:14 UTC 2016
Date: Friday, May 13, 2016 @ 22:19:13
Author: arojas
Revision: 175245
archrelease: copy trunk to community-i686, community-x86_64
Added:
kbibtex/repos/community-i686/PKGBUILD
(from rev 175244, kbibtex/trunk/PKGBUILD)
kbibtex/repos/community-x86_64/PKGBUILD
(from rev 175244, kbibtex/trunk/PKGBUILD)
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 | 66 +++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 -------------------
community-i686/kbibtex.install | 15 --------
community-x86_64/PKGBUILD | 34 -------------------
community-x86_64/kbibtex.install | 15 --------
5 files changed, 66 insertions(+), 98 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-13 20:16:44 UTC (rev 175244)
+++ community-i686/PKGBUILD 2016-05-13 20:19:13 UTC (rev 175245)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <christianmorlok at web.de>
-
-pkgname=kbibtex
-pkgver=0.6
-_branch=0.6
-pkgrel=2
-pkgdesc="A BibTeX editor for KDE"
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'poppler-qt4')
-optdepends=('kdegraphics-okular: Document preview')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz")
-md5sums=('f1a9c1867d94c36fe88cfa0470b85dac')
-
-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:
Copied: kbibtex/repos/community-i686/PKGBUILD (from rev 175244, kbibtex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-13 20:19:13 UTC (rev 175245)
@@ -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.6
+_branch=0.6
+pkgrel=3
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime' 'poppler-qt4')
+optdepends=('kdegraphics-okular: Document preview')
+makedepends=('cmake' 'automoc4')
+source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz")
+md5sums=('f1a9c1867d94c36fe88cfa0470b85dac')
+
+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 2016-05-13 20:16:44 UTC (rev 175244)
+++ community-i686/kbibtex.install 2016-05-13 20:19:13 UTC (rev 175245)
@@ -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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-13 20:16:44 UTC (rev 175244)
+++ community-x86_64/PKGBUILD 2016-05-13 20:19:13 UTC (rev 175245)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <christianmorlok at web.de>
-
-pkgname=kbibtex
-pkgver=0.6
-_branch=0.6
-pkgrel=2
-pkgdesc="A BibTeX editor for KDE"
-arch=('i686' 'x86_64')
-url='http://home.gna.org/kbibtex/'
-license=('GPL')
-depends=('kdebase-runtime' 'poppler-qt4')
-optdepends=('kdegraphics-okular: Document preview')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz")
-md5sums=('f1a9c1867d94c36fe88cfa0470b85dac')
-
-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:
Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 175244, kbibtex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-13 20:19:13 UTC (rev 175245)
@@ -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.6
+_branch=0.6
+pkgrel=3
+pkgdesc="A BibTeX editor for KDE"
+arch=('i686' 'x86_64')
+url='http://home.gna.org/kbibtex/'
+license=('GPL')
+depends=('kdebase-runtime' 'poppler-qt4')
+optdepends=('kdegraphics-okular: Document preview')
+makedepends=('cmake' 'automoc4')
+source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz")
+md5sums=('f1a9c1867d94c36fe88cfa0470b85dac')
+
+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 2016-05-13 20:16:44 UTC (rev 175244)
+++ community-x86_64/kbibtex.install 2016-05-13 20:19:13 UTC (rev 175245)
@@ -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:
More information about the arch-commits
mailing list