summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 138eb8a634fd04f79a27e95d8e730dc77629efd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Que Quotion <quequotion@bugmenot.org>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>

pkgname=pantheon-3d
pkgver=4
pkgrel=1
pkgdesc='Pantheon 3d Session (replaces Gala with Compiz)'
arch=('any')
url='https://bbs.archlinux.org/viewtopic.php?pid=1401967#p1401967'
license=('GPL3')
groups=('pantheon-qq')
depends=('compiz' pantheon-{workarounds,session}
         'wingpanel-standalone-git')
provides=("pantheon-3d")
conflicts=()
source=(pantheon-compiz.{desktop,session}
        Default.profile)
sha512sums=('4c7518fd824a6114ea615c223bd3af87130ac948448481e15ae3ff545eb1de482e4a175a9f6f1b15969a06f16284bddca97d8da228c09ade774c47da42496695'
            '19c998fd88c238a9a4be8bf034809bd8f49baeb166190658dc5a0a73fa87256fa51b7aebbd0965d8452d9e1e8225dccb85feb54078312582313fe702c5bc2df6'
            '9564ba83860e65b7c235488f8aa901aa3c3f25429c4dc14fff841da9e58923b2c40babc6208d906576fc655a30179202e0b507fad920f86d327f079af6b8778b')

package() {
  install -Dm655 {,"${pkgdir}"/usr/share/xsessions/}pantheon-compiz.desktop
  install -Dm655 {,"${pkgdir}"/usr/share/gnome-session/sessions/}pantheon-compiz.session
}