mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
q4wine: removed from apps, is in lib32
This commit is contained in:
parent
ddf3b7e269
commit
050efe2c3e
@ -1,28 +0,0 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
# from ccr, contributor willingmagic
|
||||
|
||||
pkgname=q4wine
|
||||
pkgver=0.121
|
||||
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")
|
||||
options=('!emptydirs' 'force')
|
||||
categories=('system')
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2
|
||||
q4wine.desktop)
|
||||
md5sums=('2de5de62f57ba6b26247198df339d81a'
|
||||
'0518a54413a1ee76f7d59b378f00a572')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver/_/-}
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_WINETRIKS=ON .
|
||||
make
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -D ${startdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
|
||||
}
|
@ -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
|
Loading…
Reference in New Issue
Block a user