[arch-commits] Commit in qsopcast/repos/multilib-x86_64 (5 files)

Giovanni Scafora giovanni at nymeria.archlinux.org
Sun Jul 21 07:56:49 UTC 2013


    Date: Sunday, July 21, 2013 @ 09:56:49
  Author: giovanni
Revision: 94344

archrelease: copy trunk to multilib-x86_64

Added:
  qsopcast/repos/multilib-x86_64/PKGBUILD
    (from rev 94343, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/multilib-x86_64/qsopcast.desktop
    (from rev 94343, qsopcast/trunk/qsopcast.desktop)
Deleted:
  qsopcast/repos/multilib-x86_64/PKGBUILD
  qsopcast/repos/multilib-x86_64/gcc47.patch
  qsopcast/repos/multilib-x86_64/qsopcast.desktop

------------------+
 PKGBUILD         |   73 ++++++++++++++++++++++++++---------------------------
 gcc47.patch      |   33 -----------------------
 qsopcast.desktop |   20 +++++++-------
 3 files changed, 46 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-21 07:56:37 UTC (rev 94343)
+++ PKGBUILD	2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qsopcast
-pkgver=0.3.8
-pkgrel=6
-pkgdesc="A Qt front-end to p2p TV sopcast"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/qsopcast"
-license=('GPL2')
-depends=('qt4' 'sopcast')
-source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2"
-        'qsopcast.desktop'
-        'gcc47.patch')
-sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-          'ada48f3fdeab903235967142740d057d544494c4'
-          '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
-
-  patch -p2 -i "${srcdir}"/gcc47.patch
-
-  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
-  qmake-qt4
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
-
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m644 $srcdir/qsopcast.desktop \
-    $pkgdir/usr/share/applications/qsopcast.desktop
-  rm -rf "${pkgdir}/usr/bin/sp-sc"
-}

Copied: qsopcast/repos/multilib-x86_64/PKGBUILD (from rev 94343, qsopcast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-21 07:56:49 UTC (rev 94344)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=1
+pkgdesc="A Qt front-end to p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/qsopcast"
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2"
+        'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+          'ada48f3fdeab903235967142740d057d544494c4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
+  qmake-qt4
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 "${srcdir}/qsopcast.desktop" \
+                   "${pkgdir}/usr/share/applications/qsopcast.desktop"
+  install -D -m644 "icons/mozart.xpm" \
+                   "${pkgdir}/usr/share/pixmaps/qsopcast.xpm"
+  rm -rf "${pkgdir}/usr/bin/sp-sc"
+}

Deleted: gcc47.patch
===================================================================
--- gcc47.patch	2013-07-21 07:56:37 UTC (rev 94343)
+++ gcc47.patch	2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,33 +0,0 @@
---- qsopcast-0.3.8-qt4/src/loadsave.cpp~	2013-02-27 17:01:20.543229693 +0000
-+++ qsopcast-0.3.8-qt4/src/loadsave.cpp	2013-02-27 17:01:38.629768649 +0000
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include <unistd.h>
-+
- #include "mypopupmenu.h"
- #include "loadsave.h"
- #include "mainwindow.h"
---- qsopcast-0.3.8-qt4/src/sopfork.cpp~	2013-02-27 17:03:19.355725555 +0000
-+++ qsopcast-0.3.8-qt4/src/sopfork.cpp	2013-02-27 17:03:33.018960848 +0000
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include <unistd.h>
-+
- #include "sopfork.h"
- #include "header.h"
- #include "playfork.h"
---- qsopcast-0.3.8-qt4/src/record.cpp~	2013-02-27 17:05:04.374982336 +0000
-+++ qsopcast-0.3.8-qt4/src/record.cpp	2013-02-27 17:05:15.474903741 +0000
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include <unistd.h>
-+
- #include "sopfork.h"
- #include "record.h"
- #include "header.h"

Deleted: qsopcast.desktop
===================================================================
--- qsopcast.desktop	2013-07-21 07:56:37 UTC (rev 94343)
+++ qsopcast.desktop	2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Comment=A Qt frontend of sopcast
-Exec=qsopcast
-GenericName=Online TV
-Icon=qsopcast.xpm
-Name=QSopcast
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Network;

Copied: qsopcast/repos/multilib-x86_64/qsopcast.desktop (from rev 94343, qsopcast/trunk/qsopcast.desktop)
===================================================================
--- qsopcast.desktop	                        (rev 0)
+++ qsopcast.desktop	2013-07-21 07:56:49 UTC (rev 94344)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;




More information about the arch-commits mailing list