Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[linux-rt-lts-manjaro] bump to 4.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Oct 22, 2016
1 parent ecd5ccd commit 07dd391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions linux-rt-lts-manjaro/PKGBUILD
Expand Up @@ -11,7 +11,7 @@ pkgname=('linux-rt-lts-manjaro' 'linux-rt-lts-manjaro-headers')
_srcname=linux-4.4
_basekernel=4.4
_basever=44-rt-lts
_pkgver=${_basekernel}.26
_pkgver=${_basekernel}.27
#_pkgverrt=$_pkgver
_pkgverrt=${_basekernel}.25
_bfq=v7r11
Expand Down Expand Up @@ -46,7 +46,7 @@ source=(https://github.com/torvalds/linux/archive/v${_basekernel}.tar.gz
'fix-race-in-PRT-wait-for-completion-simple-wait-code_Nvidia-RT-160319.patch'
'config.diff')
sha256sums=('5b8fc6519a737a5c809171e08225f050bf794f1f369c4c387ed3c8a89b1e995b'
'100bb46956585d418a6950bc898c5abc8206c3e34adfaf7ce4f6d14598918f72'
'578caffa00f5056a921f672c585734cd572b1e3e33227b71a54ef27873f7ea20'
'4aba669ec026c2546a5c36432cb33a69994be141ead32b4e2aaa7c579970f3d4'
'4134c9ca56e2be2072122364871f7a5feedfb1acb12cadf6e41c09c9c068ce70'
'461aa0da7de8bda9474797339532304894b55825be34f8c009244da8c00c5b41'
Expand Down
15 changes: 7 additions & 8 deletions lumina-desktop/PKGBUILD
Expand Up @@ -3,8 +3,8 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>

pkgname=lumina-desktop
pkgver=1.0.0
pkgrel=2
pkgver=1.1.0
pkgrel=1
pkgdesc="A Lightweight QT5 Desktop for FreeBSD"
arch=('x86_64' 'i686')
url="https://github.com/trueos/lumina"
Expand All @@ -21,19 +21,18 @@ optdepends=('xorg-xbacklight: required for changing screen brightness'
makedepends=('qt5-tools')
options=('!makeflags')
conflicts=("${pkgname}-git" "lumina-de-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v1.0.0-Release-p2.tar.gz")
md5sums=('000ef98f4ef2563d6c802e1cc65f68ea')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
md5sums=('5c75175455f4eef374c6e904f1dee686')


build(){
cd $srcdir/lumina-${pkgver}-Release-p2
#find $srcdir/lumina-${pkgver}-Release-p2 -name *.desktop -exec sed -i 's/usr\/local/usr/' {} \;
qmake QMAKE_CFLAGS_ISYSTEM= PREFIX="/usr" QT5LIBDIR=/usr/lib/qt
cd $srcdir/lumina-${pkgver}
qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX="/usr" QT5LIBDIR=/usr/lib/qt
make
}

package() {
cd $srcdir/lumina-${pkgver}-Release-p2
cd $srcdir/lumina-${pkgver}
make INSTALL_ROOT="${pkgdir}" install
mv "${pkgdir}"/usr/etc "${pkgdir}"/etc
}

0 comments on commit 07dd391

Please sign in to comment.