Skip to content

275288698/systemd-ubuntu-with-dbus

 
 

Repository files navigation

systemd for ubuntu with dbus enabled

This repo is intented to provide a compilable source for miraclecast systemd dependency on ubuntu

It is based on official git repo on debian

usage

  • clone this repo

  • compile

    $ sudo debuild -uc -ux -i -rfakeroot

sudo is needed since introspection is needed to compile an it's generated on system paths

  • install all .deb generated

You need to clean this files prior to install

    $ rm /usr/share/doc/libsystemd0/changelog.Debian.gz
    $ rm /usr/share/doc/libudev1/changelog.Debian.gz

    $ sudo dpkg -i *.deb

Easy install

Install the package compiled with

$ sudo add-apt-repository ppa:thopiekar/miraclecast
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install miraclecast .

Original repos

About

systemd for Ubuntu with dbus enabled

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE.GPL2
MIT
LICENSE.MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.2%
  • Makefile 12.2%
  • Shell 2.5%
  • Perl 0.5%
  • Python 0.3%
  • HTML 0.2%
  • Other 0.1%