[arch-commits] Commit in q4wine/repos/community-i686 (4 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Jul 26 11:52:42 UTC 2016
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
===================================================================
--- PKGBUILD 2016-07-26 11:52:40 UTC (rev 184294)
+++ PKGBUILD 2016-07-26 11:52:42 UTC (rev 184295)
@@ -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
-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)
+++ PKGBUILD 2016-07-26 11:52:42 UTC (rev 184295)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
+
+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
More information about the arch-commits
mailing list