Date: Wednesday, October 4, 2017 @ 14:08:19
  Author: spupykin
Revision: 261454

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

Added:
  nestopia/repos/community-i686/ChangeLog
    (from rev 261453, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
    (from rev 261453, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
    (from rev 261453, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
    (from rev 261453, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
    (from rev 261453, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
    (from rev 261453, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

----------------------------------+
 /ChangeLog                       |   24 ++++++++++++
 /PKGBUILD                        |   70 +++++++++++++++++++++++++++++++++++++
 /build-fix.patch                 |   36 +++++++++++++++++++
 community-i686/ChangeLog         |   12 ------
 community-i686/PKGBUILD          |   34 -----------------
 community-i686/build-fix.patch   |   18 ---------
 community-x86_64/ChangeLog       |   12 ------
 community-x86_64/PKGBUILD        |   34 -----------------
 community-x86_64/build-fix.patch |   18 ---------
 9 files changed, 130 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog    2017-10-04 14:07:59 UTC (rev 261453)
+++ community-i686/ChangeLog    2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  <tcama...@gmail.com>
-
-       * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  <tcama...@gmail.com>
-
-       * PKGBUILD (source): Package adopted.
-       Variable/version cleanup.
-       Patch to remove bogus error messages on program exit.
-       New dependency: mesa.
-       Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 261453, 
nestopia/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog                            (rev 0)
+++ community-i686/ChangeLog    2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  <tcama...@gmail.com>
+
+       * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  <tcama...@gmail.com>
+
+       * PKGBUILD (source): Package adopted.
+       Variable/version cleanup.
+       Patch to remove bogus error messages on program exit.
+       New dependency: mesa.
+       Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-10-04 14:07:59 UTC (rev 261453)
+++ community-i686/PKGBUILD     2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Tiago Pierezan Camargo <tcama...@gmail.com>
-# Contributor: robb_force <robb_fo...@holybuffalo.net>
-
-pkgname=nestopia
-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')
-arch=('i686' 'x86_64')
-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=('ea879cfc8693613dc42c0a7503cd9144'
-         '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 261453, 
nestopia/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Tiago Pierezan Camargo <tcama...@gmail.com>
+# Contributor: robb_force <robb_fo...@holybuffalo.net>
+
+pkgname=nestopia
+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/'
+license=('GPL')
+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')
+
+prepare() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+#  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+#  mkdir -p "$pkgdir"/usr/{bin,share/nestopia}
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch      2017-10-04 14:07:59 UTC (rev 261453)
+++ community-i686/build-fix.patch      2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,18 +0,0 @@
-diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile 
rdanbrook-nestopia-f1dde9b.my/Makefile
---- rdanbrook-nestopia-f1dde9b/Makefile        2013-01-20 20:10:25.000000000 
+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)

Copied: nestopia/repos/community-i686/build-fix.patch (from rev 261453, 
nestopia/trunk/build-fix.patch)
===================================================================
--- community-i686/build-fix.patch                              (rev 0)
+++ community-i686/build-fix.patch      2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,18 @@
+diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile 
rdanbrook-nestopia-f1dde9b.my/Makefile
+--- rdanbrook-nestopia-f1dde9b/Makefile        2013-01-20 20:10:25.000000000 
+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)

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog  2017-10-04 14:07:59 UTC (rev 261453)
+++ community-x86_64/ChangeLog  2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  <tcama...@gmail.com>
-
-       * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  <tcama...@gmail.com>
-
-       * PKGBUILD (source): Package adopted.
-       Variable/version cleanup.
-       Patch to remove bogus error messages on program exit.
-       New dependency: mesa.
-       Renamed executable to nestopia.
-

Copied: nestopia/repos/community-x86_64/ChangeLog (from rev 261453, 
nestopia/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog                          (rev 0)
+++ community-x86_64/ChangeLog  2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  <tcama...@gmail.com>
+
+       * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  <tcama...@gmail.com>
+
+       * PKGBUILD (source): Package adopted.
+       Variable/version cleanup.
+       Patch to remove bogus error messages on program exit.
+       New dependency: mesa.
+       Renamed executable to nestopia.
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-10-04 14:07:59 UTC (rev 261453)
+++ community-x86_64/PKGBUILD   2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Tiago Pierezan Camargo <tcama...@gmail.com>
-# Contributor: robb_force <robb_fo...@holybuffalo.net>
-
-pkgname=nestopia
-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')
-arch=('i686' 'x86_64')
-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=('ea879cfc8693613dc42c0a7503cd9144'
-         '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-x86_64/PKGBUILD (from rev 261453, 
nestopia/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Tiago Pierezan Camargo <tcama...@gmail.com>
+# Contributor: robb_force <robb_fo...@holybuffalo.net>
+
+pkgname=nestopia
+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/'
+license=('GPL')
+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')
+
+prepare() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+#  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir"/rdanbrook-nestopia-*
+#  mkdir -p "$pkgdir"/usr/{bin,share/nestopia}
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch    2017-10-04 14:07:59 UTC (rev 261453)
+++ community-x86_64/build-fix.patch    2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,18 +0,0 @@
-diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile 
rdanbrook-nestopia-f1dde9b.my/Makefile
---- rdanbrook-nestopia-f1dde9b/Makefile        2013-01-20 20:10:25.000000000 
+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)

Copied: nestopia/repos/community-x86_64/build-fix.patch (from rev 261453, 
nestopia/trunk/build-fix.patch)
===================================================================
--- community-x86_64/build-fix.patch                            (rev 0)
+++ community-x86_64/build-fix.patch    2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,18 @@
+diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile 
rdanbrook-nestopia-f1dde9b.my/Makefile
+--- rdanbrook-nestopia-f1dde9b/Makefile        2013-01-20 20:10:25.000000000 
+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)

Reply via email to