[arch-commits] Commit in krecipes/repos (6 files)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Thu Mar 7 00:29:30 UTC 2013
Date: Thursday, March 7, 2013 @ 01:29:30
Author: lcarlier
Revision: 85774
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
krecipes/repos/community-staging-i686/
krecipes/repos/community-staging-i686/PKGBUILD
(from rev 85773, krecipes/trunk/PKGBUILD)
krecipes/repos/community-staging-i686/krecipes.install
(from rev 85773, krecipes/trunk/krecipes.install)
krecipes/repos/community-staging-x86_64/
krecipes/repos/community-staging-x86_64/PKGBUILD
(from rev 85773, krecipes/trunk/PKGBUILD)
krecipes/repos/community-staging-x86_64/krecipes.install
(from rev 85773, krecipes/trunk/krecipes.install)
-------------------------------------------+
community-staging-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++
community-staging-i686/krecipes.install | 12 ++++++++
community-staging-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++
community-staging-x86_64/krecipes.install | 12 ++++++++
4 files changed, 100 insertions(+)
Copied: krecipes/repos/community-staging-i686/PKGBUILD (from rev 85773, krecipes/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: shamrok <szamrok at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Adrià Arrufat <swiftscythe at gmail.com>
+
+pkgname=krecipes
+pkgver=2.0beta2
+_pkgver=2.0-beta2
+pkgrel=3
+pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy"
+arch=('i686' 'x86_64')
+url="http://extragear.kde.org/apps/krecipes/"
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=('matriadb' 'postgresql')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
+
+build() {
+ cd ${srcdir}
+
+ mkdir build
+ cd build
+
+ cmake ../${pkgname}-${_pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/build
+
+ make DESTDIR=${pkgdir} install
+}
Copied: krecipes/repos/community-staging-i686/krecipes.install (from rev 85773, krecipes/trunk/krecipes.install)
===================================================================
--- community-staging-i686/krecipes.install (rev 0)
+++ community-staging-i686/krecipes.install 2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: krecipes/repos/community-staging-x86_64/PKGBUILD (from rev 85773, krecipes/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: shamrok <szamrok at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Adrià Arrufat <swiftscythe at gmail.com>
+
+pkgname=krecipes
+pkgver=2.0beta2
+_pkgver=2.0-beta2
+pkgrel=3
+pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy"
+arch=('i686' 'x86_64')
+url="http://extragear.kde.org/apps/krecipes/"
+license=('GPL')
+depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=('matriadb' 'postgresql')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
+
+build() {
+ cd ${srcdir}
+
+ mkdir build
+ cd build
+
+ cmake ../${pkgname}-${_pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/build
+
+ make DESTDIR=${pkgdir} install
+}
Copied: krecipes/repos/community-staging-x86_64/krecipes.install (from rev 85773, krecipes/trunk/krecipes.install)
===================================================================
--- community-staging-x86_64/krecipes.install (rev 0)
+++ community-staging-x86_64/krecipes.install 2013-03-07 00:29:30 UTC (rev 85774)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list