[arch-commits] Commit in howl/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 8 13:19:18 UTC 2019


    Date: Monday, April 8, 2019 @ 13:19:17
  Author: arodseth
Revision: 450397

upgpkg: howl 0.6-1

Modified:
  howl/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 13:05:02 UTC (rev 450396)
+++ PKGBUILD	2019-04-08 13:19:17 UTC (rev 450397)
@@ -3,16 +3,21 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=howl
-pkgver=0.5.3
-pkgrel=2
-pkgdesc='General purpose, light-weight customizable editor'
+pkgver=0.6
+pkgrel=1
+pkgdesc='General purpose and light-weight editor'
 arch=(x86_64)
 url='https://howl.io/'
 license=(MIT)
-depends=(desktop-file-utils gtk3)
+makedepends=(setconf)
+depends=(gtk3)
 source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
-sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
+sha256sums=('834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1')
 
+prepare() {
+  setconf howl-$pkgver/src/Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS"
+}
+
 build() {
   make -C howl-$pkgver/src
 }



More information about the arch-commits mailing list