[arch-commits] Commit in howl/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Monday, April 8, 2019 @ 13:19:25
  Author: arodseth
Revision: 450398

archrelease: copy trunk to community-x86_64

Added:
  howl/repos/community-x86_64/PKGBUILD
    (from rev 450397, howl/trunk/PKGBUILD)
Deleted:
  howl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 13:19:17 UTC (rev 450397)
+++ PKGBUILD	2019-04-08 13:19:25 UTC (rev 450398)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=howl
-pkgver=0.5.3
-pkgrel=2
-pkgdesc='General purpose, light-weight customizable editor'
-arch=(x86_64)
-url='https://howl.io/'
-license=(MIT)
-depends=(desktop-file-utils gtk3)
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
-sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
-
-build() {
-  make -C howl-$pkgver/src
-}
-
-package() {
-  make -C howl-$pkgver/src PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 howl-$pkgver/LICENSE.md \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: howl.io
-# vim: ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 450397, howl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-08 13:19:25 UTC (rev 450398)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=howl
+pkgver=0.6
+pkgrel=1
+pkgdesc='General purpose and light-weight editor'
+arch=(x86_64)
+url='https://howl.io/'
+license=(MIT)
+makedepends=(setconf)
+depends=(gtk3)
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+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
+}
+
+package() {
+  make -C howl-$pkgver/src PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 howl-$pkgver/LICENSE.md \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: howl.io
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list