From 0c166c12cfdbf01bc8a5611d690336236d7771e1 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 13 Aug 2020 09:09:25 -0400 Subject: add connman-gtk-xdg-autostart --- connman-gtk-xdg-autostart/README.md | 34 ++++++++++++++++++++++ connman-gtk-xdg-autostart/debian/README.Debian | 6 ++++ connman-gtk-xdg-autostart/debian/changelog | 5 ++++ .../debian/connman-gtk-xdg-autostart.docs | 1 + .../debian/connman-gtk-xdg-autostart.dsc | 13 +++++++++ .../debian/connman-gtk-xdg-autostart.links | 1 + connman-gtk-xdg-autostart/debian/control | 15 ++++++++++ connman-gtk-xdg-autostart/debian/copyright | 14 +++++++++ connman-gtk-xdg-autostart/debian/patches/series | 1 + connman-gtk-xdg-autostart/debian/rules | 9 ++++++ connman-gtk-xdg-autostart/debian/source/format | 1 + .../debian/source/local-options | 2 ++ connman-gtk-xdg-autostart/debian/watch | 2 ++ 13 files changed, 104 insertions(+) create mode 100644 connman-gtk-xdg-autostart/README.md create mode 100644 connman-gtk-xdg-autostart/debian/README.Debian create mode 100644 connman-gtk-xdg-autostart/debian/changelog create mode 100644 connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.docs create mode 100644 connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.dsc create mode 100644 connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.links create mode 100644 connman-gtk-xdg-autostart/debian/control create mode 100644 connman-gtk-xdg-autostart/debian/copyright create mode 100644 connman-gtk-xdg-autostart/debian/patches/series create mode 100755 connman-gtk-xdg-autostart/debian/rules create mode 100644 connman-gtk-xdg-autostart/debian/source/format create mode 100644 connman-gtk-xdg-autostart/debian/source/local-options create mode 100644 connman-gtk-xdg-autostart/debian/watch (limited to 'connman-gtk-xdg-autostart') diff --git a/connman-gtk-xdg-autostart/README.md b/connman-gtk-xdg-autostart/README.md new file mode 100644 index 0000000..aab608d --- /dev/null +++ b/connman-gtk-xdg-autostart/README.md @@ -0,0 +1,34 @@ +# Readme for connman-gtk-xdg-autostart +This package exists merely to drop a symlink in /etc/xdg/autostart for connman-gtk. + +## connman-gtk-xdg-autostart upstream +None. + +## Alternatives +Manually start connman-gtk in a graphical terminal session. + +### How to use in Fluxbox +Either use `fbautostart`, or set in ~/.fluxbox/startup an entry for + + connman-gtk & + +## Reason for being in stackrpms +I probably should submit a bug report to connman-gtk (on Debian) for making an xdg-autostart file. But why bother? + +## Reverse dependency matrix +Distro | connman-gtk-xdg-autostart version +---------- | --------------------------------- +All dpkg | 0.0.1 + +## Make original tarball +Use this readme file as the only contents of a tarball in a single directory. Make the tarball resemble: + + $ tar -ztf ../connman-gtk-xdg-autostart_0.0.1.orig.tar.gz + connman-gtk-xdg-autostart-0.0.1/ + connman-gtk-xdg-autostart-0.0.1/README.md + +## References +palemoon-ublock-origin/README + +## Differences from upstream +None diff --git a/connman-gtk-xdg-autostart/debian/README.Debian b/connman-gtk-xdg-autostart/debian/README.Debian new file mode 100644 index 0000000..a8d3f75 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/README.Debian @@ -0,0 +1,6 @@ +connman-gtk-xdg-autostart for Devuan + +This whole package should be removed if and when connman-gtk +adds an xdg autostart desktop file for connman-gtk. + + -- Ben Stack Thu, 13 Aug 2020 08:44:57 -0400 diff --git a/connman-gtk-xdg-autostart/debian/changelog b/connman-gtk-xdg-autostart/debian/changelog new file mode 100644 index 0000000..f80c13b --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/changelog @@ -0,0 +1,5 @@ +connman-gtk-xdg-autostart (0.0.1-1) obs; urgency=low + + * Initial release. Closes: stackrpms#25 + + -- Ben Stack Thu, 13 Aug 2020 08:44:57 -0400 diff --git a/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.docs b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.docs @@ -0,0 +1 @@ +README.md diff --git a/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.dsc b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.dsc new file mode 100644 index 0000000..ef36202 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.dsc @@ -0,0 +1,13 @@ +Format: 3.0 (quilt) +Source: connman-gtk-xdg-autostart +Binary: connman-gtk-xdg-autostart +Architecture: all +Version: 0.0.1-1 +Maintainer: Ben Stack +Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 12) +Package-List: + connman-gtk-xdg-autostart deb x11 optional arch=all +Files: + 00000000000000000000000000000000 1 connman-gtk-xdg-autostart.orig.tar.gz + 00000000000000000000000000000000 1 connman-gtk-xdg-autostart.debian.tar.xz diff --git a/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.links b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.links new file mode 100644 index 0000000..8a2ce1d --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.links @@ -0,0 +1 @@ +usr/share/applications/connman-gtk.desktop etc/xdg/autostart/connman-gtk.desktop diff --git a/connman-gtk-xdg-autostart/debian/control b/connman-gtk-xdg-autostart/debian/control new file mode 100644 index 0000000..f5d78a5 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/control @@ -0,0 +1,15 @@ +Source: connman-gtk-xdg-autostart +Section: x11 +Priority: optional +Maintainer: Ben Stack +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.5.0 + +Package: connman-gtk-xdg-autostart +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + connman-gtk +Description: Xdg autostart for connman-gtk + This package merely adds a symlink to /etc/xdg/autostart + for connman-gtk. diff --git a/connman-gtk-xdg-autostart/debian/copyright b/connman-gtk-xdg-autostart/debian/copyright new file mode 100644 index 0000000..c9f018b --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/copyright @@ -0,0 +1,14 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: connman-gtk-xdg-autostart +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: README.md +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. diff --git a/connman-gtk-xdg-autostart/debian/patches/series b/connman-gtk-xdg-autostart/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/connman-gtk-xdg-autostart/debian/rules b/connman-gtk-xdg-autostart/debian/rules new file mode 100755 index 0000000..9cf3a86 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ diff --git a/connman-gtk-xdg-autostart/debian/source/format b/connman-gtk-xdg-autostart/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/connman-gtk-xdg-autostart/debian/source/local-options b/connman-gtk-xdg-autostart/debian/source/local-options new file mode 100644 index 0000000..00131ee --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/source/local-options @@ -0,0 +1,2 @@ +#abort-on-upstream-changes +#unapply-patches diff --git a/connman-gtk-xdg-autostart/debian/watch b/connman-gtk-xdg-autostart/debian/watch new file mode 100644 index 0000000..76575dc --- /dev/null +++ b/connman-gtk-xdg-autostart/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3 -- cgit