diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-06-24 15:36:11 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-06-24 15:36:11 +0200 |
commit | e623d4cf67246b1fa7dc8a82af2c03e1ca7c4f02 (patch) | |
tree | a19a530e72cf63a7296a785b9323e6a88e78a376 | |
parent | 5851478aae13c1cdd5b7ce60cb6b3522fa7e5a3f (diff) | |
download | gnunet-gtk-e623d4cf67246b1fa7dc8a82af2c03e1ca7c4f02.tar.gz gnunet-gtk-e623d4cf67246b1fa7dc8a82af2c03e1ca7c4f02.zip |
fix build-deps
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | gnunet-setup.desktop.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index cb84a193..eff4b635 100644 --- a/debian/control +++ b/debian/control | |||
@@ -6,6 +6,7 @@ Build-Depends: | |||
6 | autopoint, | 6 | autopoint, |
7 | debhelper-compat (= 13), | 7 | debhelper-compat (= 13), |
8 | libgnunet-dev (>= 0.14.1~), | 8 | libgnunet-dev (>= 0.14.1~), |
9 | gnunet (>= 0.14.1~), | ||
9 | libgladeui-dev (>=3.10.0), | 10 | libgladeui-dev (>=3.10.0), |
10 | libgtk-3-dev (>=3.22.0), | 11 | libgtk-3-dev (>=3.22.0), |
11 | libqrencode-dev | 12 | libqrencode-dev |
diff --git a/gnunet-setup.desktop.in b/gnunet-setup.desktop.in index bb987a70..7c90d3c8 100644 --- a/gnunet-setup.desktop.in +++ b/gnunet-setup.desktop.in | |||
@@ -5,7 +5,7 @@ GenericName=GNUnet Setup | |||
5 | Comment=Configure GNUnet | 5 | Comment=Configure GNUnet |
6 | 6 | ||
7 | Type=Application | 7 | Type=Application |
8 | Exec=gnunet-setup | 8 | Exec=gnunet-setup-pkexec |
9 | Icon=gnunet-setup | 9 | Icon=gnunet-setup |
10 | Terminal=false | 10 | Terminal=false |
11 | Categories=GTK;Network;P2P;FileTransfer; | 11 | Categories=GTK;Network;P2P;FileTransfer; |