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

2016-07-23 Thread Maxime Gauduin
Date: Saturday, July 23, 2016 @ 07:37:15
  Author: alucryd
Revision: 183766

upgpkg: higan 100-1

Modified:
  higan/trunk/PKGBUILD
  higan/trunk/higan.install

---+
 PKGBUILD  |6 +++---
 higan.install |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-23 07:29:35 UTC (rev 183765)
+++ PKGBUILD2016-07-23 07:37:15 UTC (rev 183766)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=higan
-pkgver=099
+pkgver=100
 pkgrel=1
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install='higan.install'
 source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
 'higan-flags.patch')
-sha256sums=('1c62f2f1ec98da9d098c2df5c8b539a192b5a70eff0896c3e27d541fb4d28e86'
+sha256sums=('375ff95adac3befff7ca6fc75cca692c033ba7eb136d42c2ca4b78b37b03e2de'
 '6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
 
 prepare() {
@@ -42,7 +42,7 @@
   install -m 755 higan/out/higan "${pkgdir}"/usr/bin/
   install -m 644 higan/data/higan.desktop "${pkgdir}"/usr/share/applications/
   install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/profile/* higan/data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+  cp -dr --no-preserve='ownership' higan/systems/* higan/data/cheats.bml 
"${pkgdir}"/usr/share/higan/
 }
 
 # vim: ts=2 sw=2 et:

Modified: higan.install
===
--- higan.install   2016-07-23 07:29:35 UTC (rev 183765)
+++ higan.install   2016-07-23 07:37:15 UTC (rev 183766)
@@ -1,8 +1,8 @@
 post_install() {
-echo "higan needs the system files located in /usr/share/higan to be copied 
inside
-your ~/Emulation directory. This is done automatically by the launcher script
-if you're using the default directory, otherwise make sure you copy them
-manually."
+cat << EOF
+higan needs the system files located in /usr/share/higan to be present inside
+your ~/Emulation directory, please copy them over before using the emulator.
+EOF
 }
 
 post_upgrade() {


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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 19:02:54
  Author: alucryd
Revision: 154568

upgpkg: higan 096-2

Modified:
  higan/trunk/PKGBUILD
  higan/trunk/higan.install

---+
 PKGBUILD  |2 +-
 higan.install |4 
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 17:50:45 UTC (rev 154567)
+++ PKGBUILD2015-12-26 18:02:54 UTC (rev 154568)
@@ -3,7 +3,7 @@
 
 pkgname=higan
 pkgver=096
-pkgrel=1
+pkgrel=2
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
 url='http://byuu.org/'

Modified: higan.install
===
--- higan.install   2015-12-26 17:50:45 UTC (rev 154567)
+++ higan.install   2015-12-26 18:02:54 UTC (rev 154568)
@@ -7,4 +7,8 @@
 EOF
 }
 
+post_upgrade() {
+  post_install
+}
+
 # vim: ts=2 sw=2 et: