mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 14:35:12 +02:00
New package: razor-qt-0.4.1.
This commit is contained in:
parent
37ccbb16b8
commit
0f948a4ec9
5 changed files with 78 additions and 0 deletions
1
srcpkgs/razor-qt-devel
Symbolic link
1
srcpkgs/razor-qt-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
razor-qt
|
24
srcpkgs/razor-qt/patches/razorqt041.patch
Normal file
24
srcpkgs/razor-qt/patches/razorqt041.patch
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
*** razorqt-session/src/main.cpp 2012-02-13 11:24:51.000000000 +0100
|
||||||
|
--- razorqt-session/src/main.cpp 2012-04-10 13:30:59.331210956 +0200
|
||||||
|
***************
|
||||||
|
*** 28,33 ****
|
||||||
|
--- 28,34 ----
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QIcon>
|
||||||
|
|
||||||
|
+ #include <unistd.h>
|
||||||
|
#include "razormodman.h"
|
||||||
|
#include "sessiondbusadaptor.h"
|
||||||
|
#include "razortranslate.h"
|
||||||
|
*** razorqt-session/src/razormodman.cpp 2012-02-13 11:24:51.000000000 +0100
|
||||||
|
--- razorqt-session/src/razormodman.cpp 2012-04-10 13:31:13.251209998 +0200
|
||||||
|
***************
|
||||||
|
*** 35,40 ****
|
||||||
|
--- 35,41 ----
|
||||||
|
#include <QMessageBox>
|
||||||
|
#include "wmselectdialog.h"
|
||||||
|
#include <razorqt/xfitman.h>
|
||||||
|
+ #include <unistd.h>
|
||||||
|
|
||||||
|
#define MAX_CRASHES_PER_APP 5
|
||||||
|
|
12
srcpkgs/razor-qt/razor-qt-devel.template
Normal file
12
srcpkgs/razor-qt/razor-qt-devel.template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template file for 'razor-qt-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
19
srcpkgs/razor-qt/razor-qt.rshlibs
Normal file
19
srcpkgs/razor-qt/razor-qt.rshlibs
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
libQtCore.so.4
|
||||||
|
libQtDBus.so.4
|
||||||
|
libstdc++.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libc.so.6
|
||||||
|
libQtGui.so.4
|
||||||
|
libX11.so.6
|
||||||
|
libQtXml.so.4
|
||||||
|
libmagic.so.1
|
||||||
|
libXcomposite.so.1
|
||||||
|
libXdamage.so.1
|
||||||
|
libXrender.so.1
|
||||||
|
libQtScript.so.4
|
||||||
|
libXcursor.so.1
|
||||||
|
libz.so.1
|
||||||
|
libXfixes.so.3
|
||||||
|
libpolkit-qt-core-1.so.1
|
||||||
|
libpolkit-qt-agent-1.so.1
|
||||||
|
libgobject-2.0.so.0
|
22
srcpkgs/razor-qt/template
Normal file
22
srcpkgs/razor-qt/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'razor-qt'
|
||||||
|
pkgname=razor-qt
|
||||||
|
version=0.4.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="razorqt-${version}"
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DLIB_SUFFIX="
|
||||||
|
makedepends="cmake pkg-config qt-devel polkit-qt-devel>=0.103.0_2 libudev-devel
|
||||||
|
libXrender-devel libXcomposite-devel libXcursor-devel libXdamage-devel"
|
||||||
|
depends="openbox upower udisks oxygen-icons"
|
||||||
|
short_desc="The free and open source lightweight desktop environment"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://razor-qt.org"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/razorqt-${version}.tar.bz2"
|
||||||
|
checksum=a730ab33266679afa9ffd204307b34369f132c539b68c28c0ccbb4e10e6b1eea
|
||||||
|
long_desc="
|
||||||
|
Razor-qt is an advanced, easy-to-use, and fast desktop environment based on
|
||||||
|
Qt technologies. It has been tailored for users who value simplicity, speed,
|
||||||
|
and an intuitive interface. Unlike most desktop environments, Razor-qt also
|
||||||
|
works fine with weak machines."
|
Loading…
Add table
Reference in a new issue