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

Evgeniy Alekseev arcanis at archlinux.org
Sun Aug 17 19:42:09 UTC 2014


    Date: Sunday, August 17, 2014 @ 21:42:09
  Author: arcanis
Revision: 117484

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

Added:
  krecipes/repos/community-i686/PKGBUILD
    (from rev 117483, krecipes/trunk/PKGBUILD)
  krecipes/repos/community-i686/krecipes.install
    (from rev 117483, krecipes/trunk/krecipes.install)
  krecipes/repos/community-x86_64/PKGBUILD
    (from rev 117483, krecipes/trunk/PKGBUILD)
  krecipes/repos/community-x86_64/krecipes.install
    (from rev 117483, 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                         |   94 ++++++++++++++++++++++++++++++++++++
 /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, 118 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-17 19:41:37 UTC (rev 117483)
+++ community-i686/PKGBUILD	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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.0beta2
-_pkgver=2.0-beta2
-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')
-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-i686/PKGBUILD (from rev 117483, krecipes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-17 19:42:09 UTC (rev 117484)
@@ -0,0 +1,47 @@
+# $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=5
+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=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz
+        https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2'
+         'f33f648df70c93f95fc32d50d0e12d7f')
+
+prepare() {
+  # include additional translations
+  # see https://sourceforge.net/p/krecipes/patches/10/
+  cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/
+  patch -p0 -i ${pkgname}-tr/krecipes-tr.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	2014-08-17 19:41:37 UTC (rev 117483)
+++ community-i686/krecipes.install	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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 117483, krecipes/trunk/krecipes.install)
===================================================================
--- community-i686/krecipes.install	                        (rev 0)
+++ community-i686/krecipes.install	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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	2014-08-17 19:41:37 UTC (rev 117483)
+++ community-x86_64/PKGBUILD	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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.0beta2
-_pkgver=2.0-beta2
-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')
-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-x86_64/PKGBUILD (from rev 117483, krecipes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-17 19:42:09 UTC (rev 117484)
@@ -0,0 +1,47 @@
+# $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=5
+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=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz
+        https://sourceforge.net/p/${pkgname}/patches/10/attachment/${pkgname}-tr.tar.gz)
+md5sums=('4c01ccad7ad1409cb35c824a61250fe2'
+         'f33f648df70c93f95fc32d50d0e12d7f')
+
+prepare() {
+  # include additional translations
+  # see https://sourceforge.net/p/krecipes/patches/10/
+  cp -r ${pkgname}-tr/po/ ${pkgname}-2.0-beta2/
+  patch -p0 -i ${pkgname}-tr/krecipes-tr.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	2014-08-17 19:41:37 UTC (rev 117483)
+++ community-x86_64/krecipes.install	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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 117483, krecipes/trunk/krecipes.install)
===================================================================
--- community-x86_64/krecipes.install	                        (rev 0)
+++ community-x86_64/krecipes.install	2014-08-17 19:42:09 UTC (rev 117484)
@@ -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