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

Antonio Rojas arojas at archlinux.org
Sat May 7 13:15:14 UTC 2016


    Date: Saturday, May 7, 2016 @ 15:15:13
  Author: arojas
Revision: 174099

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

Added:
  krecipes/repos/community-i686/PKGBUILD
    (from rev 174098, krecipes/trunk/PKGBUILD)
  krecipes/repos/community-x86_64/PKGBUILD
    (from rev 174098, krecipes/trunk/PKGBUILD)
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                         |   88 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   37 ---------------
 community-i686/krecipes.install   |   12 ----
 community-x86_64/PKGBUILD         |   37 ---------------
 community-x86_64/krecipes.install |   12 ----
 5 files changed, 88 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-07 13:14:40 UTC (rev 174098)
+++ community-i686/PKGBUILD	2016-05-07 13:15:13 UTC (rev 174099)
@@ -1,37 +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.1.0
-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=('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
-}

Copied: krecipes/repos/community-i686/PKGBUILD (from rev 174098, krecipes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-07 13:15:13 UTC (rev 174099)
@@ -0,0 +1,44 @@
+# $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=4
+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')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        krecipes-gcc6.patch::"https://quickgit.kde.org/?p=krecipes.git&a=commitdiff&h=f6d4f709&o=plain")
+md5sums=('422ff3df8ab5aac56617d87942762e88'
+         '0fc9067a54403bdea2a40b74467970dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with GCC 6
+  patch -p1 -i ../krecipes-gcc6.patch
+}
+
+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	2016-05-07 13:14:40 UTC (rev 174098)
+++ community-i686/krecipes.install	2016-05-07 13:15:13 UTC (rev 174099)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-07 13:14:40 UTC (rev 174098)
+++ community-x86_64/PKGBUILD	2016-05-07 13:15:13 UTC (rev 174099)
@@ -1,37 +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.1.0
-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=('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
-}

Copied: krecipes/repos/community-x86_64/PKGBUILD (from rev 174098, krecipes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-07 13:15:13 UTC (rev 174099)
@@ -0,0 +1,44 @@
+# $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=4
+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')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        krecipes-gcc6.patch::"https://quickgit.kde.org/?p=krecipes.git&a=commitdiff&h=f6d4f709&o=plain")
+md5sums=('422ff3df8ab5aac56617d87942762e88'
+         '0fc9067a54403bdea2a40b74467970dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with GCC 6
+  patch -p1 -i ../krecipes-gcc6.patch
+}
+
+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	2016-05-07 13:14:40 UTC (rev 174098)
+++ community-x86_64/krecipes.install	2016-05-07 13:15:13 UTC (rev 174099)
@@ -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
-}



More information about the arch-commits mailing list