Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

## Updated
20250823 Updated for Focal by Alaskalinuxuser
3 changes: 3 additions & 0 deletions WaterCount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

## Updated
20250823 Updated for Focal by Alaskalinuxuser
2 changes: 1 addition & 1 deletion WaterCount/WaterCount.apparmor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"policy_groups": [],
"policy_version": 16.04
"policy_version": "@APPARMOR_POLICY@"
}
2 changes: 1 addition & 1 deletion WaterCount/clickable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"clickable_minimum_required": "6.12.2",
"clickable_minimum_required": "8.4",
"builder": "pure-qml-cmake",
"kill": "qmlscene"
}
6 changes: 3 additions & 3 deletions WaterCount/manifest.json.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "watercount.aaron",
"description": "A short description of your app",
"architecture": "@CLICK_ARCH@",
"architecture": "all",
"title": "WaterCount",
"hooks": {
"WaterCount": {
"apparmor": "WaterCount.apparmor",
"desktop": "WaterCount.desktop"
}
},
"version": "1.1.1",
"version": "1.1.2",
"maintainer": "Aaron Hafer <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
"framework" : "@CLICK_FRAMEWORK@"
}
2 changes: 1 addition & 1 deletion WaterCount/po/watercount.aaron.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: watercount.aaron\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-23 16:27+0000\n"
"POT-Creation-Date: 2025-08-23 23:41+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down