forked from valr/awf
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
550 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
custom: https://paypal.me/luigifab | ||
custom: ["https://www.paypal.me/luigifab", "https://gandi.link/f/4b904048"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
bin_PROGRAMS = | ||
|
||
if GTK4 | ||
bin_PROGRAMS += awf-gtk@GTK4_SUFFIX@ | ||
awf_gtk@GTK4_SUFFIX@_SOURCES = awf.c | ||
awf_gtk@GTK4_SUFFIX@_CPPFLAGS = $(GTK4_CFLAGS) -I/usr/include/gtk-4.0/unix-print | ||
awf_gtk@GTK4_SUFFIX@_LDADD = $(GTK4_LIBS) | ||
endif | ||
|
||
if GTK3 | ||
bin_PROGRAMS += awf-gtk@GTK3_SUFFIX@ | ||
awf_gtk@GTK3_SUFFIX@_SOURCES = awf.c | ||
awf_gtk@GTK3_SUFFIX@_CPPFLAGS = $(GTK3_CFLAGS) -I/usr/include/gtk-3.0/unix-print | ||
awf_gtk@GTK3_SUFFIX@_LDADD = $(GTK3_LIBS) | ||
endif | ||
|
||
if GTK2 | ||
bin_PROGRAMS += awf-gtk@GTK2_SUFFIX@ | ||
awf_gtk@GTK2_SUFFIX@_SOURCES = awf.c | ||
awf_gtk@GTK2_SUFFIX@_CPPFLAGS = $(GTK2_CFLAGS) -I/usr/include/gtk-unix-print-2.0 | ||
awf_gtk@GTK2_SUFFIX@_LDADD = $(GTK2_LIBS) | ||
endif | ||
SUBDIRS = src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
debian-gtk2/awf-gtk2.desktop → src/debian-gtk2/awf-gtk2.desktop
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
awf-gtk2 (2.1.0-1) unstable; urgency=low | ||
|
||
* New upstream version | ||
* Allow to change menu items keyboard shortcuts on hover (from gtk2.24 to gtk3.24) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Tue, 07 Jul 2020 12:00:00 +0000 | ||
|
||
awf-gtk2 (2.0.0-3) unstable; urgency=low | ||
|
||
* Initial debian package release (Closes: #959434) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Sat, 02 May 2020 10:33:59 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
debian-gtk3/awf-gtk3.desktop → src/debian-gtk3/awf-gtk3.desktop
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
awf-gtk3 (2.1.0-1) unstable; urgency=low | ||
|
||
* New upstream version | ||
* Allow to change menu items keyboard shortcuts on hover (from gtk2.24 to gtk3.24) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Tue, 07 Jul 2020 12:00:00 +0000 | ||
|
||
awf-gtk3 (2.0.0-3) unstable; urgency=low | ||
|
||
* Initial debian package release (Closes: #959436) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Sat, 02 May 2020 10:33:59 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
debian-gtk4/awf-gtk4.desktop → src/debian-gtk4/awf-gtk4.desktop
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
awf-gtk4 (2.1.0-1) experimental; urgency=low | ||
|
||
* New upstream version | ||
* Allow to change menu items keyboard shortcuts on hover (from gtk2.24 to gtk3.24) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Tue, 07 Jul 2020 12:00:00 +0000 | ||
|
||
awf-gtk4 (2.0.0-3) experimental; urgency=low | ||
|
||
* Initial debian package release (Closes: #959433) | ||
|
||
-- Fabrice Creuzot <code@luigifab.fr> Sat, 02 May 2020 10:33:59 +0000 |
Oops, something went wrong.