[arch-commits] Commit in higan-gtk/repos (8 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jan 20 19:23:37 UTC 2014


    Date: Monday, January 20, 2014 @ 20:23:37
  Author: alucryd
Revision: 104429

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

Added:
  higan-gtk/repos/community-i686/PKGBUILD
    (from rev 104428, higan-gtk/trunk/PKGBUILD)
  higan-gtk/repos/community-i686/higan
    (from rev 104428, higan-gtk/trunk/higan)
  higan-gtk/repos/community-x86_64/PKGBUILD
    (from rev 104428, higan-gtk/trunk/PKGBUILD)
  higan-gtk/repos/community-x86_64/higan
    (from rev 104428, higan-gtk/trunk/higan)
Deleted:
  higan-gtk/repos/community-i686/PKGBUILD
  higan-gtk/repos/community-i686/higan
  higan-gtk/repos/community-x86_64/PKGBUILD
  higan-gtk/repos/community-x86_64/higan

---------------------------+
 /PKGBUILD                 |  116 ++++++++++++++++++++++++++++++++++++++++++++
 /higan                    |   26 +++++++++
 community-i686/PKGBUILD   |   58 ----------------------
 community-i686/higan      |   13 ----
 community-x86_64/PKGBUILD |   58 ----------------------
 community-x86_64/higan    |   13 ----
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-20 18:30:25 UTC (rev 104428)
+++ community-i686/PKGBUILD	2014-01-20 19:23:37 UTC (rev 104429)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-
-pkgname=higan-gtk
-pkgver=094
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
-makedepends=('mesa')
-optdepends=('beat: Delta patcher')
-conflicts=('higan-qt')
-source=("http://byuu.org/files/${pkgname%-*}_v${pkgver}-source.tar.xz"
-        'higan')
-sha256sums=('5e149df9d50c1066eb97c0d66665428d75304da782bba5a87078b87fc311151b'
-            'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
-
-_profiles='accuracy balanced performance'
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  sed "s/-march=native/-march=${CARCH/_/-} -mtune=generic/g" -i Makefile
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make phoenix=gtk -C ananke
-
-  for _profile in ${_profiles}; do
-    make phoenix=gtk profile=${_profile}
-    mv out/higan{,-${_profile}}
-    make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 {..,"${pkgdir}"/usr/bin}/higan
-  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
-  cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
-
-  install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
-  ln -s libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
-
-  for _profile in ${_profiles}; do
-    install -m 755 {out,"${pkgdir}"/usr/bin}/higan-${_profile}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan-gtk/repos/community-i686/PKGBUILD (from rev 104428, higan-gtk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-20 19:23:37 UTC (rev 104429)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=higan-gtk
+pkgver=094
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
+makedepends=('mesa')
+optdepends=('beat: Delta patcher')
+conflicts=('higan-qt')
+source=("http://byuu.org/files/${pkgname%-*}_v${pkgver}-source.tar.xz"
+        'higan')
+sha256sums=('5e149df9d50c1066eb97c0d66665428d75304da782bba5a87078b87fc311151b'
+            'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
+
+_profiles='accuracy balanced performance'
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  sed "s/-march=native/-march=${CARCH/_/-} -mtune=generic/g" -i Makefile
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make phoenix=gtk -C ananke
+
+  for _profile in ${_profiles}; do
+    make phoenix=gtk profile=${_profile}
+    mv out/higan{,-${_profile}}
+    make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
+  install -m 755 {..,"${pkgdir}"/usr/bin}/higan
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
+  cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
+
+  install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
+  ln -s libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
+
+  for _profile in ${_profiles}; do
+    install -m 755 {out,"${pkgdir}"/usr/bin}/higan-${_profile}
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/higan
===================================================================
--- community-i686/higan	2014-01-20 18:30:25 UTC (rev 104428)
+++ community-i686/higan	2014-01-20 19:23:37 UTC (rev 104429)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Shared folders workaround
-cp -ru /usr/share/higan ~/.config/
-
-# Check for profiles and prompt user with a GUI
-[ -e /usr/bin/higan-accuracy ] && tag1=accuracy
-[ -e /usr/bin/higan-balanced ] && tag2=balanced
-[ -e /usr/bin/higan-performance ] && tag3=performance
-profile="$(Xdialog --stdout --no-tags --title "higan" --radiolist "Choose a profile" 0 0 0 "$tag1" "Accuracy" off "$tag2" "Balanced" off "$tag3" "Performance" off)"
-
-# Launch selected profile
-exec higan-$profile "$@"

Copied: higan-gtk/repos/community-i686/higan (from rev 104428, higan-gtk/trunk/higan)
===================================================================
--- community-i686/higan	                        (rev 0)
+++ community-i686/higan	2014-01-20 19:23:37 UTC (rev 104429)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Shared folders workaround
+cp -ru /usr/share/higan ~/.config/
+
+# Check for profiles and prompt user with a GUI
+[ -e /usr/bin/higan-accuracy ] && tag1=accuracy
+[ -e /usr/bin/higan-balanced ] && tag2=balanced
+[ -e /usr/bin/higan-performance ] && tag3=performance
+profile="$(Xdialog --stdout --no-tags --title "higan" --radiolist "Choose a profile" 0 0 0 "$tag1" "Accuracy" off "$tag2" "Balanced" off "$tag3" "Performance" off)"
+
+# Launch selected profile
+exec higan-$profile "$@"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-20 18:30:25 UTC (rev 104428)
+++ community-x86_64/PKGBUILD	2014-01-20 19:23:37 UTC (rev 104429)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-
-pkgname=higan-gtk
-pkgver=094
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
-makedepends=('mesa')
-optdepends=('beat: Delta patcher')
-conflicts=('higan-qt')
-source=("http://byuu.org/files/${pkgname%-*}_v${pkgver}-source.tar.xz"
-        'higan')
-sha256sums=('5e149df9d50c1066eb97c0d66665428d75304da782bba5a87078b87fc311151b'
-            'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
-
-_profiles='accuracy balanced performance'
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  sed "s/-march=native/-march=${CARCH/_/-} -mtune=generic/g" -i Makefile
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make phoenix=gtk -C ananke
-
-  for _profile in ${_profiles}; do
-    make phoenix=gtk profile=${_profile}
-    mv out/higan{,-${_profile}}
-    make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
-  install -m 755 {..,"${pkgdir}"/usr/bin}/higan
-  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
-  cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
-
-  install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
-  ln -s libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
-
-  for _profile in ${_profiles}; do
-    install -m 755 {out,"${pkgdir}"/usr/bin}/higan-${_profile}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan-gtk/repos/community-x86_64/PKGBUILD (from rev 104428, higan-gtk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-20 19:23:37 UTC (rev 104429)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=higan-gtk
+pkgver=094
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
+makedepends=('mesa')
+optdepends=('beat: Delta patcher')
+conflicts=('higan-qt')
+source=("http://byuu.org/files/${pkgname%-*}_v${pkgver}-source.tar.xz"
+        'higan')
+sha256sums=('5e149df9d50c1066eb97c0d66665428d75304da782bba5a87078b87fc311151b'
+            'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048')
+
+_profiles='accuracy balanced performance'
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  sed "s/-march=native/-march=${CARCH/_/-} -mtune=generic/g" -i Makefile
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make phoenix=gtk -C ananke
+
+  for _profile in ${_profiles}; do
+    make phoenix=gtk profile=${_profile}
+    mv out/higan{,-${_profile}}
+    make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
+  install -m 755 {..,"${pkgdir}"/usr/bin}/higan
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
+  cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
+
+  install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
+  ln -s libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
+
+  for _profile in ${_profiles}; do
+    install -m 755 {out,"${pkgdir}"/usr/bin}/higan-${_profile}
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/higan
===================================================================
--- community-x86_64/higan	2014-01-20 18:30:25 UTC (rev 104428)
+++ community-x86_64/higan	2014-01-20 19:23:37 UTC (rev 104429)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Shared folders workaround
-cp -ru /usr/share/higan ~/.config/
-
-# Check for profiles and prompt user with a GUI
-[ -e /usr/bin/higan-accuracy ] && tag1=accuracy
-[ -e /usr/bin/higan-balanced ] && tag2=balanced
-[ -e /usr/bin/higan-performance ] && tag3=performance
-profile="$(Xdialog --stdout --no-tags --title "higan" --radiolist "Choose a profile" 0 0 0 "$tag1" "Accuracy" off "$tag2" "Balanced" off "$tag3" "Performance" off)"
-
-# Launch selected profile
-exec higan-$profile "$@"

Copied: higan-gtk/repos/community-x86_64/higan (from rev 104428, higan-gtk/trunk/higan)
===================================================================
--- community-x86_64/higan	                        (rev 0)
+++ community-x86_64/higan	2014-01-20 19:23:37 UTC (rev 104429)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Shared folders workaround
+cp -ru /usr/share/higan ~/.config/
+
+# Check for profiles and prompt user with a GUI
+[ -e /usr/bin/higan-accuracy ] && tag1=accuracy
+[ -e /usr/bin/higan-balanced ] && tag2=balanced
+[ -e /usr/bin/higan-performance ] && tag3=performance
+profile="$(Xdialog --stdout --no-tags --title "higan" --radiolist "Choose a profile" 0 0 0 "$tag1" "Accuracy" off "$tag2" "Balanced" off "$tag3" "Performance" off)"
+
+# Launch selected profile
+exec higan-$profile "$@"




More information about the arch-commits mailing list