summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfelixonmars <felixonmars@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 14:37:45 +0000
committerfelixonmars <felixonmars@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 14:37:45 +0000
commit9854e66de2541d19a3b3302307f5346685c93936 (patch)
tree5dcff985762c123aed67eb57e5f1fa1aa2fbdc31
parent71f2484b29b09c66b3f54dd042979023491a47c5 (diff)
db-move: moved hledger-ui from [community-staging] to [community] (x86_64)
git-svn-id: file:///srv/repos/svn-community/svn@533057 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--hledger-ui/repos/community-staging-x86_64/PKGBUILD38
-rw-r--r--hledger-ui/repos/community-x86_64/PKGBUILD2
2 files changed, 1 insertions, 39 deletions
diff --git a/hledger-ui/repos/community-staging-x86_64/PKGBUILD b/hledger-ui/repos/community-staging-x86_64/PKGBUILD
deleted file mode 100644
index a11c84a6d87..00000000000
--- a/hledger-ui/repos/community-staging-x86_64/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
-
-pkgname=hledger-ui
-pkgver=1.15
-pkgrel=18
-pkgdesc="Curses-style user interface for the hledger accounting tool"
-url="http://hledger.org"
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async'
- 'haskell-base-compat-batteries' 'haskell-cmdargs' 'haskell-data-default' 'haskell-fsnotify'
- 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 'haskell-pretty-show'
- 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 'haskell-brick'
- 'haskell-vty')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
-
-prepare() {
- # It does nothing
- sed -e '/mtl-compat/d' \
- -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
- -fthreaded
- runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}
diff --git a/hledger-ui/repos/community-x86_64/PKGBUILD b/hledger-ui/repos/community-x86_64/PKGBUILD
index dfbedb4f059..a11c84a6d87 100644
--- a/hledger-ui/repos/community-x86_64/PKGBUILD
+++ b/hledger-ui/repos/community-x86_64/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hledger-ui
pkgver=1.15
-pkgrel=17
+pkgrel=18
pkgdesc="Curses-style user interface for the hledger accounting tool"
url="http://hledger.org"
license=("GPL")