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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:48:46
  Author: felixonmars
Revision: 658603

upgpkg: howl 0.6-2: reproducibility rebuild

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:48:46 UTC (rev 658602)
+++ PKGBUILD2020-07-07 13:48:46 UTC (rev 658603)
@@ -4,7 +4,7 @@
 
 pkgname=howl
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='General purpose and light-weight editor'
 arch=(x86_64)
 url='https://howl.io/'


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

2019-04-08 Thread Alexander Rødseth via arch-commits
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
===
--- PKGBUILD2019-04-08 13:05:02 UTC (rev 450396)
+++ PKGBUILD2019-04-08 13:19:17 UTC (rev 450397)
@@ -3,16 +3,21 @@
 # Contributor: Stefan Husmann 
 
 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
 }


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

2019-02-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, February 21, 2019 @ 11:01:10
  Author: arodseth
Revision: 434957

upgpkg: howl 0.5.3-2

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-21 11:00:42 UTC (rev 434956)
+++ PKGBUILD2019-02-21 11:01:10 UTC (rev 434957)
@@ -1,25 +1,25 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Stefan Husmann 
 
 pkgname=howl
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
+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"
+  make -C howl-$pkgver/src
 }
 
 package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
+  make -C howl-$pkgver/src PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 howl-$pkgver/LICENSE.md \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 


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

2017-12-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 5, 2017 @ 09:15:39
  Author: arodseth
Revision: 272219

upgpkg: howl 0.5.3-1

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 08:58:39 UTC (rev 272218)
+++ PKGBUILD2017-12-05 09:15:39 UTC (rev 272219)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
+sha256sums=('7b0055908f57f27b30f20f7baec6302b0ba368ca3f30ccd655bc2258f246cc3e')
 
 build() {
   make -C "howl-$pkgver/src"


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

2017-10-11 Thread Alexander Rødseth
Date: Wednesday, October 11, 2017 @ 07:57:16
  Author: arodseth
Revision: 262321

upgpkg: howl 0.5.2-1

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 06:25:23 UTC (rev 262320)
+++ PKGBUILD2017-10-11 07:57:16 UTC (rev 262321)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a714f1252dc6878fa640291e8ed36a336f8d00bce7ca7aab64e65ab04c56201c')
+sha256sums=('1e651da48cd54464e1fd70b3cd306417c7c58ba6b3d0f7308be5b230371230d0')
 
 build() {
   make -C "howl-$pkgver/src"
@@ -24,4 +24,5 @@
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
+# getver: howl.io
 # vim: ts=2 sw=2 et:


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

2017-07-18 Thread Alexander Rødseth
Date: Tuesday, July 18, 2017 @ 21:42:14
  Author: arodseth
Revision: 245628

upgpkg: howl 0.5.1-1

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-18 21:39:41 UTC (rev 245627)
+++ PKGBUILD2017-07-18 21:42:14 UTC (rev 245628)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.4.1
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('2c3dbf6b463664ad79f21743697197bb720e66fc63595fb19af40bc2cd0f3211')
+sha256sums=('a714f1252dc6878fa640291e8ed36a336f8d00bce7ca7aab64e65ab04c56201c')
 
 build() {
   make -C "howl-$pkgver/src"
@@ -24,4 +24,4 @@
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2016-10-16 Thread Alexander Rødseth
Date: Sunday, October 16, 2016 @ 10:51:05
  Author: arodseth
Revision: 192353

upgpkg: howl 0.4.1-1

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-16 05:34:58 UTC (rev 192352)
+++ PKGBUILD2016-10-16 10:51:05 UTC (rev 192353)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.4
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('25075b12ba0138afa1cb694c52dd756b35a5350fe3b30132fbcacd137db3adb3')
+sha256sums=('2c3dbf6b463664ad79f21743697197bb720e66fc63595fb19af40bc2cd0f3211')
 
 build() {
   make -C "howl-$pkgver/src"


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

2016-06-08 Thread Alexander Rødseth
Date: Wednesday, June 8, 2016 @ 22:55:23
  Author: arodseth
Revision: 178680

upgpkg: howl 0.4-1

Modified:
  howl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-08 20:23:02 UTC (rev 178679)
+++ PKGBUILD2016-06-08 20:55:23 UTC (rev 178680)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=howl
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
 url='http://howl.io/'
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+sha256sums=('25075b12ba0138afa1cb694c52dd756b35a5350fe3b30132fbcacd137db3adb3')
 
 build() {
   make -C "howl-$pkgver/src"


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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:11:18
  Author: arodseth
Revision: 175734

upgpkg: howl 0.3-2

Modified:
  howl/trunk/PKGBUILD
Deleted:
  howl/trunk/howl.install

--+
 PKGBUILD |3 +--
 howl.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:03:28 UTC (rev 175733)
+++ PKGBUILD2016-05-19 20:11:18 UTC (rev 175734)
@@ -5,13 +5,12 @@
 
 pkgname=howl
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
 url='http://howl.io/'
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
-install=howl.install
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
 sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
 

Deleted: howl.install
===
--- howl.install2016-05-19 20:03:28 UTC (rev 175733)
+++ howl.install2016-05-19 20:11:18 UTC (rev 175734)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}