This repository was archived by the owner on Aug 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-14
lines changed Expand file tree Collapse file tree 3 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 1- sudo : required
2- language : generic
1+ ---
32
4- services :
5- - docker
3+ language : node_js
64
7- script :
8- - wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
5+ node_js :
6+ - lts/*
97
10- branches :
11- except :
12- - /^debian\/\d/
8+ sudo : required
9+
10+ services :
11+ - docker
12+
13+ addons :
14+ apt :
15+ sources :
16+ - ubuntu-toolchain-r-test
17+ packages :
18+ - libstdc++-5-dev
19+
20+ cache :
21+ directories :
22+ - /tmp/liftoff
23+
24+ install :
25+ - npm install @elementaryos/houston
26+
27+ script :
28+ - houston ci
Original file line number Diff line number Diff line change 7575 src/ListBoxRow.vala
7676 src/ListBox.vala
7777 src/ConfigFileReader.vala
78- src/Constants.vala
78+ src/Constants.vala
7979 src/Bookmark.vala
8080 src/StackManager.vala
8181 src/Dialogs/Preferences.vala
133133 install (TARGETS ${EXEC_NAME3} RUNTIME DESTINATION bin)
134134 #add the data directory and activated the cmakelists in that folder
135135 add_subdirectory (data)
136-
136+
137137 # add settings schema to pc and recomple all schemas
138138 include (GSettings)
139139 add_schema (data/com.github.bartzaalberg.bookmark-manager.gschema.xml)
140-
140+
141141 # install the polkit action file
142- install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.bartzaalberg.bookmark-manager.pkexec.policy DESTINATION ${DATADIR} /applications/)
143142 install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /data/com.github.bartzaalberg.bookmark-manager.pkexec.policy DESTINATION /usr/share/polkit-1/actions/)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!-- Copyright 2018 Your Name <bartzaalberg@outlook.com> -->
33<component type =" desktop" >
4- <id >com.github.bartzaalberg.bookmark-manager.desktop </id >
4+ <id >com.github.bartzaalberg.bookmark-manager</id >
55 <metadata_license >CC0</metadata_license >
66 <project_license >GPL-3.0+</project_license >
77 <name >Bookmark Manager</name >
You can’t perform that action at this time.
0 commit comments