Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
Librem 5 Package Information Tool
Commits
20bc5166
Commit
20bc5166
authored
Nov 12, 2019
by
David Boddie
💬
Browse files
Update installation directory and version
parent
8d04bb58
Pipeline
#44530
passed with stage
in 1 minute and 29 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
20bc5166
librem5-package-info-tool (1.0.1) amber-phone; urgency=medium
* Updated the name of the directory used to hold package information.
-- David Boddie <david.boddie@puri.sm> Tue, 12 Nov 2019 02:03:06 +0100
librem5-package-info-tool (1.0.0) amber-phone; urgency=medium
* Initial release of a tool to list package information.
...
...
meson.build
View file @
20bc5166
# Define the project and its metadata.
project('librem5_package_info_tool',
version: '1.0.
0
',
version: '1.0.
1
',
meson_version: '>= 0.48.0',
)
...
...
src/main.py
View file @
20bc5166
...
...
@@ -27,7 +27,7 @@ class Application(Gtk.Application):
self
.
timeout_id
=
None
self
.
lines
=
[]
self
.
output_dir
=
os
.
path
.
join
(
os
.
getenv
(
'HOME'
),
'.local'
,
'share'
,
'librem5
-
package
-
info
-
tool'
)
'librem5
_
package
_
info
_
tool'
)
def
do_activate
(
self
):
window
=
Gtk
.
ApplicationWindow
(
application
=
self
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment