Magellan Linux

Annotation of /branches/R11-stable/extras/razor-qt/razor-qt-0.5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15906 - (hide annotations) (download)
Wed Jan 16 15:54:33 2013 UTC (11 years, 8 months ago) by niro
Original Path: trunk/extras/razor-qt/razor-qt-0.5.2-r1.smage2
File size: 1093 byte(s)
auto added: ver bump to 0.5.2-r1
1 niro 15906 # $Id$
2    
3     PNAME="razor-qt"
4     PVER="0.5.2"
5     PBUILD="r1"
6    
7     PCAT="x11-misc"
8    
9     DESCRIPTION="Razor-qt is a lightweight desktop environment based on QT4."
10     HOMEPAGE="http://razor-qt.org/"
11    
12     DEPEND=">= sys-libs/libstdc++-4.7
13     >= sys-libs/zlib-1.2.6
14     >= dev-libs/glib2-2.34
15     >= x11-libs/libX11-1.5
16     >= x11-libs/libXcomposite-0.4.3
17     >= x11-libs/libXcursor-1.1
18     >= x11-libs/libXdamage-1.1
19     >= x11-libs/libXfixes-5
20     >= x11-libs/libXrender-0.9
21     >= x11-libs/qt4-core-4.8
22     >= x11-libs/qt4-dbus-4.8
23     >= x11-libs/qt4-gui-4.8
24     >= x11-libs/qt4-script-4.8
25     >= sys-apps/file-5.11
26     >= sys-apps/polkit-0.104
27     >= dev-libs/polkit-qt-0.103
28     >= sys-fs/udev-180
29     >= sys-fs/udisks-1
30     >= sys-apps/upower-0.9
31     >= kde-base/oxygen-icons-4.8
32     >= media-libs/alsa-lib-1.0.26
33     >= media-sound/libpulse-2.1
34     >= virtual/windowmanager"
35    
36     PROVIDE="virtual/notification-daemon"
37    
38     SRCFILE="${PNAME/-/}-${PVER}.tar.bz2"
39     SRCDIR="${BUILDDIR}/${PNAME/-/}-${PVER}"
40    
41     sminclude qt4 cmake
42    
43     SRC_URI=(
44     https://github.com/downloads/Razor-qt/${PNAME}/${SRCFILE}
45     mirror://${PNAME}/${SRCFILE}
46     )
47    
48     UP2DATE="updatecmd http://razor-qt.org/install/ | lasttarball"