mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
added new app: q4wine
This commit is contained in:
parent
552145af87
commit
7725e4075f
31
q4wine/PKGBUILD
Normal file
31
q4wine/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe calà <jiveaxe@gmail.com>
|
||||
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=q4wine
|
||||
pkgver=0.120_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")
|
||||
options=('!emptydirs' 'force')
|
||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2 ${pkgname}.desktop)
|
||||
md5sums=('1ed212026d1f082ac57f12a61694f7bc'
|
||||
'bd91a0c611fc07ca05288ad6f2beb16e')
|
||||
|
||||
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
|
||||
}
|
20
q4wine/q4wine.desktop
Normal file
20
q4wine/q4wine.desktop
Normal file
@ -0,0 +1,20 @@
|
||||
[Desktop Entry]
|
||||
Name=Q4Wine
|
||||
GenericName=A Qt4 GUI for Wine
|
||||
GenericName[it]=Una interfaccia in Qt4 per Wine
|
||||
Comment=A Qt4 GUI for Wine
|
||||
Comment[it]=Una interfaccia in Qt4 per 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