[arch-commits] Commit in q4wine/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 2 07:43:10 UTC 2017


    Date: Wednesday, August 2, 2017 @ 07:43:10
  Author: bpiotrowski
Revision: 247404

archrelease: copy trunk to community-i686, multilib-x86_64

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

--------------------------------+
 /PKGBUILD                      |   66 +++++++++++++++++++++++++++++++++++++++
 /q4wine.desktop                |   36 +++++++++++++++++++++
 community-i686/PKGBUILD        |   44 --------------------------
 community-i686/q4wine.desktop  |   18 ----------
 multilib-x86_64/PKGBUILD       |   44 --------------------------
 multilib-x86_64/q4wine.desktop |   18 ----------
 6 files changed, 102 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-02 07:42:57 UTC (rev 247403)
+++ community-i686/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
-
-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
-}

Copied: q4wine/repos/community-i686/PKGBUILD (from rev 247403, q4wine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
+
+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
+}

Deleted: community-i686/q4wine.desktop
===================================================================
--- community-i686/q4wine.desktop	2017-08-02 07:42:57 UTC (rev 247403)
+++ community-i686/q4wine.desktop	2017-08-02 07:43:10 UTC (rev 247404)
@@ -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 247403, q4wine/trunk/q4wine.desktop)
===================================================================
--- community-i686/q4wine.desktop	                        (rev 0)
+++ community-i686/q4wine.desktop	2017-08-02 07:43:10 UTC (rev 247404)
@@ -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

Deleted: multilib-x86_64/PKGBUILD
===================================================================
--- multilib-x86_64/PKGBUILD	2017-08-02 07:42:57 UTC (rev 247403)
+++ multilib-x86_64/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
-
-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
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 247403, q4wine/trunk/PKGBUILD)
===================================================================
--- multilib-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-x86_64/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
+
+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
+}

Deleted: multilib-x86_64/q4wine.desktop
===================================================================
--- multilib-x86_64/q4wine.desktop	2017-08-02 07:42:57 UTC (rev 247403)
+++ multilib-x86_64/q4wine.desktop	2017-08-02 07:43:10 UTC (rev 247404)
@@ -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 247403, q4wine/trunk/q4wine.desktop)
===================================================================
--- multilib-x86_64/q4wine.desktop	                        (rev 0)
+++ multilib-x86_64/q4wine.desktop	2017-08-02 07:43:10 UTC (rev 247404)
@@ -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



More information about the arch-commits mailing list