summaryrefslogtreecommitdiff
path: root/community/krecipes
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/krecipes
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/krecipes')
-rw-r--r--community/krecipes/PKGBUILD38
-rw-r--r--community/krecipes/krecipes.install12
2 files changed, 0 insertions, 50 deletions
diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD
deleted file mode 100644
index a60ccc44f..000000000
--- a/community/krecipes/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 93464 2013-07-03 19:08:14Z lcarlier $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: shamrok <szamrok@gmail.com>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: AdriĆ  Arrufat <swiftscythe@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
-}
diff --git a/community/krecipes/krecipes.install b/community/krecipes/krecipes.install
deleted file mode 100644
index 3f06b8deb..000000000
--- a/community/krecipes/krecipes.install
+++ /dev/null
@@ -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
-}