qulogic/pidgin

Remove the flatpak and appimage files

6 months ago, Gary Kramlich
15b74997e837
Parents 329359569c5c
Children 594f84a2c97f
Remove the flatpak and appimage files

These are all seriously out of date and it'd probably be easier to start from
scratch in the future.

Testing Done:
Ran `ninja turtles`.

Reviewed at https://reviews.imfreedom.org/r/2801/
--- a/im.pidgin.Finch3.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
----
-id: im.pidgin.Finch3
-runtime: org.gnome.Platform
-runtime-version: '3.36'
-sdk: org.gnome.Sdk
-command: finch3
-finish-args:
- - --share=ipc
- - --socket=x11
- - --share=network
- - --talk-name=org.freedesktop.Notifications
- - --system-talk-name=org.freedesktop.Avahi
-modules:
- - packaging/flatpak/libpurple-common.yml
- - packaging/flatpak/libgnt.yml
- - name: finch3
- buildsystem: meson
- config-opts:
- - -Dgtkui=false
- - -Ddoc=false
- sources:
- - type: dir
- path: '.'
--- a/im.pidgin.Pidgin3.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
----
-id: im.pidgin.Pidgin3
-runtime: org.gnome.Platform
-runtime-version: '3.36'
-sdk: org.gnome.Sdk
-command: pidgin3
-finish-args:
- - --share=ipc
- - --socket=fallback-x11
- - --share=network
- - --socket=pulseaudio
- - --talk-name=org.freedesktop.Notifications
- - --system-talk-name=org.freedesktop.Avahi
-modules:
- - packaging/flatpak/libpurple-common.yml
- - name: pidgin3
- buildsystem: meson
- config-opts:
- - -Dconsoleui=false
- - -Ddoc=false
- sources:
- - type: dir
- path: '.'
--- a/packaging/Pidgin3.AppImageBuilder.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
----
-version: 1
-AppDir:
- path: ./AppDir
- app_info:
- id: im.pidgin.Pidgin3
- name: Pidgin3
- icon: im.pidgin.Pidgin3
- version: !ENV ${VERSION}
- exec: usr/bin/pidgin3
- apt:
- arch: amd64
- sources:
- - sourceline: 'deb [arch=amd64] http://deb.debian.org/debian/ bookworm main'
- key_url: 'https://ftp-master.debian.org/keys/archive-key-11.asc'
- include:
- - dictionaries-common
- - gir1.2-gdkpixbuf-2.0
- - gir1.2-gtk-3.0
- - gir1.2-soup-2.4
- - gstreamer1.0-gl
- # - gstreamer1.0-plugins-bad # 100mb-ish only if we really **REALLY** need it
- - gstreamer1.0-plugins-good
- - gstreamer1.0-x
- - libavahi-client3
- - libavahi-glib1
- - libcanberra0
- - libcmark0.30.2
- - libfarstream-0.2-5
- - libfontconfig1
- - libfreetype6
- - libgadu3
- - libgirepository-1.0-1
- - libglib-object-introspection-perl
- - libglib-perl
- - libgspell-1-2
- - libgstreamer-plugins-base1.0-0
- - libgstreamer1.0-0
- - libgtk-3-0
- - libgumbo1
- - libhandy-1-0
- - libidn12
- - libidn2-0
- - libjson-glib-1.0-0
- # - libkf5wallet5 # 57mb
- - liblua5.3-0
- - libpython3.8
- - libsecret-1-0
- - libsoup2.4-1
- - libxss1
- - lua-lgi
- - perl
- - python3-gi
- exclude:
- - adwaita-icon-theme
- files:
- exclude:
- - usr/share/man
- - usr/share/doc/*/README.*
- - usr/share/doc/*/changelog.*
- - usr/share/doc/*/NEWS.*
- - usr/share/doc/*/TODO.*
- - usr/include
- runtime:
- path_mappings:
- - /usr/lib/x86_64-linux-gnu/gplugin:$APPDIR/usr/lib/x86_64-linux-gnu/gplugin/
- - /usr/lib/x86_64-linux-gnu/purple-3:$APPDIR/usr/lib/x86_64-linux-gnu/purple-3/
- - /usr/lib/x86_64-linux-gnu/pidgin-3:$APPDIR/usr/lib/x86_64-linux-gnu/pidgin-3/
- - /usr/share/pidgin/:$APPDIR/usr/share/pidgin/
- - /usr/share/pixmaps/pidgin/:$APPDIR/usr/share/pixmaps/pidgin/
- env:
- XDG_DATA_DIRS: $APPDIR/share:$XDG_DATA_DIRS
-AppImage:
- arch: x86_64
--- a/packaging/flatpak/external/avahi.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
----
-name: avahi
-cleanup:
- - /bin
- - /include
- - /lib/pkgconfig
- - /lib/*.la
- - /share/man
-config-opts:
- - --with-distro=none
- - --disable-libdaemon
- - --disable-core-docs
- - --disable-manpages
- - --disable-mono
- - --disable-qt3
- - --disable-qt4
- - --disable-qt5
- - --disable-python
- - --disable-gtk
- - --disable-gtk3
- - --disable-static
-sources:
- - type: archive
- url: http://avahi.org/download/avahi-0.8.tar.gz
- sha256: 060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda
-modules:
- - libevent.yml
--- a/packaging/flatpak/external/cmark.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
----
-name: cmark
-buildsystem: cmake-ninja
-builddir: true
-config-opts:
- - -DCMAKE_BUILD_TYPE=Release
- - -DCMARK_TESTS=OFF
-sources:
- - type: archive
- url: https://github.com/commonmark/cmark/archive/0.29.0.tar.gz
- sha256: 2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6
-cleanup:
- - /bin
- - /include
- - /lib/cmake
- - /lib/pkgconfig
- - /lib/*.a
- - /share/man
--- a/packaging/flatpak/external/cyrus-sasl2.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
----
-name: cyrus-sasl2
-config-opts:
- - --with-dblib=berkeley
- - --without-pam
- - --without-opie
- - --without-des
- - --disable-gssapi
- - --enable-cram
- - --enable-scram
- - --enable-digest
- - --enable-otp
- - --enable-plain
- - --enable-login
- - --with-plugindir=/app/lib/sasl2
-no-parallel-make: true
-sources:
- - type: archive
- url: https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz
- sha256: 26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5
-cleanup:
- - /include
- - /lib/pkgconfig
- - /lib/*.la
- - /lib/sasl2/*.la
- - /sbin
- - /share/man
--- a/packaging/flatpak/external/farstream.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
----
-name: farstream
-sources:
- - type: archive
- url: https://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.9.tar.gz
- sha256: cb7d112433cf7c2e37a8ec918fb24f0ea5cb293cfa1002488e431de26482f47b
-modules:
- - libnice.yml
-cleanup:
- - /include
- - /lib/*.la
- - /lib/farstream-0.2/*.la
--- a/packaging/flatpak/external/gspell-1.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
----
-name: gspell-1
-config-opts:
- - --disable-gtk-doc
- - --disable-introspection
-sources:
- - type: archive
- url: https://download.gnome.org/sources/gspell/1.8/gspell-1.8.3.tar.xz
- sha256: 5ae514dd0216be069176accf6d0049d6a01cfa6a50df4bc06be85f7080b62de8
-cleanup:
- - /bin
- - /include
- - /lib/pkgconfig
- - /lib/*.la
--- a/packaging/flatpak/external/gumbo.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
----
-name: gumbo
-sources:
- - type: archive
- url: https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz
- sha256: 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
-cleanup:
- - /include
- - /lib/pkgconfig
- - /lib/*.a
- - /lib/*.la
--- a/packaging/flatpak/external/libevent.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
----
-name: libevent
-sources:
- - type: archive
- url: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
- sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
-cleanup:
- - /include
- - /lib/pkgconfig
- - /lib/*.a
- - /lib/*.la
--- a/packaging/flatpak/external/libgadu.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
----
-name: libgadu
-sources:
- - type: archive
- url: https://github.com/wojtekka/libgadu/releases/download/1.12.2/libgadu-1.12.2.tar.gz
- sha512: de1d54ddbd7ab093596da9ac6d69235d1f9cb92851954b63e776977bd9396369a2e73b648b10b2f0e820a45c0e036bd3f8b46373621d3bc34d68621b4539b406
-cleanup:
- - /include
- - /lib/pkgconfig
- - /lib/*.a
- - /lib/*.la
--- a/packaging/flatpak/external/libidn.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
----
-name: libidn
-sources:
- - type: archive
- url: https://ftp.gnu.org/gnu/libidn/libidn-1.36.tar.gz
- sha256: 14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038
-cleanup:
- - /bin
- - /include
- - /info
- - /lib/pkgconfig
- - /lib/*.a
- - /lib/*.la
- - /share/emacs
- - /share/info
- - /share/man
--- a/packaging/flatpak/external/libnice.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
----
-name: libnice
-sources:
- - type: archive
- url: https://nice.freedesktop.org/releases/libnice-0.1.17.tar.gz
- sha512: 177ee47712233af379f422cbe24befaa1b744444241723a6575f17db30f7032aa8a34b1c6e160f6f406545fc42c1e7e3ca36c274bea5adb169b02434712c908e
-cleanup:
- - /include
- - /lib/pkgconfig
- - /lib/*.a
- - /lib/*.la
--- a/packaging/flatpak/external/mercurial.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
----
-name: mercurial
-buildsystem: simple
-build-commands:
- - make install PREFIX=/app PYTHON=python3
-sources:
- - type: archive
- url: https://www.mercurial-scm.org/release/mercurial-5.5.tar.gz
- sha256: c1ed28e1534304a7a4981ed59905286d1c56acd5b75755eedd184171a4a782b4
-modules:
- - python-docutils.yml
--- a/packaging/flatpak/external/python-docutils.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
----
-name: python-docutils
-buildsystem: simple
-build-commands:
- - pip3 install --prefix=/app --no-deps .
-sources:
- - type: archive
- url: https://files.pythonhosted.org/packages/2f/e0/3d435b34abd2d62e8206171892f174b180cd37b09d57b924ca5c2ef2219d/docutils-0.16.tar.gz
- sha256: c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc
--- a/packaging/flatpak/gplugin.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
----
-name: gplugin
-buildsystem: meson
-config-opts:
- - -Ddoc=false
- - -Dlua=false
- - -Dperl=false
-sources:
- - type: archive
- url: https://keep.imfreedom.org/gplugin/gplugin/archive/ed8e701cc2b1.tar.gz
- sha256: ad7968d0d5d93ba39c2d6676f612cfd2f353260b9e4d260d0dac17c52f833f8d
-cleanup:
- - /bin
- - /include
- - /lib/pkgconfig
- - /share/man
--- a/packaging/flatpak/libgnt.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
----
-name: libgnt
-buildsystem: meson
-sources:
- - type: archive
- url: https://keep.imfreedom.org/libgnt/libgnt/archive/23e34422bea8.tar.gz
- sha256: 3c9b65fea2723f15326997f14299044c8fd0c387a1bbf861d38a4e944b54f7a8
-cleanup:
- - /bin
- - /include
- - /lib/pkgconfig
- - /share/man
--- a/packaging/flatpak/libpurple-common.yml Sun Nov 12 18:39:16 2023 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
----
-name: libpurple-common
-buildsystem: simple
-build-commands:
- - true
-modules:
- - external/avahi.yml
- - external/cyrus-sasl2.yml
- - external/farstream.yml
- - external/libgadu.yml
- - external/libidn.yml
- - external/mercurial.yml
- - gplugin.yml