-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f40e26a
commit da51521
Showing
9 changed files
with
83 additions
and
648 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
vala-panel (0.2.6-1) unstable; urgency=low | ||
vala-panel (0.2.6.1-1) unstable; urgency=low | ||
|
||
* Initial release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,132 +2,157 @@ Source: vala-panel | |
Section: x11 | ||
Priority: optional | ||
Maintainer: Konstantin P. <[email protected]> | ||
Build-Depends: debhelper (>= 9), cmake (>= 2.8.0), libpeas-dev (>= 1.2.0), libgtk-3-dev (>= 3.12.0), libwnck-3-dev (>= 3.4.0), | ||
Standards-Version: 3.9.5 | ||
Build-Depends: debhelper (>= 9), cmake (>= 2.8.0), libpeas-dev (>= 1.2.0), libgtk-3-dev (>= 3.12.0), libwnck-3-dev (>= 3.4.0), docbook-xsl, docbook-xml, xsltproc | ||
Standards-Version: 3.9.6 | ||
Homepage: https://github.com/rilian-la-te/vala-panel | ||
Vcs-Git: https://github.com/rilian-la-te/vala-panel.git | ||
Vcs-Browser: https://github.com/rilian-la-te/vala-panel | ||
|
||
Package: vala-panel | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libvalapanel (= ${binary:Version}) | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libvalapanel0 (= ${binary:Version}) | ||
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
|
||
Package: vala-panel-dbg | ||
Architecture: any | ||
Section: debug | ||
Priority: extra | ||
Depends: ${misc:Depends}, vala-panel (= ${binary:Version}) | ||
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas. | ||
Description: Vala Panel - debug info. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains debug information for vala-panel binary. | ||
|
||
Package: libvalapanel0-dev | ||
Section: libdevel | ||
Architecture: any | ||
Depends: libvalapanel (= ${binary:Version}), ${misc:Depends} | ||
Depends: libvalapanel0 (= ${binary:Version}), ${misc:Depends} | ||
Description: Shared library for vala-panel - development files | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains header files for building plugins or window managers with vala-panel support. | ||
This package contains header files for building plugins | ||
or window managers with vala-panel support. | ||
|
||
Package: libvalapanel0 | ||
Architecture: any | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Shared library for vala-panel - binary files | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains main library for vala-panel. It is required to run vala-panel application. | ||
This package contains main library for vala-panel. | ||
It is required to run vala-panel application. | ||
|
||
Package: libvalapanel0-dbg | ||
Architecture: any | ||
Section: debug | ||
Priority: extra | ||
Depends: ${misc:Depends}, vala-panel (= ${binary:Version}) | ||
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas. | ||
Description: Shared library for vala-panel - debug info | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains debug information for vala-panel library. | ||
|
||
Package: vala-panel-plugins-base | ||
Architecture: any | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: Plugins for vala-panel - non X11 plugins. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains main plugins for vala-panel: clock, launchbar, applications menu and so on. | ||
This package contains main plugins for vala-panel: | ||
clock, launchbar, applications menu and so on. | ||
|
||
Package: vala-panel-plugins-base-dbg | ||
Architecture: any | ||
Section: debug | ||
Priority: extra | ||
Depends: ${misc:Depends}, vala-panel-plugins-base (= ${binary:Version}) | ||
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas. | ||
Description: Plugins for vala-panel - non-X11 plugins - debug info. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains debug information for vala-panel base plugins. | ||
|
||
Package: vala-panel-plugins-wnck | ||
Architecture: any | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 | ||
Description: Plugins for vala-panel - X11 plugins. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains X11 plugins for vala-panel: tasklist, system tray, and others. | ||
This package contains X11 plugins for vala-panel: | ||
tasklist, system tray, and others. | ||
|
||
Package: vala-panel-plugins-wnck-dbg | ||
Architecture: any | ||
Section: debug | ||
Priority: extra | ||
Depends: ${misc:Depends}, vala-panel-plugins-wnck (= ${binary:Version}) | ||
Description: Vala Panel is GTK+ 3 desktop panel. It is based on Vala and some LXPanel ideas. | ||
Description: Plugins for vala-panel - X11 plugins - debug info. | ||
Vala Panel is GTK+ 3 desktop panel. It is based on Vala and LXPanel ideas. | ||
In fact, it was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it completery rewritten in Vala. | ||
It offers same functionality as LXPanel, but: | ||
It was be a fork of LXPanel in version 0.1.0, but in 0.2.0 it is | ||
completely rewritten in Vala. It offers same functionality as LXPanel, but: | ||
1. It has slightly more memory usage. | ||
2. X11 dependency is stripped from panel core (but it is not tested on Wayland right now) | ||
3. Some of former LXPanel plugins is separate binaries now, and lives in another packages. | ||
2. X11 dependency is stripped from panel core (but it is not tested on | ||
another display servers, such as Wayland or Mir, right now). | ||
3. Some of former LXPanel plugins is separate binaries now | ||
and lives in another packages (Example is volume applet). | ||
. | ||
This package contains debug information for vala-panel X11 plugins. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
usr/lib/*/libvalapanel.so | ||
usr/share/vala/* | ||
usr/include/vala-panel/* | ||
usr/lib/pkgconfig/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs/vala-panel.1 |