[arch-commits] Commit in q4wine/repos/community-i686 (4 files)

2017-10-27 Thread Sergej Pupykin
Date: Friday, October 27, 2017 @ 13:53:40
  Author: spupykin
Revision: 264593

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 264592, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 264592, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-27 13:53:28 UTC (rev 264592)
+++ PKGBUILD2017-10-27 13:53:40 UTC (rev 264593)
@@ -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/community-i686/PKGBUILD (from rev 264592, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-27 13:53:40 UTC (rev 264593)
@@ -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:53:28 UTC (rev 264592)
+++ q4wine.desktop  2017-10-27 13:53:40 UTC (rev 264593)
@@ -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/community-i686/q4wine.desktop (from rev 264592, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-10-27 13:53:40 UTC (rev 264593)
@@ -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/community-i686 (4 files)

2017-06-26 Thread Sergej Pupykin
Date: Monday, June 26, 2017 @ 15:58:01
  Author: spupykin
Revision: 241024

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 241023, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 241023, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-26 15:57:50 UTC (rev 241023)
+++ PKGBUILD2017-06-26 15:58:01 UTC (rev 241024)
@@ -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/community-i686/PKGBUILD (from rev 241023, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-26 15:58:01 UTC (rev 241024)
@@ -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 15:57:50 UTC (rev 241023)
+++ q4wine.desktop  2017-06-26 15:58:01 UTC (rev 241024)
@@ -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/community-i686/q4wine.desktop (from rev 241023, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-06-26 15:58:01 UTC (rev 241024)
@@ -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/community-i686 (4 files)

2017-05-10 Thread Sergej Pupykin
Date: Wednesday, May 10, 2017 @ 13:17:15
  Author: spupykin
Revision: 227701

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 227700, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 227700, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-10 13:17:05 UTC (rev 227700)
+++ PKGBUILD2017-05-10 13:17:15 UTC (rev 227701)
@@ -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/community-i686/PKGBUILD (from rev 227700, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-10 13:17:15 UTC (rev 227701)
@@ -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:17:05 UTC (rev 227700)
+++ q4wine.desktop  2017-05-10 13:17:15 UTC (rev 227701)
@@ -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/community-i686/q4wine.desktop (from rev 227700, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2017-05-10 13:17:15 UTC (rev 227701)
@@ -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/community-i686 (4 files)

2016-12-26 Thread Sergej Pupykin
Date: Monday, December 26, 2016 @ 10:28:03
  Author: spupykin
Revision: 202739

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 202738, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 202738, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-26 10:27:53 UTC (rev 202738)
+++ PKGBUILD2016-12-26 10:28:03 UTC (rev 202739)
@@ -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/community-i686/PKGBUILD (from rev 202738, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-26 10:28:03 UTC (rev 202739)
@@ -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:27:53 UTC (rev 202738)
+++ q4wine.desktop  2016-12-26 10:28:03 UTC (rev 202739)
@@ -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/community-i686/q4wine.desktop (from rev 202738, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-12-26 10:28:03 UTC (rev 202739)
@@ -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/community-i686 (4 files)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 14:08:51
  Author: spupykin
Revision: 195677

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 195676, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 195676, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-14 14:08:40 UTC (rev 195676)
+++ PKGBUILD2016-11-14 14:08:51 UTC (rev 195677)
@@ -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/community-i686/PKGBUILD (from rev 195676, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-14 14:08:51 UTC (rev 195677)
@@ -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:40 UTC (rev 195676)
+++ q4wine.desktop  2016-11-14 14:08:51 UTC (rev 195677)
@@ -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/community-i686/q4wine.desktop (from rev 195676, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-11-14 14:08:51 UTC (rev 195677)
@@ -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/community-i686 (4 files)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 10:55:40
  Author: spupykin
Revision: 188558

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 188557, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 188557, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 10:55:25 UTC (rev 188557)
+++ PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
@@ -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/community-i686/PKGBUILD (from rev 188557, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
@@ -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:25 UTC (rev 188557)
+++ q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
@@ -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/community-i686/q4wine.desktop (from rev 188557, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
@@ -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/community-i686 (4 files)

2016-07-26 Thread Sergej Pupykin
Date: Tuesday, July 26, 2016 @ 11:52:42
  Author: spupykin
Revision: 184295

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 184293, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 184293, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-26 11:52:40 UTC (rev 184294)
+++ PKGBUILD2016-07-26 11:52:42 UTC (rev 184295)
@@ -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/community-i686/PKGBUILD (from rev 184293, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-26 11:52:42 UTC (rev 184295)
@@ -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:40 UTC (rev 184294)
+++ q4wine.desktop  2016-07-26 11:52:42 UTC (rev 184295)
@@ -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/community-i686/q4wine.desktop (from rev 184293, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-07-26 11:52:42 UTC (rev 184295)
@@ -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/community-i686 (4 files)

2016-02-29 Thread Sergej Pupykin
Date: Monday, February 29, 2016 @ 11:51:51
  Author: spupykin
Revision: 163772

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 163771, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 163771, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-29 10:51:41 UTC (rev 163771)
+++ PKGBUILD2016-02-29 10:51:51 UTC (rev 163772)
@@ -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/community-i686/PKGBUILD (from rev 163771, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-29 10:51:51 UTC (rev 163772)
@@ -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:51:41 UTC (rev 163771)
+++ q4wine.desktop  2016-02-29 10:51:51 UTC (rev 163772)
@@ -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/community-i686/q4wine.desktop (from rev 163771, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-02-29 10:51:51 UTC (rev 163772)
@@ -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/community-i686 (4 files)

2016-01-04 Thread Sergej Pupykin
Date: Monday, January 4, 2016 @ 20:03:14
  Author: spupykin
Revision: 155476

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 155475, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 155475, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 18:52:55 UTC (rev 155475)
+++ PKGBUILD2016-01-04 19:03:14 UTC (rev 155476)
@@ -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/community-i686/PKGBUILD (from rev 155475, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 19:03:14 UTC (rev 155476)
@@ -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:55 UTC (rev 155475)
+++ q4wine.desktop  2016-01-04 19:03:14 UTC (rev 155476)
@@ -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/community-i686/q4wine.desktop (from rev 155475, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-01-04 19:03:14 UTC (rev 155476)
@@ -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/community-i686 (4 files)

2016-01-04 Thread Sergej Pupykin
Date: Monday, January 4, 2016 @ 15:10:44
  Author: spupykin
Revision: 155409

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 155408, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 155408, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 14:10:36 UTC (rev 155408)
+++ PKGBUILD2016-01-04 14:10:44 UTC (rev 155409)
@@ -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/community-i686/PKGBUILD (from rev 155408, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 14:10:44 UTC (rev 155409)
@@ -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:36 UTC (rev 155408)
+++ q4wine.desktop  2016-01-04 14:10:44 UTC (rev 155409)
@@ -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/community-i686/q4wine.desktop (from rev 155408, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-01-04 14:10:44 UTC (rev 155409)
@@ -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/community-i686 (4 files)

2014-01-30 Thread Sergej Pupykin
Date: Thursday, January 30, 2014 @ 09:46:00
  Author: spupykin
Revision: 105010

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 105009, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 105009, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-30 08:45:48 UTC (rev 105009)
+++ PKGBUILD2014-01-30 08:46:00 UTC (rev 105010)
@@ -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/community-i686/PKGBUILD (from rev 105009, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-30 08:46:00 UTC (rev 105010)
@@ -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:45:48 UTC (rev 105009)
+++ q4wine.desktop  2014-01-30 08:46:00 UTC (rev 105010)
@@ -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/community-i686/q4wine.desktop (from rev 105009, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2014-01-30 08:46:00 UTC (rev 105010)
@@ -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/community-i686 (4 files)

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

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 102360, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 102360, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-09 13:12:10 UTC (rev 102360)
+++ PKGBUILD2013-12-09 13:12:19 UTC (rev 102361)
@@ -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/community-i686/PKGBUILD (from rev 102360, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-09 13:12:19 UTC (rev 102361)
@@ -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:10 UTC (rev 102360)
+++ q4wine.desktop  2013-12-09 13:12:19 UTC (rev 102361)
@@ -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/community-i686/q4wine.desktop (from rev 102360, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-12-09 13:12:19 UTC (rev 102361)
@@ -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/community-i686 (4 files)

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

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 101091, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 101091, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-16 18:34:59 UTC (rev 101091)
+++ PKGBUILD2013-11-16 18:35:12 UTC (rev 101092)
@@ -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/community-i686/PKGBUILD (from rev 101091, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-16 18:35:12 UTC (rev 101092)
@@ -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:34:59 UTC (rev 101091)
+++ q4wine.desktop  2013-11-16 18:35:12 UTC (rev 101092)
@@ -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/community-i686/q4wine.desktop (from rev 101091, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-11-16 18:35:12 UTC (rev 101092)
@@ -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/community-i686 (4 files)

2013-05-05 Thread Sergej Pupykin
Date: Sunday, May 5, 2013 @ 23:33:37
  Author: spupykin
Revision: 89940

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 89939, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 89939, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-05 21:33:27 UTC (rev 89939)
+++ PKGBUILD2013-05-05 21:33:37 UTC (rev 89940)
@@ -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_r2
-pkgrel=1
-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=('0f559a169cfa96d76f36ea177004d64e')
-
-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/community-i686/PKGBUILD (from rev 89939, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-05 21:33:37 UTC (rev 89940)
@@ -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:27 UTC (rev 89939)
+++ q4wine.desktop  2013-05-05 21:33:37 UTC (rev 89940)
@@ -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/community-i686/q4wine.desktop (from rev 89939, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-05-05 21:33:37 UTC (rev 89940)
@@ -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/community-i686 (4 files)

2013-03-25 Thread Sergej Pupykin
Date: Monday, March 25, 2013 @ 17:00:59
  Author: spupykin
Revision: 86979

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 86978, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 86978, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-25 16:00:45 UTC (rev 86978)
+++ PKGBUILD2013-03-25 16:00:59 UTC (rev 86979)
@@ -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/community-i686/PKGBUILD (from rev 86978, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-25 16:00:59 UTC (rev 86979)
@@ -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_r2
+pkgrel=1
+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=('0f559a169cfa96d76f36ea177004d64e')
+
+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-03-25 16:00:45 UTC (rev 86978)
+++ q4wine.desktop  2013-03-25 16:00:59 UTC (rev 86979)
@@ -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/community-i686/q4wine.desktop (from rev 86978, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-03-25 16:00:59 UTC (rev 86979)
@@ -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/community-i686 (4 files)

2013-01-28 Thread Sergej Pupykin
Date: Monday, January 28, 2013 @ 11:09:44
  Author: spupykin
Revision: 83206

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 83205, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 83205, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 10:08:03 UTC (rev 83205)
+++ PKGBUILD2013-01-28 10:09:44 UTC (rev 83206)
@@ -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/community-i686/PKGBUILD (from rev 83205, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 10:09:44 UTC (rev 83206)
@@ -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:08:03 UTC (rev 83205)
+++ q4wine.desktop  2013-01-28 10:09:44 UTC (rev 83206)
@@ -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/community-i686/q4wine.desktop (from rev 83205, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2013-01-28 10:09:44 UTC (rev 83206)
@@ -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