diff options
author | B Stack <bgstack15@gmail.com> | 2024-10-09 11:11:11 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2024-10-09 11:11:11 -0400 |
commit | 01248495cb66c3f3d3b2344c3ab18e67aeef82be (patch) | |
tree | c25d2c20f9bff7354a3256d56564bd738401568b /debian/control | |
parent | Require GTK+ 3.24.9 or later (diff) | |
download | gtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.tar.gz gtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.tar.bz2 gtk3-classic-module-01248495cb66c3f3d3b2344c3ab18e67aeef82be.zip |
add Xsession.d entry, and debian/
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..941a2a4 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: gtk3-classic-module +Section: x11 +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: debhelper-compat (= 13), + libgtk-3-dev, + meson +Standards-Version: 4.6.1 +Homepage: https://github.com/thesquash/gtk3-classic-module +Rules-Requires-Root: no + +Package: gtk3-classic-module +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: GTK3 module that replicates lah7 gtk3-classic behavior + Use gtk3-classic look-and-feel without a + recompiled gtk3. This is just a module. |