[arch-commits] Commit in krecipes/repos (8 files)

Laurent Carlier lcarlier at archlinux.org
Thu Apr 9 07:24:21 UTC 2015


    Date: Thursday, April 9, 2015 @ 09:24:20
  Author: lcarlier
Revision: 131015

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

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

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 /krecipes.install                 |   24 +++++++++++
 community-i686/PKGBUILD           |   38 ------------------
 community-i686/krecipes.install   |   12 -----
 community-x86_64/PKGBUILD         |   38 ------------------
 community-x86_64/krecipes.install |   12 -----
 6 files changed, 98 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-04-09 07:24:06 UTC (rev 131014)
+++ community-i686/PKGBUILD	2015-04-09 07:24:20 UTC (rev 131015)
@@ -1,38 +0,0 @@
-# $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.0.0
-_pkgver=2.0.0
-pkgrel=1
-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=('mariadb' 'postgresql')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver-1.tar.xz")
-md5sums=('dbd40f4352ce885ff0e81242c69bf0fc')
-
-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-i686/PKGBUILD (from rev 131014, krecipes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-04-09 07:24:20 UTC (rev 131015)
@@ -0,0 +1,37 @@
+# $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.1.0
+pkgrel=1
+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=('mariadb' 'postgresql')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('422ff3df8ab5aac56617d87942762e88')
+
+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
+}

Deleted: community-i686/krecipes.install
===================================================================
--- community-i686/krecipes.install	2015-04-09 07:24:06 UTC (rev 131014)
+++ community-i686/krecipes.install	2015-04-09 07:24:20 UTC (rev 131015)
@@ -1,12 +0,0 @@
-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-i686/krecipes.install (from rev 131014, krecipes/trunk/krecipes.install)
===================================================================
--- community-i686/krecipes.install	                        (rev 0)
+++ community-i686/krecipes.install	2015-04-09 07:24:20 UTC (rev 131015)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-04-09 07:24:06 UTC (rev 131014)
+++ community-x86_64/PKGBUILD	2015-04-09 07:24:20 UTC (rev 131015)
@@ -1,38 +0,0 @@
-# $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.0.0
-_pkgver=2.0.0
-pkgrel=1
-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=('mariadb' 'postgresql')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver-1.tar.xz")
-md5sums=('dbd40f4352ce885ff0e81242c69bf0fc')
-
-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-x86_64/PKGBUILD (from rev 131014, krecipes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-09 07:24:20 UTC (rev 131015)
@@ -0,0 +1,37 @@
+# $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.1.0
+pkgrel=1
+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=('mariadb' 'postgresql')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('422ff3df8ab5aac56617d87942762e88')
+
+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
+}

Deleted: community-x86_64/krecipes.install
===================================================================
--- community-x86_64/krecipes.install	2015-04-09 07:24:06 UTC (rev 131014)
+++ community-x86_64/krecipes.install	2015-04-09 07:24:20 UTC (rev 131015)
@@ -1,12 +0,0 @@
-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-x86_64/krecipes.install (from rev 131014, krecipes/trunk/krecipes.install)
===================================================================
--- community-x86_64/krecipes.install	                        (rev 0)
+++ community-x86_64/krecipes.install	2015-04-09 07:24:20 UTC (rev 131015)
@@ -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