[arch-commits] Commit in pcsxr/trunk (PKGBUILD link_order.patch)

Jakob Gruber schuay at nymeria.archlinux.org
Sat Aug 31 16:57:03 UTC 2013


    Date: Saturday, August 31, 2013 @ 18:57:02
  Author: schuay
Revision: 96555

pcsxr-1.9.93-1

Modified:
  pcsxr/trunk/PKGBUILD
Deleted:
  pcsxr/trunk/link_order.patch

------------------+
 PKGBUILD         |   25 ++++++++++++++-----------
 link_order.patch |   13 -------------
 2 files changed, 14 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-31 16:27:48 UTC (rev 96554)
+++ PKGBUILD	2013-08-31 16:57:02 UTC (rev 96555)
@@ -4,28 +4,31 @@
 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
 
 pkgname=pcsxr
-pkgver=1.9.92
-pkgrel=5
+pkgver=1.9.93
+pkgrel=1
 pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
 arch=('i686' 'x86_64')
 url='http://pcsxr.codeplex.com/'
 license=('GPL')
-depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl')
-makedepends=('mesa')
-source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2"
-        "link_order.patch")
+depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'gtk3')
+makedepends=('mesa' 'intltool')
 
+# Accessible through /srv/ftp/other/community on nymeria.
+source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2")
+
 build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    patch -Np0 < "$srcdir/link_order.patch"
+    cd "$srcdir/$pkgname"
+
+    autoreconf -f -i
+    intltoolize --force
+
     ./configure --prefix=/usr --enable-libcdio --enable-opengl
     make
 }
 
 package() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "$srcdir/$pkgname"
     make DESTDIR="$pkgdir" install
 }
 
-md5sums=('28411aed0b4424f97227d94bdefaec83'
-         'd38c38fa0fbb11fe881b4a9a868cf603')
+md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')

Deleted: link_order.patch
===================================================================
--- link_order.patch	2013-08-31 16:27:48 UTC (rev 96554)
+++ link_order.patch	2013-08-31 16:57:02 UTC (rev 96555)
@@ -1,13 +0,0 @@
---- gui/Makefile.in	2010-08-05 13:27:28.000000000 +0200
-+++ gui/Makefile.in	2013-01-08 21:10:44.709992969 +0100
-@@ -244,8 +244,8 @@
- 	AboutDlg.c
- 
- pcsx_LDADD = \
--	$(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst \
--	../libpcsxcore/libpcsxcore.a
-+	../libpcsxcore/libpcsxcore.a $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst
-+	
- 
- all: all-am
- 




More information about the arch-commits mailing list