Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

AOSC-Archive/PackageKit-Qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PackageKit-Qt

Qt5 bindings for PackageKit, as an extension to the original PackageKit-Qt2 (actually using Qt4, don't be fooled 233)

Build & Install

$ cd PackageKit-Qt/
$ mkdir -p build
$ cd build
$ cmake ..

(but for Qt4 version please use cmake -DUSE_QT5=OFF .. here)

$ make
#  make install

To Get pkg-config Information

pkg-config --cflags --libs packagekit-qt5 

Migration

A port PackageKit-0.8.8/lib/packagekit-qt2 to Qt version 5.2.x.

Upstream URL

https://gitorious.org/packagekit/packagekit-qt

About

Qt5 bindings for PackageKit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.5%
  • C 1.5%
  • Shell 1.4%
  • IDL 0.6%