[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2017-10-27 Thread Sergej Pupykin
Date: Friday, October 27, 2017 @ 13:58:47
  Author: spupykin
Revision: 264596

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 264595, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 264595, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   66 +++
 q4wine.desktop |   36 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 13:54:33 UTC (rev 264595)
+++ PKGBUILD2017-10-27 13:58:47 UTC (rev 264596)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.5
-pkgrel=2
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-depends=("qt5-base" "wine" "sqlite3" "which" "icoutils")
-makedepends=("cmake" "qt5-tools")
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha256sums=('aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 264595, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 13:58:47 UTC (rev 264596)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+depends=("qt5-base" "wine" "sqlite3" "which" "icoutils")
+makedepends=("cmake" "qt5-tools")
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha256sums=('f8127ca54880e1dbf804e1ef852d868c3f3e4c596d6e7db88093d584cc54996a')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2017-10-27 13:54:33 UTC (rev 264595)
+++ q4wine.desktop  2017-10-27 13:58:47 UTC (rev 264596)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 264595, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-10-27 13:58:47 UTC (rev 264596)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2017-06-26 Thread Sergej Pupykin
Date: Monday, June 26, 2017 @ 16:06:12
  Author: spupykin
Revision: 241028

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 241027, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 241027, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-26 16:05:19 UTC (rev 241027)
+++ PKGBUILD2017-06-26 16:06:12 UTC (rev 241028)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha256sums=('aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 241027, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-26 16:06:12 UTC (rev 241028)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.5
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake" "qt5-tools")
+else
+  depends=("qt5-base" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake" "qt5-tools")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha256sums=('aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2017-06-26 16:05:19 UTC (rev 241027)
+++ q4wine.desktop  2017-06-26 16:06:12 UTC (rev 241028)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 241027, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-06-26 16:06:12 UTC (rev 241028)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2017-05-10 Thread Sergej Pupykin
Date: Wednesday, May 10, 2017 @ 13:26:26
  Author: spupykin
Revision: 227703

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 227702, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 227702, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-10 13:23:05 UTC (rev 227702)
+++ PKGBUILD2017-05-10 13:26:26 UTC (rev 227703)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha256sums=('9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 227702, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-10 13:26:26 UTC (rev 227703)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha256sums=('aa48b0ea8ff504e341b3352194380aa256f6ac8a6a301e1bbf30196eec8d310c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2017-05-10 13:23:05 UTC (rev 227702)
+++ q4wine.desktop  2017-05-10 13:26:26 UTC (rev 227703)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 227702, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-05-10 13:26:26 UTC (rev 227703)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-12-26 Thread Sergej Pupykin
Date: Monday, December 26, 2016 @ 10:34:02
  Author: spupykin
Revision: 202746

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 202745, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 202745, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-26 10:33:03 UTC (rev 202745)
+++ PKGBUILD2016-12-26 10:34:02 UTC (rev 202746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('ec6e0d07f1e9741e8e21523796752d18')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 202745, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-26 10:34:02 UTC (rev 202746)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha256sums=('9862c9353964ed51802342896f6fd0ca3c1d759cc1b7161c8447d447e9b6b4bd')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-12-26 10:33:03 UTC (rev 202745)
+++ q4wine.desktop  2016-12-26 10:34:02 UTC (rev 202746)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 202745, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-12-26 10:34:02 UTC (rev 202746)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 14:17:23
  Author: spupykin
Revision: 195678

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 195677, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 195677, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-14 14:08:51 UTC (rev 195677)
+++ PKGBUILD2016-11-14 14:17:23 UTC (rev 195678)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('057196650872afbdc171b1c581ccf631')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 195677, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-14 14:17:23 UTC (rev 195678)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('ec6e0d07f1e9741e8e21523796752d18')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd "$srcdir"/${pkgname}-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-11-14 14:08:51 UTC (rev 195677)
+++ q4wine.desktop  2016-11-14 14:17:23 UTC (rev 195678)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 195677, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-11-14 14:17:23 UTC (rev 195678)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:05:05
  Author: spupykin
Revision: 188559

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 188558, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 188558, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
+++ PKGBUILD2016-09-05 11:05:05 UTC (rev 188559)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('6533de222da1c08d488ad310af48a632')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 188558, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:05:05 UTC (rev 188559)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('057196650872afbdc171b1c581ccf631')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
+++ q4wine.desktop  2016-09-05 11:05:05 UTC (rev 188559)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 188558, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-09-05 11:05:05 UTC (rev 188559)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-07-26 Thread Sergej Pupykin
Date: Tuesday, July 26, 2016 @ 12:14:28
  Author: spupykin
Revision: 184296

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 184295, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 184295, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-26 11:52:42 UTC (rev 184295)
+++ PKGBUILD2016-07-26 12:14:28 UTC (rev 184296)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('3290726d2423e28cef0354774ea3a17b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 184295, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-26 12:14:28 UTC (rev 184296)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('6533de222da1c08d488ad310af48a632')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-07-26 11:52:42 UTC (rev 184295)
+++ q4wine.desktop  2016-07-26 12:14:28 UTC (rev 184296)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 184295, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-07-26 12:14:28 UTC (rev 184296)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-02-29 Thread Sergej Pupykin
Date: Monday, February 29, 2016 @ 11:58:06
  Author: spupykin
Revision: 163775

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 163774, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 163774, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 10:52:26 UTC (rev 163774)
+++ PKGBUILD2016-02-29 10:58:06 UTC (rev 163775)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.2_r1
-pkgrel=2
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('56725dd863463a68a39b090e6f80402a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 163774, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 10:58:06 UTC (rev 163775)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('3290726d2423e28cef0354774ea3a17b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-02-29 10:52:26 UTC (rev 163774)
+++ q4wine.desktop  2016-02-29 10:58:06 UTC (rev 163775)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 163774, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-02-29 10:58:06 UTC (rev 163775)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-01-04 Thread Sergej Pupykin
Date: Monday, January 4, 2016 @ 19:52:55
  Author: spupykin
Revision: 155475

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 155474, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 155474, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   86 ---
 q4wine.desktop |   36 +++
 2 files changed, 62 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 18:52:40 UTC (rev 155474)
+++ PKGBUILD2016-01-04 18:52:55 UTC (rev 155475)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.2_r1
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('56725dd863463a68a39b090e6f80402a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 155474, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 18:52:55 UTC (rev 155475)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.2_r1
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('56725dd863463a68a39b090e6f80402a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-01-04 18:52:40 UTC (rev 155474)
+++ q4wine.desktop  2016-01-04 18:52:55 UTC (rev 155475)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 155474, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-01-04 18:52:55 UTC (rev 155475)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-01-04 Thread Sergej Pupykin
Date: Monday, January 4, 2016 @ 15:11:02
  Author: spupykin
Revision: 155410

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 155409, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 155409, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   84 +++
 q4wine.desktop |   36 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 14:10:44 UTC (rev 155409)
+++ PKGBUILD2016-01-04 14:11:02 UTC (rev 155410)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.1_r2
-pkgrel=2
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('56675d0a3494e0e91b235c8821e53961')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 155409, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 14:11:02 UTC (rev 155410)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.2_r1
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('56725dd863463a68a39b090e6f80402a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-01-04 14:10:44 UTC (rev 155409)
+++ q4wine.desktop  2016-01-04 14:11:02 UTC (rev 155410)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 155409, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-01-04 14:11:02 UTC (rev 155410)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2014-01-30 Thread Sergej Pupykin
Date: Thursday, January 30, 2014 @ 09:51:53
  Author: spupykin
Revision: 105011

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 105010, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 105010, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   84 +++
 q4wine.desktop |   36 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-30 08:46:00 UTC (rev 105010)
+++ PKGBUILD2014-01-30 08:51:53 UTC (rev 105011)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=1.1_r1
-pkgrel=1
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-else
-  depends=(qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-fi
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('59ce6b2036a99217d572536a4f9c2555')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 105010, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-30 08:51:53 UTC (rev 105011)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.1_r2
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+else
+  depends=(qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+fi
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('56675d0a3494e0e91b235c8821e53961')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2014-01-30 08:46:00 UTC (rev 105010)
+++ q4wine.desktop  2014-01-30 08:51:53 UTC (rev 105011)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 105010, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2014-01-30 08:51:53 UTC (rev 105011)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-12-09 Thread Sergej Pupykin
Date: Monday, December 9, 2013 @ 14:12:50
  Author: spupykin
Revision: 102362

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 102361, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 102361, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   84 +++
 q4wine.desktop |   36 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-09 13:12:19 UTC (rev 102361)
+++ PKGBUILD2013-12-09 13:12:50 UTC (rev 102362)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=1.1
-pkgrel=1
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-else
-  depends=(qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-fi
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('6d806e02a32346c84f72090a2b5c7f40')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 102361, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-09 13:12:50 UTC (rev 102362)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.1_r1
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+else
+  depends=(qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+fi
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('59ce6b2036a99217d572536a4f9c2555')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-12-09 13:12:19 UTC (rev 102361)
+++ q4wine.desktop  2013-12-09 13:12:50 UTC (rev 102362)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 102361, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-12-09 13:12:50 UTC (rev 102362)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-11-16 Thread Sergej Pupykin
Date: Saturday, November 16, 2013 @ 19:35:38
  Author: spupykin
Revision: 101093

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 101092, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 101092, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   84 +++
 q4wine.desktop |   36 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-16 18:35:12 UTC (rev 101092)
+++ PKGBUILD2013-11-16 18:35:38 UTC (rev 101093)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=1.0_r3
-pkgrel=1
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-else
-  depends=(qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-fi
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('29bb4b51334a78191611f49c050950d1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 101092, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-16 18:35:38 UTC (rev 101093)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.1
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+else
+  depends=(qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+fi
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('6d806e02a32346c84f72090a2b5c7f40')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-11-16 18:35:12 UTC (rev 101092)
+++ q4wine.desktop  2013-11-16 18:35:38 UTC (rev 101093)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 101092, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-11-16 18:35:38 UTC (rev 101093)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-05-05 Thread Sergej Pupykin
Date: Sunday, May 5, 2013 @ 23:38:28
  Author: spupykin
Revision: 89941

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 89940, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 89940, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   84 +++
 q4wine.desktop |   36 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-05 21:33:37 UTC (rev 89940)
+++ PKGBUILD2013-05-05 21:38:28 UTC (rev 89941)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=1.0_r2
-pkgrel=1
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-else
-  depends=(qt4 wine sqlite3 which icoutils)
-  makedepends=(cmake)
-fi
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('0f559a169cfa96d76f36ea177004d64e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 89940, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-05 21:38:28 UTC (rev 89941)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.0_r3
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+else
+  depends=(qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+fi
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('29bb4b51334a78191611f49c050950d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-05-05 21:33:37 UTC (rev 89940)
+++ q4wine.desktop  2013-05-05 21:38:28 UTC (rev 89941)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 89940, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-05-05 21:38:28 UTC (rev 89941)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 18:46:33
  Author: spupykin
Revision: 86992

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 86991, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 86991, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   73 +++
 q4wine.desktop |   36 +--
 2 files changed, 60 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-25 17:46:19 UTC (rev 86991)
+++ PKGBUILD2013-03-25 17:46:33 UTC (rev 86992)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=1.0_r1
-pkgrel=2
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-depends=(qt4 wine sqlite3 which icoutils)
-makedepends=(cmake)
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('9cee53cbeea515f7162b76ba8b12cae6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 86991, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-25 17:46:33 UTC (rev 86992)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.0_r2
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=(lib32-mesa-libgl qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+else
+  depends=(qt4 wine sqlite3 which icoutils)
+  makedepends=(cmake)
+fi
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('0f559a169cfa96d76f36ea177004d64e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-03-25 17:46:19 UTC (rev 86991)
+++ q4wine.desktop  2013-03-25 17:46:33 UTC (rev 86992)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 86991, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-03-25 17:46:33 UTC (rev 86992)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2013-01-28 Thread Sergej Pupykin
Date: Monday, January 28, 2013 @ 11:06:25
  Author: spupykin
Revision: 83199

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 83198, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 83198, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   62 +++
 q4wine.desktop |   36 +++
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 10:06:11 UTC (rev 83198)
+++ PKGBUILD2013-01-28 10:06:25 UTC (rev 83199)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
-
-pkgname=q4wine
-pkgver=0.121
-pkgrel=4
-pkgdesc=A Qt4 GUI for Wine
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/${pkgname}/;
-license=(GPL3)
-depends=(qt wine sqlite3 which icoutils)
-makedepends=(cmake)
-optdepends=(winetricks fuseiso)
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('2de5de62f57ba6b26247198df339d81a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 83198, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 10:06:25 UTC (rev 83199)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Chris Giles Chris.G.27 (at) Gmail.com
+
+pkgname=q4wine
+pkgver=1.0_r1
+pkgrel=1
+pkgdesc=A Qt4 GUI for Wine
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/${pkgname}/;
+license=(GPL3)
+depends=(qt wine sqlite3 which icoutils)
+makedepends=(cmake)
+optdepends=(winetricks fuseiso)
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('9cee53cbeea515f7162b76ba8b12cae6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2013-01-28 10:06:11 UTC (rev 83198)
+++ q4wine.desktop  2013-01-28 10:06:25 UTC (rev 83199)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 83198, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-01-28 10:06:25 UTC (rev 83199)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique