mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed aur/razor-qt
This commit is contained in:
parent
31d2c25c17
commit
d8eceaf311
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
# Contributor: Sergio Montesinos <sermonpe@yahoo.es>
|
||||
pkgname=razor-qt
|
||||
pkgver=0.5.2
|
||||
pkgrel=5
|
||||
pkgdesc="Razor is a toolbox-like desktop-environment"
|
||||
url="http://razor-qt.org"
|
||||
arch=('i686' 'x86_64' 'armv6h' )
|
||||
license="GPL2"
|
||||
depends=('qt4' 'polkit-qt' 'udev' 'libxrender' 'libxcomposite' 'libxdamage' 'zlib' 'file' 'libxcursor' 'libstatgrab' 'icu')
|
||||
makedepends=('cmake')
|
||||
optdepends=('openbox: Razor-qt works with various WM, but most of Razor developers use Openbox.'
|
||||
'upower: To Shutdown/Reboot from Razor'
|
||||
'udisks: For the Removable Media plugin to work'
|
||||
'qxkb: Keyboard layout switching'
|
||||
'razor-lightdm-greeter'
|
||||
)
|
||||
conflicts=('razor-qt-git')
|
||||
source=("http://razor-qt.org/downloads/razorqt-${pkgver}.tar.bz2")
|
||||
md5sums=('8b2da8ab69065926bfc998cf1960bffb')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/razorqt-${pkgver}"
|
||||
cmake ./ -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4 -DLIB_SUFFIX="" -DENABLE_LIGHTDM_GREETER=OFF -DMODULE_LIGHTDM=OFF
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/razorqt-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
Loading…
Reference in a new issue