Skip to content

Commit ce6a4f2

Browse files
authored
Merge pull request #25 from ellie-commons/d
Build deb packages
2 parents 043f724 + 96e57c7 commit ce6a4f2

File tree

5 files changed

+5
-66
lines changed

5 files changed

+5
-66
lines changed

CMakeLists.txt

Lines changed: 0 additions & 60 deletions
This file was deleted.

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ io.github.ellie-commons.wingpanel-indicator-synapse (1.0.0) jammy; urgency=mediu
44

55
-- Stella <teamcons.carrd.co> Sat, 18 Oct 2025 01:09:16 +0300
66

7-
io.github.ellie_commons.indicator-synapse (0.1.2) xenial; urgency=low
7+
io.github.ellie-commons.wingpanel-indicator-synapse (0.1.2) xenial; urgency=low
88

99
* Packaging and deploy to launchpad
1010

1111
-- Tom Beckmann <[email protected]> Mon, 21 Mar 2018 16:43:00 +0100
1212

13-
io.github.ellie_commons.indicator-synapse (0.1.1) xenial; urgency=low
13+
io.github.ellie-commons.wingpanel-indicator-synapse (0.1.1) xenial; urgency=low
1414

1515
* Update to new RDNN, publish data for appcenter.
1616

1717
-- Tom Beckmann <[email protected]> Mon, 05 Mar 2018 09:25:00 +0100
1818

19-
io.github.ellie_commons.indicator-synapse (0.1) xenial; urgency=low
19+
io.github.ellie-commons.wingpanel-indicator-synapse (0.1) xenial; urgency=low
2020

2121
* Initial Release.
2222

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 10.5.1),
1818
libgee-0.8-dev (>= 0.5.2),
1919
libjson-glib-dev (>= 0.10.0),
2020
libkeybinder-3.0-dev
21-
2221

2322
Package: io.github.ellie-commons.wingpanel-indicator-synapse
2423
Architecture: any
Binary file not shown.

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
find_package (PkgConfig)
22

33
# Add all your dependencies to the list below
4-
pkg_check_modules (DEPS REQUIRED zeitgeist-2.0 json-glib-1.0 rest-0.7 glib-2.0 gobject-2.0 gtk+-3.0 gio-2.0 gio-unix-2.0 wingpanel-2.0 libnotify)
4+
pkg_check_modules (DEPS REQUIRED zeitgeist-2.0 json-glib-1.0 rest-1.0 glib-2.0 gobject-2.0 gtk+-3.0 gio-2.0 gio-unix-2.0 wingpanel libnotify)
55

66
add_definitions (${DEPS_CFLAGS})
77
link_directories (${DEPS_LIBRARY_DIRS})
@@ -64,7 +64,7 @@ vala_precompile (VALA_C ${CMAKE_PROJECT_NAME}
6464
plugins/zeitgeist-related.vala
6565

6666
PACKAGES
67-
zeitgeist-2.0 json-glib-1.0 rest-0.7 glib-2.0 gobject-2.0 gtk+-3.0 gio-2.0 gio-unix-2.0 wingpanel-2.0 libnotify
67+
zeitgeist-2.0 json-glib-1.0 rest-1.0 glib-2.0 gobject-2.0 gtk+-3.0 gio-2.0 gio-unix-2.0 wingpanel libnotify
6868
OPTIONS
6969
--thread
7070
--vapidir=${CMAKE_SOURCE_DIR}/vapi

0 commit comments

Comments
 (0)