[arch-commits] Commit in nestopia/trunk (PKGBUILD build-fix.patch)

2017-10-04 Thread Sergej Pupykin
Date: Wednesday, October 4, 2017 @ 14:09:26
  Author: spupykin
Revision: 261455

clean up

Modified:
  nestopia/trunk/PKGBUILD
Deleted:
  nestopia/trunk/build-fix.patch

-+
 PKGBUILD|   12 ++--
 build-fix.patch |   18 --
 2 files changed, 2 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 14:08:19 UTC (rev 261454)
+++ PKGBUILD2017-10-04 14:09:26 UTC (rev 261455)
@@ -12,16 +12,9 @@
 arch=('i686' 'x86_64')
 depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
 makedepends=('unzip' 'mesa' 'xdg-utils' 'cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   "build-fix.patch")
-sha256sums=('ee14b9476748669ac1af73116beb2a6e3dd6b41c0b1d2f7149fb8716bb02d749'
-'17a773a0043bc20cea63ddecd7a7892b54d9bcea39b7f02fff21e8c5a154c335')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;)
+sha256sums=('ee14b9476748669ac1af73116beb2a6e3dd6b41c0b1d2f7149fb8716bb02d749')
 
-prepare() {
-  cd "$srcdir"/rdanbrook-nestopia-*
-#  patch -p1 <"$srcdir"/build-fix.patch
-}
-
 build() {
   cd "$srcdir"/rdanbrook-nestopia-*
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
@@ -30,6 +23,5 @@
 
 package() {
   cd "$srcdir"/rdanbrook-nestopia-*
-#  mkdir -p "$pkgdir"/usr/{bin,share/nestopia}
   make install DESTDIR="$pkgdir"
 }

Deleted: build-fix.patch
===
--- build-fix.patch 2017-10-04 14:08:19 UTC (rev 261454)
+++ build-fix.patch 2017-10-04 14:09:26 UTC (rev 261455)
@@ -1,18 +0,0 @@
-diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile 
rdanbrook-nestopia-f1dde9b.my/Makefile
 rdanbrook-nestopia-f1dde9b/Makefile2013-01-20 20:10:25.0 
+0400
-+++ rdanbrook-nestopia-f1dde9b.my/Makefile 2013-01-21 15:18:54.727577673 
+0400
-@@ -197,11 +197,11 @@
-   install -m 0644 NstDatabase.xml $(DATADIR)
-   install -m 0644 source/unix/icons/*.png $(DATADIR)/icons
-   install -m 0644 source/unix/icons/*.svg $(DATADIR)/icons
--  install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps
--  xdg-desktop-menu install --novendor $(DATADIR)/nestopia.desktop
-+  install -m 0644 source/unix/icons/nestopia.svg 
$(PREFIX)/share/pixmaps/nestopia.svg
-+  install -Dm0644 $(DATADIR)/nestopia.desktop 
$(PREFIX)/share/applications/nestopia.desktop
- 
- uninstall:
--  xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop
-+  rm $(PREFIX)/share/applications/nestopia.desktop
-   rm $(PREFIX)/share/pixmaps/nestopia.svg
-   rm $(BINDIR)/$(BIN)
-   rm -rf $(DATADIR)


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

2017-10-04 Thread Sergej Pupykin
Date: Wednesday, October 4, 2017 @ 14:07:56
  Author: spupykin
Revision: 261452

upgpkg: nestopia 1.48-1

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 14:07:45 UTC (rev 261451)
+++ PKGBUILD2017-10-04 14:07:56 UTC (rev 261452)
@@ -4,7 +4,7 @@
 # Contributor: robb_force 
 
 pkgname=nestopia
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia/'
@@ -11,24 +11,25 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils')
+makedepends=('unzip' 'mesa' 'xdg-utils' 'cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
"build-fix.patch")
-md5sums=('ea879cfc8693613dc42c0a7503cd9144'
- '4a852d8e484c2fe214377ec18a68356f')
+sha256sums=('ee14b9476748669ac1af73116beb2a6e3dd6b41c0b1d2f7149fb8716bb02d749'
+'17a773a0043bc20cea63ddecd7a7892b54d9bcea39b7f02fff21e8c5a154c335')
 
 prepare() {
   cd "$srcdir"/rdanbrook-nestopia-*
-  patch -p1 <"$srcdir"/build-fix.patch
+#  patch -p1 <"$srcdir"/build-fix.patch
 }
 
 build() {
   cd "$srcdir"/rdanbrook-nestopia-*
-  make PREFIX=/usr
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
 }
 
 package() {
   cd "$srcdir"/rdanbrook-nestopia-*
-  mkdir -p "$pkgdir"/usr/{bin,share/nestopia}
-  make install PREFIX="$pkgdir"/usr
+#  mkdir -p "$pkgdir"/usr/{bin,share/nestopia}
+  make install DESTDIR="$pkgdir"
 }


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

2016-01-11 Thread Sergej Pupykin
Date: Monday, January 11, 2016 @ 13:54:22
  Author: spupykin
Revision: 155990

upgpkg: nestopia 1.47-1

upd

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 12:54:19 UTC (rev 155989)
+++ PKGBUILD2016-01-11 12:54:22 UTC (rev 155990)
@@ -4,8 +4,8 @@
 # Contributor: robb_force 
 
 pkgname=nestopia
-pkgver=1.46.2
-pkgrel=2
+pkgver=1.47
+pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia/'
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('unzip' 'mesa' 'xdg-utils')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
"build-fix.patch")
-md5sums=('3af8ed8ce084803a50a2d058b6d77e6e'
+md5sums=('ea879cfc8693613dc42c0a7503cd9144'
  '4a852d8e484c2fe214377ec18a68356f')
 
 prepare() {


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:02:13
  Author: foutrelis
Revision: 149142

C++11 ABI rebuild

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 19:59:44 UTC (rev 149141)
+++ PKGBUILD2015-12-06 20:02:13 UTC (rev 149142)
@@ -5,7 +5,7 @@
 
 pkgname=nestopia
 pkgver=1.46.2
-pkgrel=1
+pkgrel=2
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia/'
 license=('GPL')


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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:35:55
  Author: spupykin
Revision: 120640

upgpkg: nestopia 1.46.2-1

upd

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-14 11:25:41 UTC (rev 120639)
+++ PKGBUILD2014-10-14 11:35:55 UTC (rev 120640)
@@ -4,7 +4,7 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=nestopia
-pkgver=1.46.1
+pkgver=1.46.2
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia/'
@@ -14,7 +14,7 @@
 makedepends=('unzip' 'mesa' 'xdg-utils')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
build-fix.patch)
-md5sums=('0300523641d62b0b034bd2e16d0435e6'
+md5sums=('3af8ed8ce084803a50a2d058b6d77e6e'
  '4a852d8e484c2fe214377ec18a68356f')
 
 prepare() {


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

2014-09-02 Thread Sergej Pupykin
Date: Tuesday, September 2, 2014 @ 17:01:17
  Author: spupykin
Revision: 118192

upgpkg: nestopia 1.46-1

upd

Modified:
  nestopia/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-02 14:25:02 UTC (rev 118191)
+++ PKGBUILD2014-09-02 15:01:17 UTC (rev 118192)
@@ -4,26 +4,29 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=nestopia
-pkgver=1.45
+pkgver=1.46
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia.html'
+url='http://0ldsk00l.ca/nestopia/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
-makedepends=('unzip' 'mesa')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
+makedepends=('unzip' 'mesa' 'xdg-utils')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
build-fix.patch)
-md5sums=('f34aa327011af7c149ec679db5b53362'
+md5sums=('54d0ec7c3e8067ad372383ffe9c3924f'
  '4a852d8e484c2fe214377ec18a68356f')
 
-build() {
+prepare() {
   cd ${srcdir}/rdanbrook-nestopia-*
   patch -p1 $srcdir/build-fix.patch
-  export LDFLAGS=-lX11
-  make PREFIX=/usr -j1
 }
 
+build() {
+  cd ${srcdir}/rdanbrook-nestopia-*
+  make PREFIX=/usr
+}
+
 package() {
   cd ${srcdir}/rdanbrook-nestopia-*
   mkdir -p $pkgdir/usr/{bin,share/nestopia}



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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 12:05:13
  Author: spupykin
Revision: 94779

upgpkg: nestopia 1.45-1

upd

Modified:
  nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 10:01:35 UTC (rev 94778)
+++ PKGBUILD2013-07-30 10:05:13 UTC (rev 94779)
@@ -4,17 +4,17 @@
 # Contributor: robb_force robb_fo...@holybuffalo.net
 
 pkgname=nestopia
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
 url='http://0ldsk00l.ca/nestopia.html'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
+depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
 makedepends=('unzip' 'mesa')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
build-fix.patch)
-md5sums=('ea59be039dfc50ae32a6decf905f04b8'
+md5sums=('f34aa327011af7c149ec679db5b53362'
  '4a852d8e484c2fe214377ec18a68356f')
 
 build() {