summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
committerB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
commit0c166c12cfdbf01bc8a5611d690336236d7771e1 (patch)
tree88c05313172a682acc7bdca3cf5a0abf2b35ec2e
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.gz
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.bz2
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.zip
add connman-gtk-xdg-autostart
-rw-r--r--connman-gtk-xdg-autostart/README.md34
-rw-r--r--connman-gtk-xdg-autostart/debian/README.Debian6
-rw-r--r--connman-gtk-xdg-autostart/debian/changelog5
-rw-r--r--connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.docs1
-rw-r--r--connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.dsc13
-rw-r--r--connman-gtk-xdg-autostart/debian/connman-gtk-xdg-autostart.links1
-rw-r--r--connman-gtk-xdg-autostart/debian/control15
-rw-r--r--connman-gtk-xdg-autostart/debian/copyright14
-rw-r--r--connman-gtk-xdg-autostart/debian/patches/series1
-rwxr-xr-xconnman-gtk-xdg-autostart/debian/rules9
-rw-r--r--connman-gtk-xdg-autostart/debian/source/format1
-rw-r--r--connman-gtk-xdg-autostart/debian/source/local-options2
-rw-r--r--connman-gtk-xdg-autostart/debian/watch2
13 files changed, 104 insertions, 0 deletions
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com>
+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 <bgstack15@gmail.com>
+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: <preferred name and address to reach the upstream project>
+Source: <url://example.com>
+#
+# 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
bgstack15