[arch-commits] Commit in qsopcast/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 23:11:33 UTC 2015


    Date: Monday, December 7, 2015 @ 00:11:32
  Author: foutrelis
Revision: 149342

archrelease: copy trunk to community-staging-i686

Added:
  qsopcast/repos/community-staging-i686/
  qsopcast/repos/community-staging-i686/PKGBUILD
    (from rev 149341, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/community-staging-i686/qsopcast.desktop
    (from rev 149341, qsopcast/trunk/qsopcast.desktop)

------------------+
 PKGBUILD         |   36 ++++++++++++++++++++++++++++++++++++
 qsopcast.desktop |   10 ++++++++++
 2 files changed, 46 insertions(+)

Copied: qsopcast/repos/community-staging-i686/PKGBUILD (from rev 149341, qsopcast/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 23:11:32 UTC (rev 149342)
@@ -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=2
+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"
+}

Copied: qsopcast/repos/community-staging-i686/qsopcast.desktop (from rev 149341, qsopcast/trunk/qsopcast.desktop)
===================================================================
--- community-staging-i686/qsopcast.desktop	                        (rev 0)
+++ community-staging-i686/qsopcast.desktop	2015-12-06 23:11:32 UTC (rev 149342)
@@ -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