[arch-commits] Commit in howl/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Thu May 19 20:11:31 UTC 2016


    Date: Thursday, May 19, 2016 @ 22:11:30
  Author: arodseth
Revision: 175735

archrelease: copy trunk to community-x86_64, community-i686

Added:
  howl/repos/community-i686/PKGBUILD
    (from rev 175734, howl/trunk/PKGBUILD)
  howl/repos/community-x86_64/PKGBUILD
    (from rev 175734, howl/trunk/PKGBUILD)
Deleted:
  howl/repos/community-i686/PKGBUILD
  howl/repos/community-i686/howl.install
  howl/repos/community-x86_64/PKGBUILD
  howl/repos/community-x86_64/howl.install

-------------------------------+
 /PKGBUILD                     |   54 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   28 --------------------
 community-i686/howl.install   |   12 --------
 community-x86_64/PKGBUILD     |   28 --------------------
 community-x86_64/howl.install |   12 --------
 5 files changed, 54 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-19 20:11:18 UTC (rev 175734)
+++ community-i686/PKGBUILD	2016-05-19 20:11:30 UTC (rev 175735)
@@ -1,28 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=1
-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')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-i686/PKGBUILD (from rev 175734, howl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-19 20:11:30 UTC (rev 175735)
@@ -0,0 +1,27 @@
+# $Id$
+# 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.3
+pkgrel=2
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/howl.install
===================================================================
--- community-i686/howl.install	2016-05-19 20:11:18 UTC (rev 175734)
+++ community-i686/howl.install	2016-05-19 20:11:30 UTC (rev 175735)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-19 20:11:18 UTC (rev 175734)
+++ community-x86_64/PKGBUILD	2016-05-19 20:11:30 UTC (rev 175735)
@@ -1,28 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=1
-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')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 175734, howl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-19 20:11:30 UTC (rev 175735)
@@ -0,0 +1,27 @@
+# $Id$
+# 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.3
+pkgrel=2
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz")
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/howl.install
===================================================================
--- community-x86_64/howl.install	2016-05-19 20:11:18 UTC (rev 175734)
+++ community-x86_64/howl.install	2016-05-19 20:11:30 UTC (rev 175735)
@@ -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
-}



More information about the arch-commits mailing list