You are not logged in.

#1 2017-08-19 21:49:04

post
Member
Registered: 2015-02-15
Posts: 29

[Solved] budgie-desktop and budgie-weather-applet

budgie-desktop

pkgver=10.4
pkgrel=0
pkgdesc="Modern desktop environment from the Solus Project"
arch=('i686' 'x86_64')
url="https://solus-project.com/budgie"
license=('GPL' 'LGPL')
depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter')
makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 'vala' 'meson')
optdepends=('gnome-backgrounds: Default background'
            'gnome-control-center: System settings'
            'gnome-screensaver: Lock screen'
            'network-manager-applet: Network management')
source=("https://github.com/solus-project/budgie-desktop/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('SKIP')

build() {
	cd $pkgname-$pkgver
	meson build --prefix=/usr --sysconfdir=/etc --buildtype plain
	ninja -j$(($(getconf _NPROCESSORS_ONLN)+1)) -C build
}

package() {
	cd $pkgname-$pkgver
	DESTDIR=$pkgdir ninja -C build install
}

budgie-weather-applet

pkgname=budgie-weather-applet-git
pkgver=r60.517faa6
pkgrel=1
pkgdesc='Weather applet for Budgie Desktop'
arch=('i686' 'x86_64')
url='https://github.com/ilgarmehmetali/budgie-weather-applet'
license=('GPL2')
depends=('gtk3' 'glib2' 'libpeas' 'gobject-introspection' 'budgie-desktop')
makedepends=('git' 'vala')
source=("$pkgname"::'git+https://github.com/ilgarmehmetali/budgie-weather-applet.git')
sha256sums=('SKIP')

pkgver() {
	cd "$pkgname"
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
	cd "$pkgname"
	mkdir build && cd build
	meson --prefix /usr --buildtype=plain ..
	ninja
}

package() {
	cd "$pkgname"
	DESTDIR=$pkgdir ninja -C build install
}

Just having a look at Budgie. Thanks!

Last edited by post (2017-08-19 22:16:54)

Offline

#2 2017-08-19 22:07:38

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] budgie-desktop and budgie-weather-applet

These are in [community]: what is it that you are asking?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-08-19 22:16:33

post
Member
Registered: 2015-02-15
Posts: 29

Re: [Solved] budgie-desktop and budgie-weather-applet

Thanks for checking, afaik "budgie-weather-applet(-git)" is not in community nor in the AUR atm. Regarding "budgie-desktop" itself, I was interested in the current version 10.4. Generally I'm not sure if my PKGBUILDs might miss something ...

So, I'm just sharing these here, as they seem to work so far.

Offline

Board footer

Powered by FluxBB