├── LICENSE ├── PHIL101.md ├── README.md ├── docs ├── Now-in-SavOS-PPAs.diff ├── README-old.md ├── SavOS-Be-Human.txt ├── enhancement-1st-run.txt ├── launchpad-ppa-bio.txt ├── launchpad-ppa-details │ ├── launchpad-ppa-android.txt │ ├── launchpad-ppa-apt-xenial.txt │ ├── launchpad-ppa-backports.txt │ ├── launchpad-ppa-blender.txt │ ├── launchpad-ppa-boost-defaults-1.71.txt │ ├── launchpad-ppa-build-tools.txt │ ├── launchpad-ppa-curl34.txt │ ├── launchpad-ppa-dbgl.txt │ ├── launchpad-ppa-digikam.txt │ ├── launchpad-ppa-display.txt │ ├── launchpad-ppa-dosbox-patched.txt │ ├── launchpad-ppa-dosbox.txt │ ├── launchpad-ppa-encryption.txt │ ├── launchpad-ppa-exiv2.txt │ ├── launchpad-ppa-ffmpeg-git.txt │ ├── launchpad-ppa-ffmpeg3.txt │ ├── launchpad-ppa-ffmpeg4.txt │ ├── launchpad-ppa-fonts.txt │ ├── launchpad-ppa-games.txt │ ├── launchpad-ppa-gcc-defaults-7.txt │ ├── launchpad-ppa-gcc-defaults-9.txt │ ├── launchpad-ppa-gimp.txt │ ├── launchpad-ppa-gnu-r.txt │ ├── launchpad-ppa-gparted.txt │ ├── launchpad-ppa-gpg.txt │ ├── launchpad-ppa-graphics.txt │ ├── launchpad-ppa-gtk-xenial.txt │ ├── launchpad-ppa-handbrake.txt │ ├── launchpad-ppa-haskell-build.txt │ ├── launchpad-ppa-imagej.txt │ ├── launchpad-ppa-inkscape.txt │ ├── launchpad-ppa-kde-xenial.txt │ ├── launchpad-ppa-llvm-defaults-10.txt │ ├── launchpad-ppa-llvm-defaults-11.txt │ ├── launchpad-ppa-llvm-defaults-toolchain.txt │ ├── launchpad-ppa-mate-dock-applet.txt │ ├── launchpad-ppa-meld.txt │ ├── launchpad-ppa-metamorphose2.txt │ ├── launchpad-ppa-minisign.txt │ ├── launchpad-ppa-mpv.txt │ ├── launchpad-ppa-multimedia.txt │ ├── launchpad-ppa-node-bionic.txt │ ├── launchpad-ppa-node-xenial.txt │ ├── launchpad-ppa-perl-xenial.txt │ ├── launchpad-ppa-python.txt │ ├── launchpad-ppa-qt-xenial.txt │ ├── launchpad-ppa-scribus.txt │ ├── launchpad-ppa-tex-2019.txt │ ├── launchpad-ppa-tex-xenial.txt │ ├── launchpad-ppa-toolchain.txt │ ├── launchpad-ppa-utilities.txt │ ├── launchpad-ppa-virtualisation.txt │ ├── launchpad-ppa-vlc3-mate.txt │ ├── launchpad-ppa-vlc3.txt │ ├── launchpad-ppa-vnstat.txt │ ├── launchpad-ppa-wine.txt │ ├── launchpad-ppa-xapps.txt │ ├── launchpad-ppa-xfe.txt │ └── launchpad-ppa-xscreensaver.txt └── launchpad-ppa-readme.txt ├── images └── Serena-Enhanced.png ├── package ├── a-ubuntu-enhanced-build ├── ubuntu-enhanced │ ├── CHANGES │ ├── bin │ │ └── apt-all │ └── debian │ │ ├── changelog │ │ ├── control │ │ ├── copyright │ │ ├── files │ │ ├── install │ │ ├── patches │ │ └── series │ │ ├── postinst │ │ ├── postrm │ │ ├── rules │ │ ├── source │ │ └── format │ │ └── watch ├── ubuntu-enhanced_0.17.0.orig.tar.xz ├── ubuntu-enhanced_0.17.0.orig.tar.xz.asc └── xenial-enhanced │ ├── debian │ ├── changelog │ ├── compat │ ├── control │ ├── copyright │ ├── install │ ├── patches │ │ └── series │ ├── postinst │ ├── rules │ ├── source │ │ └── format │ └── watch │ └── tree │ ├── etc │ └── apt │ │ ├── preferences.d │ │ ├── bionic-repositories-hi.pref.save │ │ ├── bionic-repositories-lo.pref │ │ ├── cosmic-repositories-hi.pref.save │ │ ├── cosmic-repositories-lo.pref │ │ ├── disco-repositories-hi.pref.save │ │ ├── disco-repositories-lo.pref │ │ ├── eoan-repositories-hi.pref.save │ │ └── eoan-repositories-lo.pref │ │ └── sources.list.d │ │ ├── official-package-repos-bionic.list │ │ ├── official-package-repos-cosmic.list │ │ ├── official-package-repos-disco.list │ │ └── official-package-repos-eoan.list │ └── usr │ └── bin │ └── apt-new ├── pkg-lists ├── bionic │ ├── applications.txt │ ├── apt-build.txt │ ├── base-security.txt │ ├── c-libraries.txt │ ├── core-audio.txt │ ├── core-data.txt │ ├── core-desktop.txt │ ├── core-disks.txt │ ├── core-display.txt │ ├── core-graphics.txt │ ├── core-hardware.txt │ ├── core-network.txt │ ├── core-perl.txt │ ├── core-python.txt │ ├── core-security.txt │ ├── core-startup.txt │ ├── core-system.txt │ ├── data-types.txt │ ├── fonts-print.txt │ ├── gcrypt-gnupg.txt │ ├── gtk2-gtk3.txt │ ├── kde-framework.txt │ ├── media-devices.txt │ ├── multimedia.txt │ ├── networking.txt │ ├── python-ruby-js.txt │ ├── qt4-framework.txt │ ├── qt5-framework.txt │ ├── text-terminal.txt │ ├── themes-assist.txt │ ├── x11-framework.txt │ ├── x11-proto-xcb.txt │ └── xorg-xserver.txt ├── current │ ├── applications.txt │ ├── apt-build.txt │ ├── base-security.txt │ ├── c-libraries.txt │ ├── core-audio.txt │ ├── core-data.txt │ ├── core-desktop.txt │ ├── core-disks.txt │ ├── core-display.txt │ ├── core-graphics.txt │ ├── core-hardware.txt │ ├── core-network.txt │ ├── core-perl.txt │ ├── core-python.txt │ ├── core-security.txt │ ├── core-startup.txt │ ├── core-system.txt │ ├── data-types.txt │ ├── fonts-print.txt │ ├── gcrypt-gnupg.txt │ ├── gtk2-gtk3.txt │ ├── kde-framework.txt │ ├── media-devices.txt │ ├── multimedia.txt │ ├── networking.txt │ ├── python-ruby-js.txt │ ├── qt4-framework.txt │ ├── qt5-framework.txt │ ├── text-terminal.txt │ ├── themes-assist.txt │ ├── x11-framework.txt │ ├── x11-proto-xcb.txt │ └── xorg-xserver.txt └── tweaked │ ├── applications.txt │ ├── apt-build.txt │ ├── base-security.txt │ ├── c-libraries.txt │ ├── core-audio.txt │ ├── core-data.txt │ ├── core-desktop.txt │ ├── core-disks.txt │ ├── core-display.txt │ ├── core-graphics.txt │ ├── core-hardware.txt │ ├── core-network.txt │ ├── core-perl.txt │ ├── core-python.txt │ ├── core-security.txt │ ├── core-startup.txt │ ├── core-system.txt │ ├── data-types.txt │ ├── fonts-print.txt │ ├── gcrypt-gnupg.txt │ ├── gtk2-gtk3.txt │ ├── kde-framework.txt │ ├── media-devices.txt │ ├── multimedia.txt │ ├── networking.txt │ ├── python-ruby-js.txt │ ├── qt4-framework.txt │ ├── qt5-framework.txt │ ├── text-terminal.txt │ ├── themes-assist.txt │ ├── x11-framework.txt │ ├── x11-proto-xcb.txt │ └── xorg-xserver.txt └── scripts ├── README.md ├── base-enhance-patches ├── dbus-x11_1.12.2-1ubuntu1.2_amd64.patch ├── mint-artwork-common_2.1.0.2_all.patch ├── mint-artwork-mate_1.3.2_all.patch ├── mint-info-mate_2016.11.02_amd64.patch ├── perl-modules-5.22_5.22.1-9ubuntu0.6_all.patch ├── python3-dev_3.5.1-3_amd64.patch └── python3_3.5.1-3_amd64.patch ├── base-enhancement ├── enhanced-packages-serena ├── enhanced-packages-xenial ├── enhancements-1st-run ├── enhancements-serena └── enhancements-xenial ├── enhance-scripts-initial ├── enhance-all └── enhance-cat ├── enhance-scripts-make ├── enhance-pkg-lists-versions ├── enhance-scripts-make ├── enhance-scripts-make-cats.txt └── enhance-scripts-make-series.txt └── extra-enhancement ├── enhancements-extra-ppa ├── python3-gpg_1.13.0-2ubuntu3_amd64.patch └── python3-libvirt_5.5.0-0~19.04~ppa0_amd64.patch /PHIL101.md: -------------------------------------------------------------------------------- 1 | ## Philosophical background 2 | 3 | These procedures have specifically been created using a starting point of Linux Mint Serena 18.1 MATE (a Ubuntu 16.04 Xenial-based distribution) as it has a GTK2 based desktop. Please take note of the quote in the center of the screenshot further below (within the MATE 1.16.2 "About" box): 4 | 5 | > GNOME 2 was the most popular Linux desktop but it's no longer available... 6 | > 7 | > MATE is here to provide that same desktop to you! 8 | 9 | Question: if GNOME 2 was the most popular Linux desktop, **why** is it no longer available? 10 | 11 | Based on all testing of GNOME 3 it is overly complex for many of us, as well as the fact that many standard software features from GNOME 2 (that many of us still want!) even including toolbars, menubars and so on have been removed. It is unfortunate that for some years now there has been a trend not just with proprietary software but also in the free software world for at least some developers to consistently ignore user feedback, strip features from newer releases, change paradigms about how core parts of the system (such as the desktop environment) have worked for years, all because "I'm the developer and say it's better!" 12 | 13 | This "dumbing down" in the name of "progress" as well as rapidly released new versions all about "new features" (rather than less glamorous though much-needed bug-fixing) is actually destroying the reliability of computer software on the whole. Personally, the long overdue switch from Windows to a Linux distribution as the day-to-day OS (prompted by the user-hostile, spyware ridden, forced updates garbage known as "Windows 10") happened at exactly the point when Mint 18.1 Serena had just been released. And it had a fast, usable GTK2 based desktop that was easy to configure and just works. 14 | 15 | This was serendipitous timing. After Mint 18.2 MATE was released and having done some testing of that version (with the "new, improved" GTK3 based desktop stripped of so many standard features that have existed for many years), it was clear that Mint 18.1 was going to be the way forward for a long time. Thus, a procedure had to be created to allow upgrading core "modules" or sub-systems of the OS, without touching the simple, fast, usable GTK2 based desktop. Hence, the Ubuntu (Xenial-based) "Rolling Release" system, specifically crafted on a Mint 18.1 Serena MATE installation. 16 | 17 | ![Serena Enhanced](images/Serena-Enhanced.png) 18 | 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [ubuntu-rolling](https://github.com/savoury1/ubuntu-rolling) 2 | Update (13/5/2020): Over the past nine months since this project was first uploaded to Github it has evolved into something far more comprehensive and accessible. There are now extensive collections of backported packages for Xenial and also newer series (currently Bionic, Eoan and Focal) in a number of PPAs at the Launchpad site where the Ubuntu Enhanced PPA was published in August 2019. This allows regular users of Ubuntu-based systems (including Mint and other derivatives) to install a wide range of new software without having to do a full upgrade to a newer series. 3 | 4 | See here for a full list of available PPAs: https://launchpad.net/~savoury1 -------------------------------------------------------------------------------- /docs/SavOS-Be-Human.txt: -------------------------------------------------------------------------------- 1 | SavOS ~ "Be Human" 2 | 3 | "SavOS" is a modern inline upgrade for supported Ubuntu-based releases spanning the past five years (at least), with a focus on LTS-based versions. SavOS is not a unique "distribution" as such, rather, it is an enhancement to a supported Ubuntu-based installation (ie. Linux Mint and other direct derivatives of Ubuntu) where much of the core system is identical. 4 | 5 | A key aim of SavOS is that anyone using supported Ubuntu-based releases can easily upgrade their current systems with a wide range of the latest popular audio/video, graphics, productivity, and security software. Thus, millions of people using the various Ubuntu-based operating systems can enjoy access to the same curated suite of modern and popular software with minimal fuss. 6 | 7 | So SavOS brings modern and quality software to human beings who want to get on with their work and their creativity, without having to very often deal with the quite technical process of a full system upgrade (once every five years is more than enough!). SavOS is summarised by the tagline: "Be Human". SavOS is about the human beings who are the "end-users" and working to get much modern quality software to more of those human beings in a simple and direct manner. 8 | 9 | Anyone using a supported Ubuntu-based release can do an "inline upgrade" of their Ubuntu-based system by adding various of the Launchpad PPAs that host SavOS packages. This is currently done via APT commands to add the various PPAs (more instructions to come soon, when the new site https://savos.tech finally gets a home page!), easily bringing latest versions of popular software. 10 | 11 | At present the SavOS project can be described as being in "alpha" testing phase, where many people around the world are simply adding various Launchpad PPAs to upgrade their supported Ubuntu-based systems. These PPAs are all found at the current primary hosting site for SavOS packages (the site and all PPAs at this link are maintained by Rob Savoury, creator of SavOS): 12 | 13 | https://launchpad.net/~savoury1 14 | 15 | "SavOS enhanced" is one way to describe Ubuntu-based systems with upgrades from a number of the SavOS Launchpad PPAs (found at the above linked Launchpad site). Or "SavOS empowered" or similar. To reiterate: "SavOS" is not a unique new "distribution" but a major inline upgrade bringing the "SavOS" flavour to supported Ubuntu-based systems from at least the past five years. 16 | -------------------------------------------------------------------------------- /docs/enhancement-1st-run.txt: -------------------------------------------------------------------------------- 1 | Enhancement 1st Run -- General Notes 2 | ==================================== 3 | 4 | * Over 700 Bionic packages will be downloaded from Ubuntu repositories and 5 | then installed, so have patience! On a dual-core i7 system with fast SSD it 6 | took about 90 mins in a virtual machine for this 1st run. It is essentially 7 | a full system upgrade, so takes a similar amount of time to complete. 8 | 9 | * Ignore warnings relating to /etc/ld.so.conf.d/ conf files (broken symbolic 10 | links) during the upgrade process. These warnings are common with Xenial to 11 | Bionic upgrades (and get fixed later by deletion of broken symbolic links). 12 | 13 | * Answer "Y" to any prompts about overwriting configuration files, unless you 14 | know what you are doing and are going to manually ensure that the mentioned 15 | files are up-to-date relative the new packages (and perhaps also include 16 | custom changes you have made). 17 | 18 | * Accept the license that appears on screen during the upgrade if you want to 19 | install common TrueType fonts from a known big corporation (very useful). 20 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-android.txt: -------------------------------------------------------------------------------- 1 | Android backports (android-platform-system-core with adb) for Xenial & newer. 2 | 3 | ============================================================================= 4 | Android - backports (Xenial & newer) 5 | ============================================================================= 6 | 7 | 8 | *external-boringssl, *external-libselinux, *external-libunwind, *libnativehelper, *system-core, *system-extras, f2fs-tools, p7zip 9 | 10 | * = "android-platform-" common package name prefix 11 | 12 | +===========================================================================+ 13 | 14 | Backports of various Android (version 10.0.0+r36) related packages for adb. 15 | 16 | *** Install *** 17 | 18 | To install adb (from android-platform-system-core) requires GCC >= 9 (Xenial default is 5.4.0, Bionic is 7.5.0) so a PPA with GCC 9.3.0 needs to be added. 19 | 20 | * Xenial: The Ubuntu Toolchain PPA has GCC 9.3.0 and does not make it the new system default, or there is a PPA at this site to make GCC 9.3.0 the default. 21 | 22 | * Bionic: As above, the Ubuntu Toolchain PPA has GCC 9.3.0 and does not make it the new default, but that PPA has gcc-10 built with shared common packages (ie. libgcc1 & libgcc1-s1) that can bring an unwanted dependency (libgcc1-s1 only found in GCC >= 10) for local package builds. Or use the same PPA as for Xenial making GCC 9.3.0 the default (and with no GCC 10 libgcc1-s1 package). 23 | 24 | * Xenial & Bionic - After reading the above, choose which PPA for GCC 9.3.0: 25 | 26 | sudo add-apt-repository ppa:ubuntu-toolchain-r/test 27 | 28 | OR 29 | 30 | sudo add-apt-repository ppa:savoury1/gcc-defaults-9 31 | 32 | THEN 33 | 34 | sudo apt-get update 35 | sudo apt-get install adb 36 | 37 | *** Build *** 38 | 39 | This PPA has build dependencies on: 40 | 41 | ppa:savoury1/build-tools 42 | ppa:savoury1/backports 43 | 44 | Additionally for Xenial, Bionic, and Focal builds: 45 | 46 | ppa:savoury1/llvm-defaults-11 47 | 48 | Additional for Xenial and Bionic builds only: 49 | 50 | ppa:savoury1/haskell-build 51 | ppa:savoury1/gcc-defaults-9 52 | 53 | These Android packages were built with GCC 9.3.0 as builds fail with GCC < 9 and GCC 9.3.0 (Focal default) is a good version used for builds at this site. 54 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-apt-xenial.txt: -------------------------------------------------------------------------------- 1 | Backports of APT packages (includes apt, python-apt) from Bionic to Xenial. 2 | 3 | ============================================================================= 4 | APT - backports (Xenial only) 5 | ============================================================================= 6 | 7 | appstream (0.10.6), appstream-glib, apt (1.6.12), apt-file, apt-rdepends, aptdaemon (1.1.1+bzr982), aptitude (0.8.10), autoconf-archive, bash (5.1), bash-completion, boost-defaults, boost1.65.1, fontconfig, freetype, glib2.0, gobject-introspection, libapt-pkg-perl, libzstd (1.4.8), packagekit (1.1.6), python-apt (1.6.5), python-debian, system-config-printer, xapian-core 8 | 9 | ============================================================================= 10 | 11 | *** Install *** 12 | 13 | Extra packages required to install some backported APT packages are copied here (from ppa:savoury1/backports & gtk-xenial) for easy installation. These steps are needed for a successful upgrade on Xenial of APT related packages: 14 | 15 | sudo add-apt-repository ppa:savoury1/apt-xenial 16 | sudo apt-get update 17 | sudo apt-get upgrade && sudo apt-get dist-upgrade 18 | 19 | Note: Backports of bash and bash-completion are here due a dpkg file conflict (/usr/share/bash-completion/completions/apt) between apt 1.6.12 and the old bash-completion 2.1 from Xenial (causes sbuild failure). So a bash upgrade is a needed part of the APT upgrade for Xenial systems to ensure no dpkg errors. 20 | 21 | A backport of system-config-printer is also here due a PD conflict with the Xenial version (requires packagekit-system-interface, a virtual package no longer provided by the newer than Xenial backported packagekit found here). 22 | 23 | *** Build *** 24 | 25 | This PPA has build dependencies on: 26 | 27 | ppa:savoury1/gcc-defaults-7 28 | ppa:savoury1/build-tools 29 | ppa:savoury1/backports 30 | ppa:savoury1/python 31 | ppa:savoury1/qt-xenial 32 | 33 | Building aptitude uses packages from ppa:savoury1/backports plus newer meson and debhelper (from ppa:savoury1/build-tools) are needed for appstream-glib. Also, libapt-pkg-perl uses GCC > 6 due build failures with GCC 5.x (Xenial). 34 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-boost-defaults-1.71.txt: -------------------------------------------------------------------------------- 1 | Backport of Boost 1.71 and defaults package from Focal to Xenial & Bionic. 2 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-curl34.txt: -------------------------------------------------------------------------------- 1 | Build of Curl 7.75.0 (providing both libcurl3 & libcurl4) for Xenial & newer. 2 | 3 | Both libcurl3 and libcurl4 ABIs are provided with the one package through addition of symbols (to key source files and symbols package file). This is done with a helper script and patch created by Evgeny Brazgin (aka xapienz). 4 | 5 | *** Build *** 6 | 7 | This PPA has build dependencies on: 8 | 9 | ppa:savoury1/build-tools 10 | ppa:savoury1/backports 11 | ppa:savoury1/python 12 | ppa:savoury1/encryption 13 | 14 | *** Credits *** 15 | 16 | - Creators of Curl: Daniel Stenberg and all contributors 17 | https://curl.haxx.se/ 18 | 19 | - Package code: Alessandro Ghedini 20 | https://tracker.debian.org/pkg/curl 21 | 22 | - Curl 3 & 4 mod: Evgeny Brazgin (aka xapienz) 23 | https://github.com/xapienz/curl-debian-scripts 24 | https://launchpad.net/~xapienz/+archive/ubuntu/curl34 25 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-dbgl.txt: -------------------------------------------------------------------------------- 1 | New build of DBGL (DOSBox Game Launcher) 0.83 (Java 8) for Xenial & newer. 2 | 3 | INTRODUCTION 4 | 5 | An open-source, free, multi-platform frontend for DOSBox. DBGL is a Java frontend for DOSBox, based largely upon the proven interface of D-Fend. 6 | 7 | DBGL serves as a frontend / Graphical User Interface to DOSBox. It tries to make creating DOSBox configuration files a little easier by offering a relatively simple interface, some shortcuts and a little bit of intelligence. Once your DOS games are configured in DBGL, its very easy to setup or start them, or alter their configuration or associated DOSBox version. 8 | 9 | *** Build *** 10 | 11 | This PPA has build dependencies on: 12 | 13 | ppa:savoury1/build-tools 14 | ppa:savoury1/backports 15 | 16 | *** Credits *** 17 | 18 | - Creator of DOSBox Game Launcher: Ronald Blankendaal 19 | http://members.quicknet.nl/blankendaalr/dbgl/ 20 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-dosbox-patched.txt: -------------------------------------------------------------------------------- 1 | Backport of DOSBox SVN trunk patched build (thanks i30817!) for Xenial only. 2 | 3 | Source of build recipe is ppa:i30817/dosbox-patched (until June 2019 i30817 was publishing Xenial packages, but is no longer doing so with new releases). See the linked PPA for more details about this patched version of DOSBox. 4 | 5 | *** Build *** 6 | 7 | This PPA has build dependencies on: 8 | 9 | ppa:savoury1/build-tools 10 | ppa:savoury1/backports 11 | ppa:savoury1/graphics 12 | ppa:savoury1/multimedia 13 | 14 | *** Credits *** 15 | 16 | - Creators of DOSBox: Peter Veenstra, Sjoerd, Tommy Frössman, Ulf Wohlers 17 | https://www.dosbox.com/ 18 | https://sourceforge.net/p/dosbox/code-0/HEAD/tree/dosbox/trunk/ 19 | 20 | - Patched SVN trunk recipe: i30817 21 | https://launchpad.net/~i30817/+archive/ubuntu/dosbox-patched 22 | https://code.launchpad.net/~i30817/+recipe/dosbox-daily 23 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-dosbox.txt: -------------------------------------------------------------------------------- 1 | Backport of DOSBox 0.74-3 (including security fixes) for Xenial & newer. 2 | 3 | NEWS 4 | 5 | Wednesday, June 26th, 2019 6 | DOSBox 0.74-3 has been released! 7 | 8 | A security release for DOSBox 0.74: 9 | 10 | * Fixed that a very long line inside a bat file would overflow the 11 | parsing buffer. (CVE-2019-7165 by Alexandre Bartel) 12 | * Added a basic permission system so that a program running inside DOSBox 13 | can't access the contents of /proc (e.g. /proc/self/mem) when / or 14 | /proc were (to be) mounted. (CVE-2019-12594 by Alexandre Bartel) 15 | * Several other fixes for out of bounds access and buffer overflows. 16 | * Some fixes to the OpenGL rendering. 17 | 18 | The game compatibility should be identical to 0.74 and 0.74-2. 19 | It's recommended to use config -securemode when dealing with untrusted files. 20 | 21 | *** Build *** 22 | 23 | This PPA has build dependencies on: 24 | 25 | ppa:savoury1/build-tools 26 | ppa:savoury1/backports 27 | ppa:savoury1/graphics 28 | ppa:savoury1/multimedia 29 | 30 | *** Credits *** 31 | 32 | - Creators of DOSBox: Peter Veenstra, Sjoerd, Tommy Frössman, Ulf Wohlers 33 | https://www.dosbox.com/ 34 | https://sourceforge.net/p/dosbox/code-0/HEAD/tree/dosbox/trunk/ 35 | 36 | - Package code: Stephen Kitt 37 | https://tracker.debian.org/pkg/dosbox 38 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-encryption.txt: -------------------------------------------------------------------------------- 1 | Encryption software (ssh 0.9.5, ssl 1.1.1j, veracrypt 1.24) Xenial & newer. 2 | 3 | ============================================================================= 4 | Encryption (Xenial & newer) 5 | ============================================================================= 6 | 7 | libgcrypt20 (1.8.6), libgpg-error (1.39), libsodium (1.0.18+git20201013), libssh (0.9.5), libunistring, minisign (0.9), opencryptoki, openssl (1.1.1j), openvpn (2.4.9), p11-kit (0.23.20), pyopenssl (19.0.0), python-cryptography (2.8), veracrypt (1.24-Update7) 8 | 9 | Xenial & Bionic: libpng1.6, nettle (3.4.1), openvpn-systemd-resolved (1.3.0), pyopenssl (19.0.0), pysimplesoap, python-{boto,httplib2,imaplib2} (compat with new openssl), softhsm2 (2.5.0), wxwidgets3.0 (3.0.4), zlib 10 | 11 | Xenial only: autogen, cryptsetup (1.7.5), gnutls28 (3.5.18), libtasn1-6, systemd (v229 patched for VeraCrypt in crypttab), trousers, unbound (1.6.7) 12 | 13 | ============================================================================= 14 | 15 | Note: VeraCrypt packages are copied here from an encryption PPA maintained by Unit 193 (see https://launchpad.net/~unit193/+archive/ubuntu/encryption) for all but Xenial systems, as Unit 193 no longer appears to be putting out more Xenial builds. So the Xenial package is uploaded and built here at this PPA. 16 | 17 | *** Install *** 18 | 19 | For Xenial systems a patched systemd 229 is here with one cherrypicked commit (52028838) that enables a new tcrypt-veracrypt type in /etc/crypttab to allow auto-mounting of VeraCrypt volumes in the same manner as TrueCrypt volumes. 20 | 21 | Due the version string for the patched systemd 229 (including +veracrypt) it will supersede the default systemd in Xenial, so be sure you want this patch! Always remember: do a full system backup before such a critical upgrade. 22 | 23 | *** Build *** 24 | 25 | This PPA has build dependencies on: 26 | 27 | ppa:savoury1/build-tools 28 | ppa:savoury1/backports 29 | ppa:savoury1/tex-2019 30 | ppa:savoury1/gpg 31 | ppa:savoury1/perl-xenial 32 | 33 | *** Credits *** 34 | 35 | - Creators of TrueCrypt: the TrueCrypt Foundation 36 | 37 | - Creators of VeraCrypt: Mounir Idrassi and the team at IDRIX 38 | 39 | - Packaging of VeraCrypt: Unit 193 40 | https://launchpad.net/~unit193/+archive/ubuntu/encryption 41 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-exiv2.txt: -------------------------------------------------------------------------------- 1 | Backport of Exiv2 0.27.3-3 (image metadata library/tools) for Xenial & newer. 2 | 3 | *** Build *** 4 | 5 | This PPA has build dependencies on: 6 | 7 | ppa:savoury1/build-tools 8 | ppa:savoury1/backports 9 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-ffmpeg-git.txt: -------------------------------------------------------------------------------- 1 | FFmpeg 4.3.2+git20210303 (built on ppa:savoury1/ffmpeg4) for Xenial & newer. 2 | 3 | *** Install *** 4 | 5 | This build of FFmpeg from upstream git source requires ppa:savoury1/ffmpeg4 (which has the stable FFmpeg 4.x release). Do this for a successful install: 6 | 7 | sudo add-apt-repository ppa:savoury1/ffmpeg4 8 | sudo add-apt-repository ppa:savoury1/ffmpeg-git 9 | sudo apt-get update 10 | sudo apt-get upgrade && sudo apt-get dist-upgrade 11 | sudo apt-get install ffmpeg 12 | 13 | *** Build *** 14 | 15 | This PPA has build dependencies on: 16 | 17 | ppa:savoury1/build-tools 18 | ppa:savoury1/backports 19 | ppa:savoury1/graphics 20 | ppa:savoury1/multimedia 21 | ppa:savoury1/ffmpeg4 22 | 23 | *** Credits *** 24 | 25 | - Creators of FFmpeg: Michael Niedermayer and the entire FFmpeg team 26 | https://github.com/FFmpeg/FFmpeg/graphs/contributors 27 | 28 | - Package code: Debian Multimedia Maintainers 29 | https://tracker.debian.org/pkg/ffmpeg 30 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-ffmpeg3.txt: -------------------------------------------------------------------------------- 1 | Build of FFmpeg 3.4.8 (latest release in 3.4.x series) for Xenial & Bionic. 2 | 3 | ============================================================================= 4 | FFmpeg 3 - media tool (Xenial & Bionic) 5 | ============================================================================= 6 | 7 | chromaprint (1.5.0), ffmpeg (3.4.8), fftw3 (3.3.8), fontconfig (2.13.1), freetype (2.10.4), leptonlib (1.79.0), libbluray (1.2.1), libmysofa (1.2), libopenmpt (0.4.11), libpng1.6 (1.6.37), libsdl2 (2.0.14), libssh (0.9.5), libva (2.7.1), libva-utils, libvidstab (1.1.0), libvpx (1.9.0), nettle, rubberband (1.9.0), sndio (1.7.0), tesseract (4.1.1), x264 (0.160 = libx264-160), x265 (3.4 = libx265-192), zimg (3.0.1) 8 | 9 | Xenial only: autogen, gnutls28, lame (3.100), libass (0.14.0), libwebp (0.6.1), unbound 10 | 11 | ============================================================================= 12 | 13 | *** Install *** 14 | 15 | FFmpeg can be installed from this PPA alone, as the minimum required packages to satisfy dependencies have been copied here. However, if upgrades of _all_ FFmpeg 3.x dependency packages are desired then an additional PPA is needed: 16 | 17 | sudo add-apt-repository ppa:savoury1/multimedia 18 | sudo add-apt-repository ppa:savoury1/ffmpeg3 19 | sudo apt-get update 20 | sudo apt-get install ffmpeg 21 | 22 | *** Build *** 23 | 24 | This PPA has build dependencies on: 25 | 26 | ppa:savoury1/build-tools 27 | ppa:savoury1/backports 28 | ppa:savoury1/multimedia 29 | 30 | *** Credits *** 31 | 32 | - Creators of FFmpeg: Michael Niedermayer and the entire FFmpeg team 33 | https://github.com/FFmpeg/FFmpeg/graphs/contributors 34 | 35 | - Package code: Debian Multimedia Maintainers 36 | https://tracker.debian.org/pkg/ffmpeg 37 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-fonts.txt: -------------------------------------------------------------------------------- 1 | Backports of fonts and related software (eg. fontforge) for Xenial & newer. 2 | 3 | ============================================================================= 4 | Fonts - backports (Xenial & newer) 5 | ============================================================================= 6 | 7 | fontconfig (2.13.1), fontforge (20190801), fonts-urw-base35, freetype (2.10.4), fribidi (1.0.8), harfbuzz (2.6.4), libspiro (20200505), raqm 8 | 9 | Xenial & Bionic only: cairo (1.16.0), fonts-freefont, fonts-liberation2 (2.00.5), fonts-noto (20200323), ftgl, libdatrie, libotf, libpng1.6, libthai, libuninameslist (20190701), lmodern, pango1.0 (1.42.4), zlib 10 | 11 | Xenial only: fonts-font-aweso, fonts-lato, fonts-roboto-slab, fonttools, gsfonts, lyx, nototools, readline 12 | 13 | ============================================================================= 14 | 15 | Note (27 Mar 2021): With various systems freetype 2.10.4 can render TrueType fonts less clearly (a user-specific subjective view, based on preferences for font readability) in some applications than in freetype 2.10.2, which seems to be due subpixel rendering being enabled by default (freetype >= 2.10.3). 16 | 17 | For instance, this issue has been seen when running applications through the Wine compatibility layer. If this issue is observed with the latest freetype it may help to use an earlier TrueType interpreter. Simply add the following environment var export to a startup file (ie. ~/.bash_profile or ~/.profile): 18 | 19 | export FREETYPE_PROPERTIES="truetype:interpreter-version=35" 20 | 21 | In some situations it may also help to add two additional config properties (see the last two links below) which would make the string look as follows: 22 | 23 | truetype:interpreter-version=35 cff:no-stem-darkening=1 autofitter:warping=1 24 | 25 | Links referencing this type of issue seen with the latest freetype versions: 26 | 27 | https://www.reddit.com/r/archlinux/comments/jawi0a/fix_broken_font_rendering_in_latest_freetype2/ 28 | 29 | https://www.reddit.com/r/ManjaroLinux/comments/jglbkz/no_nice_font_rendering_since_last_freetype2_update/ 30 | 31 | https://www.mail-archive.com/freetype@nongnu.org/msg05579.html 32 | https://www.mail-archive.com/freetype@nongnu.org/msg05586.html 33 | 34 | https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1722508/comments/36 35 | 36 | *** Build *** 37 | 38 | This PPA has build dependencies on: 39 | 40 | ppa:savoury1/build-tools 41 | ppa:savoury1/backports 42 | ppa:savoury1/python 43 | ppa:savoury1/graphics 44 | ppa:savoury1/tex-xenial 45 | ppa:savoury1/gtk-xenial 46 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-games.txt: -------------------------------------------------------------------------------- 1 | Games (incl DBGL, DOSBox 0.74-3, MAME 0.229, Quake ports) for Xenial & newer. 2 | 3 | ============================================================================= 4 | Games - various (Xenial & newer) 5 | ============================================================================= 6 | 7 | dbgl (0.83 DOSBox Game Launcher), doomsday (2.3.1), dosbox (0.74-3), libsdl2 (2.0.14), mame (0.229), quakespasm (0.93.2+git20200910 Quake port), yquake2 (7.45+ctf1.07.git Quake II port) 8 | 9 | Transport Tycoon Deluxe: grfcodec, nml, openttd (1.10.3), openttd-opengfx 10 | 11 | Xenial & Bionic only: fontconfig, libpng1.6, zlib 12 | 13 | Xenial only (Z-Machine interpreter packages): fizmo-console, fizmo-ncursesw, fizmo-sdl2, libdrilbo, libfizmo, libmonospaceif, libpixelif, libsndifsdl2 14 | 15 | ============================================================================= 16 | 17 | *** Install *** 18 | 19 | Note for Xenial: Latest MAME requires GCC >= 7 to install and run. Therefore, 20 | add the toolchain PPA (with GCC 7.5.0 backport) for successful installation: 21 | 22 | sudo add-apt-repository ppa:savoury1/toolchain 23 | sudo add-apt-repository ppa:savoury1/games 24 | sudo apt-get update 25 | sudo apt-get install mame 26 | 27 | *** Build *** 28 | 29 | This PPA has build dependencies on: 30 | 31 | ppa:savoury1/build-tools 32 | ppa:savoury1/backports 33 | ppa:savoury1/python 34 | ppa:savoury1/fonts 35 | ppa:savoury1/graphics 36 | ppa:savoury1/multimedia 37 | ppa:savoury1/inkscape 38 | 39 | Additionally, for Xenial builds only: 40 | 41 | ppa:savoury1/gcc-defaults-7 42 | 43 | Note: The ppa:savoury1/{python,inkscape} PPAs are for MAME builds only, due a BD on python3-sphinxcontrib.svg2pdfconverter to create documentation and this Python 3 package has a BD on inkscape (neither PPA is required for install). 44 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gcc-defaults-7.txt: -------------------------------------------------------------------------------- 1 | Updated gcc-defaults 1.176ubuntu2.3 (GCC 7.5.0 & 8.4.0) for Xenial & Bionic. 2 | 3 | Note for Xenial: This package sets all GCC defaults to version 7.5.0 & 8.4.0 and will upgrade the system GCC packages and defaults to these GCC versions. This gives essentially the same default GCC config on Xenial as for Bionic. 4 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gcc-defaults-9.txt: -------------------------------------------------------------------------------- 1 | Backport of gcc 9.3.0 and gcc-defaults 1.185.1ubuntu2 for Xenial & Bionic. 2 | 3 | *** Install *** 4 | 5 | Note well: This PPA will install GCC 9.3.0 and set the system GCC defaults to version 9.3.0 also! You have been informed. Do these steps if you want this: 6 | 7 | sudo add-apt-repository ppa:savoury1/gcc-defaults-9 8 | sudo apt-get update 9 | sudo apt-get upgrade && sudo apt-get dist-upgrade 10 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gimp.txt: -------------------------------------------------------------------------------- 1 | Backport of GIMP 2.10.22 (BABL 0.1.86 and GEGL 0.4.28) for Xenial & newer. 2 | 3 | ============================================================================= 4 | GIMP - image manipulation (Xenial & newer) 5 | ============================================================================= 6 | 7 | babl (0.1.86), exiv2 (0.27.3), fontconfig (2.13.1), freetype (2.10.4), gegl (0.4.28), gexiv2 (0.12.1), gimp (2.10.22), ilmbase (2.5.4), libde265 (1.0.8), libheif (1.11.0), libmypaint (1.6.0), libraw (0.20.2), libspiro (20200505), mypaint-brushes (2.0.2), openexr (2.5.4), poppler (0.86.1), suitesparse (5.7.1) 8 | 9 | Xenial & Bionic only: json-c4 (renamed json-c 0.13.1 package), lcms2 (2.9), libpng1.6 (1.6.37), zlib (1.2.11) 10 | 11 | Xenial only: glib2.0 (2.56.4), harfbuzz (1.7.6), pango1.0 (1.40.14) 12 | 13 | ============================================================================= 14 | 15 | *** Donations: https://ko-fi.com/savoury1 or https://paypal.me/Savoury1 *** 16 | 17 | If you find this PPA useful then please consider a donation (above links). It will help me continue these efforts maintaining an up-to-date GIMP for all! 18 | 19 | *** Install *** 20 | 21 | This version of GIMP requires FFmpeg >= 4.2 so do these steps to install (not strictly necessary on Focal & newer, though gives latest FFmpeg builds): 22 | 23 | sudo add-apt-repository ppa:savoury1/ffmpeg4 24 | sudo add-apt-repository ppa:savoury1/gimp 25 | sudo apt-get update 26 | sudo apt-get install gimp 27 | 28 | *** Build *** 29 | 30 | This PPA has build dependencies on: 31 | 32 | ppa:savoury1/build-tools 33 | ppa:savoury1/backports 34 | ppa:savoury1/fonts 35 | ppa:savoury1/graphics 36 | ppa:savoury1/multimedia 37 | ppa:savoury1/ffmpeg4 38 | 39 | Additionally, for Xenial systems only: 40 | 41 | ppa:savoury1/gtk-xenial 42 | 43 | Note: The build of GIMP requires GTK 2 version 2.24.32 which is newer than the Xenial version (2.24.30) though this newer GTK 2 is not required to run. Also, GLib >= 2.56.2 is required to build and run, so a backported GLib for Xenial is copied here from ppa:savoury1/gtk-xenial for ease of installation. 44 | 45 | For Xenial users who want newer GTK 2 (2.24.32) & GTK 3 (3.22.30) as well as various other newer (than Xenial) GTK software packages, see the GTK 2 & 3 (Xenial) archive: https://launchpad.net/~savoury1/+archive/ubuntu/gtk-xenial 46 | 47 | *** Credits *** 48 | 49 | - Creators of GIMP: Spencer Kimball, Peter Mattis and the entire GIMP team 50 | https://www.gimp.org/about/authors.html 51 | 52 | - Package code: Debian GNOME Maintainers 53 | https://tracker.debian.org/pkg/gimp 54 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gnu-r.txt: -------------------------------------------------------------------------------- 1 | Backports of GNU R 3.6.3 and related dependency packages for Xenial & Bionic. 2 | 3 | Required for backporting various packages published at this Launchpad site. 4 | 5 | *** Build *** 6 | 7 | This PPA has build dependencies on: 8 | 9 | ppa:savoury1/build-tools 10 | ppa:savoury1/backports 11 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gparted.txt: -------------------------------------------------------------------------------- 1 | New build of GParted (partition editor) 1.1.0 for Xenial & newer. 2 | 3 | *** Build *** 4 | 5 | This PPA has build dependencies on: 6 | 7 | ppa:savoury1/backports 8 | ppa:savoury1/build-tools 9 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-gpg.txt: -------------------------------------------------------------------------------- 1 | New build of GnuPG 2.2.27 (gcrypt 1.8.7, gpg-error 1.41) for Xenial & newer. 2 | 3 | ============================================================================= 4 | GPG - GNU Privacy Guard (Xenial & newer) 5 | ============================================================================= 6 | 7 | gnupg2 (2.2.27), gpgme1.0 (1.15.0), libassuan (2.5.4), libgcrypt20 (1.8.7), libgpg-error (1.41), libksba (1.5.0), p11-kit (0.23.20), python-gnupg (0.4.6) 8 | 9 | Xenial & Bionic only: gpa (0.10.0), libunistring (0.9.10), nettle (3.4.1) 10 | 11 | Xenial only: autogen, gnutls28 (3.5.18), libtasn1-6, readline (7.0), unbound 12 | 13 | ============================================================================= 14 | 15 | *** Install *** 16 | 17 | To install this new GnuPG (needs newer APT) on Xenial systems do these steps: 18 | 19 | sudo add-apt-repository ppa:savoury1/apt-xenial 20 | sudo add-apt-repository ppa:savoury1/gpg 21 | sudo apt-get update 22 | sudo apt-get upgrade && sudo apt-get dist-upgrade 23 | 24 | *** Build *** 25 | 26 | This PPA has build dependencies on: 27 | 28 | ppa:savoury1/build-tools 29 | ppa:savoury1/backports 30 | 31 | Additionally, for Xenial builds only: 32 | 33 | ppa:savoury1/gcc-defaults-7 34 | ppa:savoury1/tex-xenial 35 | 36 | Building GnuPG 2.2.x requires GCC > 6 (due build failures with GCC 5.4.0) and also mingw-w64 >= 5.0 (found at ppa:savoury1/build-tools for Xenial systems). 37 | 38 | *** Credits *** 39 | 40 | - Creators of GnuPG: Werner Koch and the entire GnuPG team 41 | https://www.gnupg.org/people/index.html 42 | 43 | - Package code: Debian GnuPG Maintainers 44 | https://tracker.debian.org/pkg/gnupg2 45 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-handbrake.txt: -------------------------------------------------------------------------------- 1 | Build of Handbrake 1.3.3+git for Bionic & newer (1.1.2 for older GTK Xenial). 2 | 3 | A PPA for Xenial with backported Bionic GTK 3 (and associated packages) [*] makes it possible to run the latest Handbrake (and latest of other programs) on an upgraded Xenial system (GTK PPA has Handbrake 1.3.3+git for Xenial). 4 | 5 | [*] https://launchpad.net/~savoury1/+archive/ubuntu/gtk-xenial 6 | 7 | *** Install *** 8 | 9 | Handbrake requires FFmpeg 4.x so do these steps for a successful install (not strictly required for Focal and newer, but the PPA has latest FFmpeg 4.3.x): 10 | 11 | sudo add-apt-repository ppa:savoury1/ffmpeg4 12 | sudo add-apt-repository ppa:savoury1/handbrake 13 | sudo apt-get update 14 | sudo apt-get install handbrake 15 | 16 | *** Build *** 17 | 18 | This PPA has build dependencies on: 19 | 20 | ppa:savoury1/build-tools 21 | ppa:savoury1/backports 22 | ppa:savoury1/graphics 23 | ppa:savoury1/multimedia 24 | ppa:savoury1/ffmpeg4 25 | 26 | *** Credits *** 27 | 28 | - Creators of Handbrake: the Handbrake team 29 | https://handbrake.fr/ 30 | 31 | - Package code: Debian Multimedia Maintainers 32 | https://tracker.debian.org/pkg/handbrake 33 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-haskell-build.txt: -------------------------------------------------------------------------------- 1 | Backports of Haskell compilation system packages for Xenial & Bionic only. 2 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-imagej.txt: -------------------------------------------------------------------------------- 1 | New build of ImageJ 1.53i (scientific image analysis) for Xenial & newer. 2 | 3 | INTRODUCTION 4 | 5 | ImageJ is a public domain Java image processing program inspired by NIH Image [1] for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distributions are available [2] for Windows, Mac OS, Mac OS X and Linux. 6 | 7 | It can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that share a single window. It is multithreaded, so time-consuming operations such as image file reading can be performed in parallel with other operations. 8 | 9 | It can calculate area and pixel value statistics of user-defined selections. It can measure distances and angles. It can create density histograms and line profile plots. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and median filtering. 10 | 11 | It does geometric transformations such as scaling, rotation and flips. Image can be zoomed up to 32:1 and down to 1:32. All analysis and processing functions are available at any magnification factor. The program supports any number of windows (images) simultaneously, limited only by available memory. 12 | 13 | Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available. 14 | 15 | ImageJ was designed with an open architecture that provides extensibility via Java plugins. Custom acquisition, analysis and processing plugins can be developed using ImageJ's built in editor and Java compiler. User-written plugins make it possible to solve almost any image processing or analysis problem. 16 | 17 | ImageJ is being developed on Mac OS X using its built in editor and Java compiler, plus the BBEdit editor and the Ant build tool. The source code is freely available. The author, Wayne Rasband (wayne at codon.nih.gov), is at the Research Services Branch, National Institute of Mental Health, Bethesda, Maryland, USA. 18 | 19 | [1] https://rsb.info.nih.gov/nih-image/ 20 | [2] https://rsb.info.nih.gov/ij/download.html 21 | 22 | *** Build *** 23 | 24 | This PPA has build dependencies on: 25 | 26 | ppa:savoury1/build-tools 27 | ppa:savoury1/backports 28 | 29 | *** Credits *** 30 | 31 | - Creator of ImageJ: Wayne Rasband 32 | https://imagej.nih.gov/ij/index.html 33 | 34 | - Package code: Debian Med Packaging Team 35 | https://tracker.debian.org/pkg/imagej 36 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-inkscape.txt: -------------------------------------------------------------------------------- 1 | Backport of Inkscape 1.0.1 for Bionic & Focal (0.92.5 for GTK 3.18 Xenial). 2 | 3 | ============================================================================= 4 | Inkscape - vector graphics (Xenial & newer) 5 | ============================================================================= 6 | 7 | fontconfig (2.13.1), freetype (2.10.4), inkscape (1.0.1 / 0.92.5 Xenial) 8 | 9 | Xenial & Bionic only: cairo (1.16.0), fribidi (1.0.8), harfbuzz (2.6.4), gsl (2.5), libpng1.6, pango1.0 (1.42.4), poppler (0.86.1), zlib 10 | 11 | Xenial only: glib2.0 (2.56.4), imagemagick (6.9.7.4) 12 | 13 | ============================================================================= 14 | 15 | *** Install *** 16 | 17 | Note for Xenial: The highest version of Inkscape with GTK < 3.22 is 0.92.5 so this version is published here for Xenial. A PPA with backported Bionic GTK 3 (and dependencies) [*] makes it possible to run the latest Inkscape (and also latest of other programs) on an upgraded Xenial system (the GTK PPA includes Inkscape 1.0.1 for Xenial and other newer programs requiring GTK >= 3.22). 18 | 19 | [*] https://launchpad.net/~savoury1/+archive/ubuntu/gtk-xenial 20 | 21 | Note for Focal: Inkscape >= 1.0 cannot be built for i386 due various missing GTK3 dependencies (ie. libgtkmm-3.0-dev, libgtkspell3-3-dev) so use Inkscape 0.92.5 from default repos on i386 systems (and to build i386 software with a BD on Inkscape, which some software requires to generate images for docs). 22 | 23 | *** Build *** 24 | 25 | This PPA has build dependencies on: 26 | 27 | ppa:savoury1/build-tools 28 | ppa:savoury1/backports 29 | ppa:savoury1/graphics 30 | ppa:savoury1/fonts 31 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-kde-xenial.txt: -------------------------------------------------------------------------------- 1 | Backports of KDE 5.44.0 / 17.12.3 packages from Bionic to Xenial (only). 2 | 3 | ============================================================================= 4 | KDE 5.44.0 - backport from Bionic (Xenial only) 5 | ============================================================================= 6 | 7 | akonadi, akonadi-contacts, akonadi-mime, attica-kf5, breeze-icons, extra-cmake-modules, frameworkintegration, grantlee5, kaccounts-integration, kactivities-kf5, karchive, kauth, kbookmarks, kcalcore, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcontacts, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kdelibs4support, kdesignerplugin, kdesu, kdewebkit, kdnssd-kf5, kdoctools, kemoticons, kfilemetadata-kf5, kglobalaccel, kguiaddons, khtml, ki18n, kiconthemes, kidletime, kinit, kio, kirigami, kirigami2, kitemmodels, kitemviews, kjobwidgets, kjs, kmediaplayer, kmime, knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpimtextedit, kplotting, kpty, kross, krunner, kservice, ksyntax-highlighting, ktextwidgets, kunitconversion, kwallet-kf5, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, libical, libkcddb, libkf5kdcraw, libkf5kexiv2, libkf5kipi, libkf5libkleo, libkf5sane, libmediawiki, marble, networkmanager-qt, oxygen-icons5, plasma-framework, prison-kf5, purpose, signon-kwallet-extension, solid, sonnet, threadweaver 8 | 9 | ============================================================================= 10 | 11 | Update (14 Dec 2019): This is a good set of KDE packages backported from Bionic to Xenial. There are more to add and these will appear here over time. 12 | 13 | *** Install *** 14 | 15 | Newer Qt than Xenial is required for these KDE packages. Also, a successful install of libkf5wallet-bin and libkwalletbackend5-5 requires a newer GPG than in Xenial. So these steps are required for a full KDE/Qt upgrade: 16 | 17 | sudo add-apt-repository ppa:savoury1/graphics 18 | sudo add-apt-repository ppa:savoury1/multimedia 19 | sudo add-apt-repository ppa:savoury1/ffmpeg3 20 | sudo add-apt-repository ppa:savoury1/ffmpeg4 21 | sudo add-apt-repository ppa:savoury1/gpg 22 | sudo add-apt-repository ppa:savoury1/qt-xenial 23 | sudo add-apt-repository ppa:savoury1/kde-xenial 24 | sudo apt-get update 25 | 26 | Note: The kwallet-kf5 packages are required by kio (a core KDE package). 27 | 28 | *** Build *** 29 | 30 | This PPA has build dependencies on: 31 | 32 | ppa:savoury1/backports 33 | ppa:savoury1/build-tools 34 | ppa:savoury1/graphics 35 | ppa:savoury1/multimedia 36 | ppa:savoury1/ffmpeg3 37 | ppa:savoury1/gpg 38 | ppa:savoury1/qt-xenial 39 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-llvm-defaults-10.txt: -------------------------------------------------------------------------------- 1 | Updated llvm-defaults 0.50~exp1 (LLVM Toolchain 10.0.0) for Xenial & Bionic. 2 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-llvm-defaults-11.txt: -------------------------------------------------------------------------------- 1 | Updated llvm-defaults 0.51+nmu4 (LLVM Toolchain 11.0.1) for Xenial & newer. 2 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-llvm-defaults-toolchain.txt: -------------------------------------------------------------------------------- 1 | Builds of LLVM Toolchain 6.0.1, 8.0.1, 9.0.1, and 10.0.0 for Xenial & Bionic. 2 | 3 | *** Install *** 4 | 5 | Note for Xenial & Bionic: To make LLVM 10.0 the system default you can add an additional PPA with a backported llvm-defaults from Focal (Bionic systems do not need to run the second command below, adding ppa:savoury1/llvm-toolchain, as LLVM 10.0 is already available in the official bionic-updates repository): 6 | 7 | sudo add-apt-repository ppa:savoury1/llvm-defaults-10 8 | sudo add-apt-repository ppa:savoury1/llvm-toolchain 9 | sudo apt-get update 10 | sudo apt-get upgrade && sudo apt-get dist-upgrade 11 | 12 | *** Build *** 13 | 14 | This PPA has build dependencies on (not for LLVM 6.0.1): 15 | 16 | ppa:savoury1/build-tools 17 | ppa:savoury1/backports 18 | 19 | Additionally, for Xenial LLVM backports (8.0.1 and higher): 20 | 21 | ppa:savoury1/toolchain 22 | ppa:savoury1/build-tools-test 23 | ppa:savoury1/gcc-defaults-7 24 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-mate-dock-applet.txt: -------------------------------------------------------------------------------- 1 | Rebuild of MATE Dock Applet for GTK2 based desktops [1] (eg. Mint 18.1 Serena MATE) with code for various "modern enhancements" (ie. scaling for icons on HiDPI screens) removed, due such code breaking the dock on GTK2 desktops. 2 | 3 | MATE Dock Applet provides an excellent, functional and simple dock for MATE desktop users. Earlier versions were more compatible with GTK2, with later versions (especially from around 0.85-0.86 [2] when icon scaling for HiDPI screens was introduced) breaking the applet on GTK2 based desktops (ie. no icons, even pinned ones, visible when dock launches). However, numerous useful fixes/improvements have also been made to MATE Dock Applet since 0.86 so this PPA is to provide builds of a forked version specifically for GTK2 that includes useful fixes and removes GTK2 incompatible code. 4 | 5 | There are still many of us who use and depend upon GTK2 based desktops for a variety of reasons. Such desktops are typically fast, light weight and easy to customise. While GTK3 based desktops do introduce all manner of extra possible configuration and theming, it is highly complex (far too much so for regular users) to even create such configurations and themes for GTK3. Also, newer GTK3 releases often break existing themes due a lack of interest on the part of the developers in maintaining backwards compatibility (which is actually a very important part of any good and reliable computer software). 6 | 7 | [1] https://github.com/savoury1/mate-dock-applet/tree/gtk2-build 8 | [2] https://github.com/ubuntu-mate/mate-dock-applet/compare/V0.85...master 9 | 10 | *** Technical details *** 11 | 12 | The source code used is V0.87 plus Github commit 2886976 [3] on 4 Nov 2018, with various GTK2 incompatible code reverted or removed. Commit 2886976 was chosen as the start point due it being prior to introduction of various Unity based desktop changes (with those changes also breaking the applet for GTK2 based desktops). Further updates to the package here will include applicable cherry-picked commits from upstream source for fixes/improvements, while maintaining compatibility with GTK2 based desktops. 13 | 14 | [3] https://github.com/ubuntu-mate/mate-dock-applet/commit/2886976 15 | 16 | *** Credits *** 17 | 18 | - Creator of MATE Dock Applet: Robin Thompson 19 | https://github.com/robint99 20 | https://github.com/ubuntu-mate/mate-dock-applet 21 | 22 | - Initial package code: Debian+Ubuntu MATE Packaging Team 23 | https://tracker.debian.org/pkg/mate-desktop 24 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-meld.txt: -------------------------------------------------------------------------------- 1 | Backports of Meld 3.20.3 (Bionic & newer) & 3.18.3 (Xenial, due GTK < 3.20). 2 | 3 | For standard Xenial (without upgraded GTK components) Meld 3.18.3 is the highest possible version, due a GTK 3.20 requirement for Meld 3.19 and higher (Xenial ships with GTK 3.18.9). A new PPA for Xenial with backported Bionic GTK 3 (and associated packages) [*] now makes it possible to run the latest Meld on an upgraded Xenial system (GTK PPA includes Meld 3.20.1 for Xenial). 4 | 5 | [*] https://launchpad.net/~savoury1/+archive/ubuntu/gtk-xenial 6 | 7 | *** Build *** 8 | 9 | This PPA has build dependencies on: 10 | 11 | ppa:savoury1/build-tools 12 | ppa:savoury1/backports 13 | 14 | *** Credits *** 15 | 16 | - Creators of Meld: Stephen Kennedy and Kai Willadsen 17 | https://meldmerge.org/ 18 | https://gitlab.gnome.org/GNOME/meld 19 | 20 | - Initial package code: Balint Reczey 21 | https://tracker.debian.org/pkg/meld 22 | https://salsa.debian.org/gnome-team/meld 23 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-minisign.txt: -------------------------------------------------------------------------------- 1 | Builds of Minisign 0.9 (sign files and verify signatures) for Xenial & newer. 2 | 3 | Minisign is a dead simple tool to sign files and verify signatures. 4 | 5 | It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system. 6 | 7 | For more information, please refer to the Minisign documentation 8 | (see https://jedisct1.github.io/minisign/). 9 | 10 | *** Build *** 11 | 12 | This PPA has build dependencies on: 13 | 14 | ppa:savoury1/build-tools 15 | ppa:savoury1/backports 16 | 17 | *** Credits *** 18 | 19 | - Creator of Minisign - Frank Denis 20 | https://github.com/jedisct1/minisign 21 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-mpv.txt: -------------------------------------------------------------------------------- 1 | New mpv 0.33.0+git20210311 (libplacebo, shaderc, vulkan) for Bionic & newer. 2 | 3 | Almost all supported features are now enabled on this build of mpv, including libplacebo, shaderc, vulkan, and zimg (vapoursynth support still to come!). 4 | 5 | ============================================================================= 6 | mpv - new builds (Xenial & newer) 7 | ============================================================================= 8 | 9 | glslang (11.2.0), libplacebo (2.72.2), mpv (0.33.0+git20210311 or 0.29.1 Xenial), mujs (1.1.0), shaderc (2020.5), spirv-tools (2020.7), vulkan-loader (1.2.141.0), vulkan-tools (1.2.141.0), zimg (3.0.1) 10 | 11 | ============================================================================= 12 | 13 | Note for Xenial: Due Debian/Ubuntu version of mpv >= 0.30.0 building against wayland >= 1.15 (which needs newer Mesa drivers and is thus a major upgrade) mpv version 0.29.1 is here for Xenial. A new PPA with backported Mesa 20.0.8, Wayland 1.16, and associated packages [*] now means the latest mpv can be run on an upgraded Xenial system (display PPA includes mpv 0.33.0+git for 16.04). 14 | 15 | [*] https://launchpad.net/~savoury1/+archive/ubuntu/display 16 | 17 | *** Install *** 18 | 19 | For a successful install FFmpeg 4.x is required, so follow these steps (not strictly required for Focal, which has FFmpeg 4.2.x, PPA has FFmpeg 4.3.x): 20 | 21 | sudo add-apt-repository ppa:savoury1/ffmpeg4 22 | sudo add-apt-repository ppa:savoury1/mpv 23 | sudo apt-get update 24 | sudo apt-get install libmpv1 mpv 25 | 26 | *** Build *** 27 | 28 | This PPA has build dependencies on: 29 | 30 | ppa:savoury1/build-tools 31 | ppa:savoury1/backports 32 | ppa:savoury1/graphics 33 | ppa:savoury1/multimedia 34 | ppa:savoury1/ffmpeg4 35 | 36 | *** Credits *** 37 | 38 | - Creators of mpv: the entire team of mpv contributors 39 | https://github.com/mpv-player/mpv/graphs/contributors 40 | 41 | - Package code: Debian Multimedia Maintainers 42 | https://tracker.debian.org/pkg/mpv 43 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-node-bionic.txt: -------------------------------------------------------------------------------- 1 | Build of Node.js 8.17.0 and critical Node.js stack backports for Bionic only. 2 | 3 | This PPA contains a new build of Node.js 8.17.0, the final version in the 8.x LTS series. It contains many security and bugfixes beyond version 8.10.0 that is in Bionic. There are also a few important backported packages here that provide improvements and bugfixes for the Node.js stack. 4 | 5 | In particular, Node.js 8.11.x (largely 8.11.4) introduced critical fixes in the area of cryptography. Previous to that version, the node-diffie-hellman 5.0.2 package from Bionic would consistently FTBFS with the final three tests to do with prime numbers always failing. With Node.js 8.17.0 those DH prime tests work fine and the DH package builds successfully with tests enabled. 6 | 7 | *** Build *** 8 | 9 | This PPA has build dependencies on: 10 | 11 | ppa:savoury1/build-tools 12 | ppa:savoury1/backports 13 | ppa:savoury1/python 14 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-node-xenial.txt: -------------------------------------------------------------------------------- 1 | Build of Node.js 8.17.0 and backports of Node.js stack from Bionic to Xenial. 2 | 3 | This PPA contains a new build of Node.js 8.17.0, the final version in the 8.x LTS series. It contains many security and bug fixes beyond version 8.10.0 that is in Bionic. There is also a PPA with a handful of critical Node.js upgrades for Bionic, including Node.js 8.17.0 (see ppa:savoury1/node-bionic). 4 | 5 | In particular, Node.js 8.11.x (largely 8.11.4) introduced critical fixes in the area of cryptography. Previous to that version, the node-diffie-hellman 5.0.2 package from Bionic would consistently FTBFS with the final three tests to do with prime numbers always failing. With Node.js 8.17.0 those DH prime tests work fine and the DH package builds successfully with tests enabled. 6 | 7 | Also, along with Node.js 8.17.0 much of the Bionic era Node.js 8.10 stack is backported here for Xenial. This brings a much more recent Node.js and also Node.js stack to Xenial than the old version 4.2.6 in the official repos. 8 | 9 | *** Build *** 10 | 11 | This PPA has build dependencies on: 12 | 13 | ppa:savoury1/build-tools 14 | ppa:savoury1/backports 15 | ppa:savoury1/python 16 | ppa:savoury1/perl-xenial 17 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-perl-xenial.txt: -------------------------------------------------------------------------------- 1 | Rebuild of Perl 5.22 and backports of various Perl packages for Xenial only. 2 | 3 | * perl rebuild is against pkgbinarymangler 144 to resolve a file conflict when both amd64 and i386 libperl5.22 packages are installed (LP: #1574351). This problem occurs with certain upgrades, eg. when installing newer scanner drivers (sane-backends 1.0.29 in ppa:savoury1/graphics) that can install for both amd64 and i386, which then requires both libperl5.22 amd64 and i386. 4 | 5 | *** Build *** 6 | 7 | This PPA has build dependencies on: 8 | 9 | ppa:savoury1/build-tools 10 | ppa:savoury1/backports 11 | ppa:savoury1/python 12 | ppa:savoury1/fonts 13 | ppa:savoury1/graphics 14 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-qt-xenial.txt: -------------------------------------------------------------------------------- 1 | Backports of Qt 4.8.7+dfsg-7ubuntu2 & Qt 5.9.5+dfsg-0ubuntu2.5 for Xenial. 2 | 3 | Qt 4 & 5 packages backported from Bionic providing a newer, more compatible version of Qt to Xenial users than is officially available (Xenial ships with an old version 5.5.1 which is incompatible with a variety of newer software). 4 | 5 | ============================================================================= 6 | Qt 5.9.5 - backport from Bionic (Xenial only) 7 | ============================================================================= 8 | 9 | accounts-qml-module, appstream (0.12.0), libaccounts-glib, libaccounts-qt, libdbusmenu-qt, libqtpas, libquazip (0.7.6), packagekit (1.1.9), packagekit-qt, polkit-qt-1, pyqt5 (5.10.1), python-qt4 (4.12.1), qca2, qt3d*, qt4-x11, qt5ct (0.34), qtav (1.13.0), qtbase*, qtcharts*, qtchooser, qtconnectivity*, qtdeclarative*, qtdoc*, qtgraphicaleffects*, qtimageformats*, qtlocation*, qtmultimedia*, qtpim*, qtquickcontrols*, qtquickcontrols2*, qtscript*, qtsensors*, qtserialport*, qtspeech*, qtstyleplugins*, qtsvg*, qttools*, qttranslations*, qtvirtualkeyboard*, qtwayland*, qtwebchannel*, qtwebengine*, qtwebkit-examples*, qtwebkit*, qtwebkit-source, qtwebsockets*, qtwebview*, qtx11extras*, qtxmlpatterns*, signon, signon-plugin-oauth2, signon-ui, sni-qt 10 | 11 | Additional packages (compatibility and dependencies): fontconfig (2.13.1), freetype (2.10.4), glib2.0 (2.56.4), gobject-introspection, icu (60.2), icu-le-hb, libpng1.6, libwebp (0.6.1), mint-artwork-common, openssl, pysimplesoap (1.16.2), python-{boto,httplib2,imaplib2} (for compat with new openssl), sip4 (4.19.7), zlib1g (1.2.11) 12 | 13 | * denotes a shorthand package name with a common prefix or suffix removed 14 | 15 | ============================================================================= 16 | 17 | *** Install *** 18 | 19 | Additional PPAs are required for full installation of Qt 5.9.5 on Xenial-era systems. A newer APT is required for PackageKit backports and FFMpeg >= 4.2 is required for Qt multimedia packages. Do these steps for full installation: 20 | 21 | sudo add-apt-repository ppa:savoury1/ffmpeg4 22 | sudo add-apt-repository ppa:savoury1/apt-xenial 23 | sudo add-apt-repository ppa:savoury1/qt-xenial 24 | sudo apt-get update 25 | sudo apt-get upgrade && sudo apt-get dist-upgrade 26 | 27 | *** Note about Qt styles: To get full customisation of Qt 5 styles, do this: 28 | 29 | sudo apt-get install qt5ct qt5-style-plugins 30 | 31 | Then launch qt5ct ("Qt5 Settings" in application menu) and customise away. 32 | 33 | *** Note for Mint 18.1 Serena: An environment variable set in an Xsession startup file installed by mint-artwork-common causes an issue with qt5ct (the Qt 5 configuration tool). Thus, a modified version of mint-artwork-common is provided here which does not set the environment variable and that requires the installation of qt5ct (to ensure that Qt 5 styles function correctly). 34 | 35 | *** Build *** 36 | 37 | This PPA has build dependencies on: 38 | 39 | ppa:savoury1/build-tools 40 | ppa:savoury1/backports 41 | ppa:savoury1/apt-xenial 42 | ppa:savoury1/graphics 43 | ppa:savoury1/multimedia 44 | ppa:savoury1/ffmpeg4 45 | 46 | *** Credits *** 47 | 48 | - Creators of Qt: Haavard Nord, Eirik Chambe-Eng and the entire Qt team 49 | https://wiki.qt.io/About_Qt 50 | 51 | - Package code: Debian Qt/KDE Maintainers 52 | https://tracker.debian.org/pkg/qtbase-opensource-src 53 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-tex-2019.txt: -------------------------------------------------------------------------------- 1 | Backports of TeX 6.x & TeX Live 2019.* (plus associated) for Xenial & Bionic. 2 | 3 | ============================================================================= 4 | TeX / Live 2019 (Xenial & Bionic) 5 | ============================================================================= 6 | 7 | asymptote (2.62), cm-super, latex-make (2.3.0), latex2html (2019.2), latexdiff (1.3.0), latexmk (4.67), libquazip (0.7.6), pycson (0.8), speg, teckit, tex-common (6.13), tex-gyre, texinfo (6.7.0), texlive-base (2019.20200218 for texlive-*), texlive-bin, texlive-extra, texlive-lang, texmaker (5.0.3), texstudio (2.12.22), texworks (0.6.3) 8 | 9 | Xenial only: chktex, prerex, texhyphj, texworks-manual, vprerex, writer2latex 10 | 11 | ============================================================================= 12 | 13 | *** Install *** 14 | 15 | Notes for Xenial: Backported texlive-bin is built against various backported libraries for Xenial. So for installation of TeX 2019 do these steps first: 16 | 17 | sudo add-apt-repository ppa:savoury1/backports 18 | sudo add-apt-repository ppa:savoury1/tex-xenial 19 | sudo apt-get update 20 | 21 | Additionally, Texmaker, TeXstudio, and TeXworks all require Qt >= 5.7 (Xenial ships with 5.5.1). Using backported Qt 5.9.5 from Bionic works fine for these three programs, so you can do these steps first for installation on Xenial: 22 | 23 | sudo add-apt-repository ppa:savoury1/qt-xenial 24 | sudo apt-get update 25 | sudo apt-get upgrade && sudo apt-get dist-upgrade 26 | 27 | *** Build *** 28 | 29 | This PPA has build dependencies on: 30 | 31 | ppa:savoury1/build-tools 32 | ppa:savoury1/backports 33 | ppa:savoury1/graphics 34 | ppa:savoury1/fonts 35 | ppa:savoury1/qt-xenial 36 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-tex-xenial.txt: -------------------------------------------------------------------------------- 1 | Backports of TeX 6.x & TeX Live 2017.* packages from Bionic to Xenial (only). 2 | 3 | ============================================================================= 4 | TeX / Live (Xenial only) 5 | ============================================================================= 6 | 7 | poppler (0.62.0 as needed for builds here), tex-common, tex-gyre, texhyphj, texinfo, texinfo-doc-nonfree, texlive-base, texlive-bin, texlive-extra, texlive-lang, texmaker, texstudio, texworks, texworks-manual 8 | 9 | ============================================================================= 10 | 11 | *** Install *** 12 | 13 | Backported texlive-bin is built against other newer than Xenial backported libraries. For a successful install of new TeX binaries follow these steps: 14 | 15 | sudo add-apt-repository ppa:savoury1/backports 16 | sudo add-apt-repository ppa:savoury1/tex-xenial 17 | sudo apt-get update 18 | 19 | *** Build *** 20 | 21 | This PPA has build dependencies on: 22 | 23 | ppa:savoury1/build-tools 24 | ppa:savoury1/backports 25 | ppa:savoury1/graphics 26 | ppa:savoury1/qt-xenial 27 | 28 | Note: Only two source packages use ppa:savoury1/qt-xenial for building, which are texmaker (requires Qt >= 5.7) and texstudio (needs libquazip5-dev 0.7.3). 29 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-toolchain.txt: -------------------------------------------------------------------------------- 1 | Builds of Ubuntu toolchain (= GCC 7.5.0 for Xenial and GCC 9.3.0 for Bionic). 2 | 3 | The builds here of GCC 7.5.0 for Xenial and GCC 9.3.0 for Bionic include all common files that have the same package name regardless of GCC version in use (ie. libstdc++6). Thus, these "full builds" are able to be used to build and install any software requiring the mentioned GCC versions for the two series. 4 | 5 | *** Build *** 6 | 7 | This PPA has a build dependency on: 8 | 9 | ppa:ubuntu-toolchain-r/test 10 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-vlc3.txt: -------------------------------------------------------------------------------- 1 | Backport of VLC 3.0.12 (and required dependencies) for Xenial & newer. 2 | 3 | Note about full screen issues: Various users have experienced bugs with MATE (and other desktop environments) on VLC > 3.0.3 when in full screen mode (eg. unusable controls or the MATE panel appearing over the top of the video). You can try the patched VLC (one line of code in a single commit reverted) if you have such issues: https://launchpad.net/~savoury1/+archive/ubuntu/vlc3-mate 4 | 5 | ============================================================================= 6 | VLC - media player (Xenial & newer) 7 | ============================================================================= 8 | 9 | dav1d (0.8.2), fluidsynth (2.1.7), glslang (11.2.0), libdvdnav (6.1.0), libdvdread (6.1.1), libebml (1.4.2), liblivemedia (2020.01.19), libmatroska (1.6.2), libmicrodns, libnfs (4.0.0), libplacebo (2.72.2), libspatialaudio (0.3.0), protobuf (3.12.3), shaderc (2020.5), spirv-tools (2020.7), srt (1.4.2), vlc (3.0.12), vulkan-loader (1.2.141.0), vulkan-tools (1.2.141.0) 10 | 11 | Xenial & Bionic only: libgcrypt20, libgpg-error, lirc (0.10.1) 12 | 13 | Xenial only: libepoxy (1.4.3) 14 | 15 | ============================================================================= 16 | 17 | *** Donations: https://ko-fi.com/savoury1 or https://paypal.me/Savoury1 *** 18 | 19 | If you find this PPA useful then please consider a donation (above links). It will help me to continue these efforts maintaining an up-to-date VLC for all! 20 | 21 | *** Install *** 22 | 23 | VLC >= 3 requires FFmpeg 4.x so do these steps for a successful install (not strictly required for Focal and newer, but the PPA has latest FFmpeg 4.3.x): 24 | 25 | sudo add-apt-repository ppa:savoury1/ffmpeg4 26 | sudo add-apt-repository ppa:savoury1/vlc3 27 | sudo apt-get update 28 | sudo apt-get install vlc 29 | 30 | For _all_ latest dependencies (beyond minimum set needed for VLC and FFmpeg): 31 | 32 | sudo add-apt-repository ppa:savoury1/graphics 33 | sudo add-apt-repository ppa:savoury1/multimedia 34 | sudo add-apt-repository ppa:savoury1/ffmpeg4 35 | sudo add-apt-repository ppa:savoury1/vlc3 36 | sudo apt-get update 37 | sudo apt-get upgrade && sudo apt-get dist-upgrade 38 | sudo apt-get install vlc 39 | 40 | *** Build *** 41 | 42 | This PPA has build dependencies on: 43 | 44 | ppa:savoury1/build-tools 45 | ppa:savoury1/backports 46 | ppa:savoury1/graphics 47 | ppa:savoury1/multimedia 48 | ppa:savoury1/ffmpeg4 49 | 50 | Note: With backported protobuf >= 3 chromecast support builds on Xenial! :-) 51 | 52 | *** Credits *** 53 | 54 | - Creators of VLC: Rémi Denis-Courmont and the entire VLC team 55 | https://www.videolan.org/videolan/team/ 56 | 57 | - Package code: Debian Multimedia Maintainers 58 | https://tracker.debian.org/pkg/vlc 59 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-vnstat.txt: -------------------------------------------------------------------------------- 1 | Backport of vnstat 2.6 (network usage) for Xenial and newer. 2 | 3 | README 4 | ====== 5 | 6 | # What is vnStat 7 | 8 | vnStat is a console-based network traffic monitor that uses the network 9 | interface statistics provided by the kernel as information source. This 10 | means that vnStat won't actually be sniffing any traffic and also ensures 11 | light use of system resources regardless of network traffic rate. 12 | 13 | By default, traffic statistics are stored on a five minute level for the last 14 | 48 hours, on a hourly level for the last 4 days, on a daily level for the 15 | last 2 full months and on a yearly level forever. The data retention 16 | durations are fully user configurable. Total seen traffic and a top days 17 | listing is also provided. Optional png image output is available in systems 18 | with the gd library installed. 19 | 20 | Optional png image output is available in systems with the gd library 21 | installed. 22 | 23 | See the webpage https://humdi.net/vnstat/ for output examples. 24 | 25 | 26 | # Getting started 27 | 28 | vnStat works best when installed. See the INSTALL or INSTALL_BSD file 29 | depending on used operating system. These files contain all needed 30 | information for the installing process. Instructions for upgrading from 31 | a previous version are included in the UPGRADE file. Release notes 32 | can be found from the CHANGES file. 33 | 34 | 35 | # Available options and documentation 36 | 37 | A list of commonly used options is available with `vnstat --help`. The 38 | complete list can be accessed with `vnstat --longhelp`. The following 39 | man pages are available with more detailed descriptions of each option 40 | including some usage examples: 41 | 42 | vnstat general documentation and console query parameters 43 | vnstatd daemon documentation 44 | vnstati image output documentation 45 | vnstat.conf configuration file 46 | 47 | 48 | # Contacting the author 49 | 50 | email: Teemu Toivola 51 | irc: Vergo (IRCNet) 52 | 53 | git: https://github.com/vergoh/vnstat 54 | 55 | The current version of vnStat is always available from 56 | https://humdi.net/vnstat/ 57 | 58 | Bug reports, improvement ideas, feature requests and pull requests should 59 | be sent using the matching features on GitHub as those are harder to miss 60 | or forget. 61 | 62 | *** Build *** 63 | 64 | This PPA has build dependencies on: 65 | 66 | ppa:savoury1/build-tools 67 | ppa:savoury1/backports 68 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-wine.txt: -------------------------------------------------------------------------------- 1 | New build of Wine 2.0.5 (from official WineHQ source) for Xenial only. 2 | 3 | Update (Mar 2021): After finally getting to doing some testing of Wine 5.0.3 on Xenial it seems all issues observed with Wine 3.x and 4.x are now resolved (including with older XP and earlier software). Thus, it is now recommended to install Wine 5.0.3 from official WineHQ on Xenial-era systems and although the information has been removed from WineHQ (https://wiki.winehq.org/Ubuntu) it can still be installed using the following commands to add the repository: 4 | 5 | wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - 6 | 7 | echo "deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main" | \ 8 | sudo tee /etc/apt/sources.list.d/winehq-wine-xenial.list 9 | 10 | echo "deb-src https://dl.winehq.org/wine-builds/ubuntu/ xenial main" | \ 11 | sudo tee -a /etc/apt/sources.list.d/winehq-wine-xenial.list 12 | 13 | sudo apt-get update 14 | sudo apt-get install wine 15 | 16 | Note that the two echo commands above with the backslash are due the command continuing on the next line (with "sudo tee"). So, in each case paste both of the lines to terminal together before pressing ENTER for the desired result. 17 | 18 | *** Background *** 19 | 20 | Wine 2.x can be more reliable for certain situations, such as running XP (and earlier) software. Based on personal experience and particular programs used by me, XP (and earlier) software can (sometimes) be buggier on newer Wine versions (ie. Wine 3.x and 4.x). An official build of Wine 2.0.5 was never created by WineHQ, with their final 2.x build being 2.0.4 (and 2.0.5 source was released months later on 18/3/2018). So here's an unofficial build of Wine 2.0.5 for Xenial users (may work on newer series too, though untested). 21 | 22 | *** Technical Details *** 23 | 24 | This build was created from official WineHQ 2.0.5 source code and official WineHQ 3.0.5 package code (ie. "debian" folder and its contents, used in "proper" package creation for Debian/Ubuntu systems). Minor changes were made to package code -- ie. set debian/source/format to "3.0 (quilt)" -- with zero changes/patches applied to the source code (ie. anything outside "debian"). 25 | 26 | Source code: 27 | 28 | https://dl.winehq.org/wine/source/2.0/wine-2.0.5.tar.xz 29 | 30 | Package code: 31 | 32 | https://dl.winehq.org/wine-builds/ubuntu/dists/xenial/main/source/wine_3.0.5~xenial.diff.gz 33 | 34 | *** Credits *** 35 | 36 | WineHQ team: https://www.winehq.org/ 37 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-xapps.txt: -------------------------------------------------------------------------------- 1 | Backports of X-Apps (pix, xed, xplayer, xreader, xviewer) for Xenial & newer. 2 | 3 | +===========================================================================+ 4 | X-Apps - backports (Xenial & newer) 5 | +===========================================================================+ 6 | 7 | exiv2 (0.27.3), libgcrypt20, libgpg-error, pix (2.4.11 / 2.4.5 Xenial), xed (2.6.2 / 1.6.3 Xenial), xplayer (2.2.8), xplayer-pl-parser (1.0.2+updated), xreader (2.6.4 / 2.0.2 Xenial), xviewer (2.4.3), xviewer-plugins (1.2.0) 8 | 9 | Xenial & Bionic only: grilo (0.3.12), grilo-plugins (0.3.11), libgom, libpng1.6 (1.6.37), libquvi (0.9.4), tracker (2.3.4), zlib 10 | 11 | Xenial only: libquvi-scripts, libwebp, sqlite3 (3.22.0), totem-pl-parser 12 | 13 | +===========================================================================+ 14 | 15 | *** Install *** 16 | 17 | Note for Xenial: Several of the newest X-Apps packages require GTK3 >= 3.20.0 (pix >= 2.4.6, xapp >= 1.4.9, and xreader >= 2.2.3). Xenial has GTK3 3.18.9 so this PPA has pix 2.4.5, xapp 1.2.2, and xreader 2.0.2 (highest possible with GTK3 3.18.9). For the newer apps on Xenial see the PPA with Bionic GTK 3 backports (and related packages) [*] which includes latest X-Apps for Xenial. 18 | 19 | [*] https://launchpad.net/~savoury1/+archive/ubuntu/gtk-xenial 20 | 21 | *** Build *** 22 | 23 | This PPA has build dependencies on: 24 | 25 | ppa:savoury1/build-tools 26 | ppa:savoury1/backports 27 | ppa:savoury1/graphics 28 | ppa:savoury1/multimedia 29 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-xfe.txt: -------------------------------------------------------------------------------- 1 | Backport of Xfe (X File Explorer) 1.43.2 (plus fox1.6) for Xenial & newer. 2 | 3 | README 4 | 5 | XFE, X File Explorer File Manager 6 | 7 | Description 8 | =-=-=-=-=-= 9 | 10 | X File Explorer (Xfe) is a lightweight file manager for X11, written using 11 | the FOX toolkit. 12 | It is desktop independent and can easily be customized. 13 | It has Commander or Explorer styles and it is very fast and small. 14 | Xfe is based on the popular, but discontinued X Win Commander, originally 15 | written by Maxim Baranov. 16 | 17 | *** Build *** 18 | 19 | This PPA has build dependencies on: 20 | 21 | ppa:savoury1/build-tools 22 | ppa:savoury1/backports 23 | 24 | *** Credits *** 25 | 26 | - Creator of Xfe: Roland Baudin 27 | http://roland65.free.fr/xfe 28 | http://sourceforge.net/projects/xfe 29 | 30 | - Initial package code: Joachim Wiedorn 31 | https://tracker.debian.org/pkg/xfe 32 | https://salsa.debian.org/joowie-guest/maintain_xfe 33 | -------------------------------------------------------------------------------- /docs/launchpad-ppa-details/launchpad-ppa-xscreensaver.txt: -------------------------------------------------------------------------------- 1 | XScreenSaver 5.45 (standard X11 screen saver collection) for Xenial & newer. 2 | 3 | XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. 4 | 5 | *** Build *** 6 | 7 | This PPA has build dependencies on: 8 | 9 | ppa:savoury1/build-tools 10 | ppa:savoury1/backports 11 | 12 | *** Credits *** 13 | 14 | - Creators of XScreenSaver: Jamie Zawinski and many others 15 | https://www.jwz.org/xscreensaver/ 16 | 17 | - Package code: Tormod Volden 18 | https://tracker.debian.org/pkg/xscreensaver 19 | -------------------------------------------------------------------------------- /images/Serena-Enhanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savoury1/ubuntu-rolling/2d50905ca8e0d47277f6c20b52716b6e3808a098/images/Serena-Enhanced.png -------------------------------------------------------------------------------- /package/a-ubuntu-enhanced-build: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | SIGNKEY=$DEBSIGN 4 | 5 | SERIES="$1" 6 | PACKAGE=ubuntu-enhanced 7 | VER_SRC=0.17.0 8 | VER_PKG=1~16.04.sav0 9 | DEB_STD=3.9.8 10 | 11 | DPUT_HOST=ppa:ubuntu-enhanced 12 | BUILD_DEPS="utilities-$SERIES" 13 | 14 | EXTRA_REPOS="" 15 | 16 | ALT_BUILD=Y 17 | DO_PBUILD=N 18 | SRC_BUILD=Y 19 | BUILDINFO=N 20 | LINTCHECK=N 21 | 22 | BUILD_TGZ=~/pbuilder/$SERIES-base.tgz 23 | 24 | . ~/.local/bin/pbuilder-all 25 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/CHANGES: -------------------------------------------------------------------------------- 1 | 0.17.0 / 24-Apr-2025 2 | 3 | - Add new Questing Quokka series to configuration 4 | 5 | 0.16.0 / 09-Nov-2024 6 | 7 | - Add new Plucky Puffin series to configuration 8 | 9 | 0.15.0 / 29-Apr-2024 10 | 11 | - Add new Oracular Oriole series to configuration 12 | - Adapt "apt-all" script for "enhanced-" prefix on pin file names 13 | 14 | 0.14.0 / 28-Oct-2023 15 | 16 | - Add new Noble Numbat series to configuration 17 | 18 | 0.13.0 / 29-Apr-2023 19 | 20 | - Add new Mantic Minotaur series to configuration 21 | 22 | 0.12.0 / 28-Oct-2022 23 | 24 | - Add new Lunar Lobster series to configuration 25 | 26 | 0.11.1 / 24-Jul-2022 27 | 28 | - Fix comment in "apt-all" script (10 of 11 series) 29 | 30 | 0.11.0 / 30-Apr-2022 31 | 32 | - Add new Kinetic Kudu series to configuration 33 | 34 | 0.10.0 / 21-Oct-2021 35 | 36 | - Add new Jammy Jellyfish series to configuration 37 | 38 | 0.9.1 / 07-May-2021 39 | 40 | - Fix "apt-all" script for eight alternate series 41 | 42 | 0.9 / 07-May-2021 43 | 44 | - Add new Impish Indri series to configuration 45 | 46 | 0.8 / 31-Oct-2020 47 | 48 | - Add new Hirsute Hippo series to configuration 49 | 50 | 0.7 / 12-May-2020 51 | 52 | - Add new Groovy Gorilla series to configuration 53 | - Use correct server for series past end of support 54 | 55 | 0.6.1 / 13-Dec-2019 56 | 57 | - Fix "apt-all" script for five alternate series 58 | 59 | 0.6 / 31-Oct-2019 60 | 61 | - Add new Focal Fossa series to "apt-all" script 62 | 63 | 0.5 / 2-Sep-2019 64 | 65 | - Improvements to "apt-all" including better error handling and break 66 | catching, as well as correction of duplicate pinfile rename attempt when 67 | a break signal is caught (causing error due file already being renamed). 68 | 69 | 0.4 / 26-Aug-2019 70 | 71 | - Rename to "Ubuntu Enhanced" as package is now suitable for installation 72 | on any of five series (Xenial, Bionic, Cosmic, Disco or Eoan). 73 | - Significant update with key change being dynamic generation of all config 74 | files in /etc/apt during package installation, to cater for the package 75 | being installable on any of the five series. 76 | - Codenames for the other four series are determined based on the codename 77 | of the current installation found in /etc/osrelease and then config files 78 | for those other four series are created under the /etc/apt directory. 79 | - Renamed "apt-new" to "apt-all" to reflect possible use on any series, 80 | including potentially getting older packages from a newer series. 81 | 82 | 0.3 / 25-Aug-2019 83 | 84 | - Initial proper package build released on Launchpad as "Xenial Enhanced". 85 | - Added dynamic configuration of mirror for repository files, based on user 86 | chosen mirror in "/etc/apt/sources.d/official-package-repositories.list". 87 | 88 | 0.2 / 18-Oct-2018 89 | 90 | - Update with new name "Xenial Enhanced" (private release only). 91 | - Added config files also for Disco and Eoan repositories to /etc/apt. 92 | 93 | 0.1 / 12-Jul-2018 94 | 95 | - Created as "Bionic Enhanced Serena" (private release only). 96 | - Initial hand built package with "apt-new" script and static configuration 97 | files for Bionic and Cosmic repositories added to /etc/apt directories. 98 | 99 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/bin/apt-all: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | function printargs() { 4 | echo "Usage: apt-all (""${otherseries// /|}"") install PACKAGES" 5 | echo "" 6 | echo "Run \"sudo apt-get install\" with specified series having high priority." 7 | echo "" 8 | echo "Example: apt-all bionic install meld" 9 | echo "" 10 | echo "apt-all is an enhanced apt-get to allow package installation from a" 11 | echo "specified Ubuntu series that is other than the current base system." 12 | exit 13 | } 14 | 15 | # rename pinfile for series used, disable trap and exit 16 | function restore() { 17 | sudo mv "$pinpath/$pinfile" "$pinpath/$pinfile.save" 18 | trap - SIGHUP SIGINT SIGTERM 19 | exit 20 | } 21 | 22 | pinpath="/etc/apt/preferences.d" 23 | pinfile="" 24 | repo_hi="repos-hi.pref" 25 | otherseries=("$( 5 | Build-Depends: debhelper-compat (= 10) 6 | Standards-Version: 3.9.8 7 | Homepage: https://github.com/savoury1/ubuntu-rolling 8 | 9 | Package: ubuntu-enhanced 10 | Architecture: all 11 | Multi-Arch: foreign 12 | Depends: ${misc:Depends}, ${shlibs:Depends} 13 | Conflicts: xenial-enhanced 14 | Replaces: xenial-enhanced 15 | Description: Ubuntu Enhanced (includes apt-all) 16 | Note that this is experimental software. 17 | . 18 | *** WARNING: EXPERIMENTAL SOFTWARE *** 19 | . 20 | *** WARNING: EXPERIMENTAL SOFTWARE *** 21 | . 22 | *** WARNING: EXPERIMENTAL SOFTWARE *** 23 | . 24 | Adds access to repositories for 16 other Ubuntu series to /etc/apt config 25 | (with pref files used for pinning created in /etc/apt/preferences.d and list 26 | files used to give access to newer repositories in /etc/apt/sources.list.d). 27 | . 28 | The default configuration is one with low pin priority (50) for all the other 29 | Ubuntu series. Only during invocation of apt-all is a high pin priority (990) 30 | set for one user specified series other than the currently installed series. 31 | . 32 | So apt-all (making use of the usual "sudo apt-get install" command) gives the 33 | user easy access to packages from any of 17 Ubuntu series (Xenial, Bionic, 34 | Cosmic, Disco, Eoan, Focal, Groovy, Hirsute, Impish, Jammy, Kinetic, Lunar, 35 | Mantic, Noble, Oracular, Plucky, or Questing). 36 | REMINDER: DO BE CAREFUL!!! 37 | . 38 | Also enhances other commands most especially apt-cache, as running "apt-cache 39 | policy PACKAGE(S)" will show all versions of the specified package(s) that are 40 | currently available in the 17 Ubuntu series (and all of their "pockets"). 41 | . 42 | See homepage for details: 43 | . 44 | https://github.com/savoury1/ubuntu-rolling 45 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/copyright: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | Upstream-Name: ubuntu-enhanced 3 | Upstream-Contact: Rob Savoury 4 | Source: https://github.com/savoury1/ubuntu-rolling 5 | 6 | Files: * 7 | Copyright: Copyright (c) 2018-2025 Rob Savoury 8 | License: GPL-3 9 | 10 | License: GPL-3 11 | This program is free software: you can redistribute it and/or modify 12 | it under the terms of the GNU General Public License as published by 13 | the Free Software Foundation, either version 3 of the License, or 14 | (at your option) any later version. 15 | . 16 | This program is distributed in the hope that it will be useful, 17 | but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | GNU General Public License for more details. 20 | . 21 | You should have received a copy of the GNU General Public License 22 | along with this program. If not, see . 23 | . 24 | On Debian systems, the complete text of the GNU General Public 25 | License version 3 can be found in the file 26 | `/usr/share/common-licenses/GPL-3'. 27 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/files: -------------------------------------------------------------------------------- 1 | ubuntu-enhanced_0.17.0-1~16.04.sav0_source.buildinfo misc optional 2 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/install: -------------------------------------------------------------------------------- 1 | bin/apt-all usr/bin 2 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/patches/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savoury1/ubuntu-rolling/2d50905ca8e0d47277f6c20b52716b6e3808a098/package/ubuntu-enhanced/debian/patches/series -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/postinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -eu 4 | 5 | remove_old_configs() { 6 | rm /etc/apt/preferences.d/*-repositories-lo.* 7 | rm /etc/apt/preferences.d/*-repositories-hi.* 8 | } 9 | 10 | if [ "$1" = "configure" ]; then 11 | 12 | set -- /etc/apt/preferences.d/*-repositories-??.* 13 | if [ -f "$1" ]; then 14 | echo "Removing old configs as found in pre-0.15.0 packages" 15 | remove_old_configs 16 | fi 17 | 18 | # get series codename from /etc/os-release -- works on Ubuntu derivatives 19 | # (ie. Mint) provided the UBUNTU_CODENAME field exists in /etc/os-release 20 | codename="$(sed -n 's|UBUNTU_CODENAME=||p' /etc/os-release)" 21 | 22 | # space at end of everyseries var is significant for sub-string removal 23 | everyseries="xenial bionic cosmic disco eoan focal groovy hirsute impish jammy kinetic lunar mantic noble oracular plucky " 24 | otherseries="$(echo "$everyseries" | sed 's/'"$codename"' //')" 25 | 26 | # if this is an unknown series then don't create any config files 27 | if [ "$everyseries" = "$otherseries" ]; then exit; fi 28 | 29 | # now strip that trailing space & export to new config file 30 | otherseries="${otherseries% }" 31 | echo "$otherseries" > /etc/apt/otherseries 32 | 33 | # get user selected mirror from primary Ubuntu package repository list file 34 | # /etc/apt/sources.list.d/official-package-repositories.list 35 | repofile="/etc/apt/sources.list.d/official-package-repositories.list" 36 | # Bionic (and newer?) don't seem to have the old official repo file 37 | if [ ! -e "$repofile" ]; then repofile="/etc/apt/sources.list"; fi 38 | mirror="$(sed -n 's|deb https\?://\(.*\)/ubuntu\(/*\) '"$codename"' main .*|\1|p' "$repofile")" 39 | oldrel=old-releases.ubuntu.com 40 | pockets="main restricted universe multiverse" 41 | 42 | for series in $otherseries; do 43 | # create two pin files (one low at 50, one high at 990) for each series 44 | # and name hi value pin with .save extension so it is unused by default 45 | repofile="/etc/apt/preferences.d/enhanced-$series-repos" 46 | echo "Package: *" | tee "$repofile-lo.pref" "$repofile-hi.pref.save" >/dev/null 47 | echo "Pin: release n=$series*" | tee -a "$repofile-lo.pref" "$repofile-hi.pref.save" >/dev/null 48 | echo "Pin-Priority: 50" >> "$repofile-lo.pref" 49 | echo "Pin-Priority: 990" >> "$repofile-hi.pref.save" 50 | 51 | # Use old releases server for series past end of support 52 | case "$series" in 53 | cosmic | disco | eoan | groovy | hirsute | impish | kinetic | lunar | mantic) 54 | server=$oldrel 55 | ;; 56 | *) 57 | server=$mirror 58 | ;; 59 | esac 60 | 61 | # also create standard repository lists for each of the other series 62 | repofile="/etc/apt/sources.list.d/official-package-repos-$series.list" 63 | echo "deb http://$server/ubuntu/ $series $pockets" > "$repofile" 64 | echo "deb http://$server/ubuntu/ $series-updates $pockets" >> "$repofile" 65 | echo "deb http://$server/ubuntu/ $series-backports $pockets" >> "$repofile" 66 | echo "" >> "$repofile" 67 | echo "deb http://$server/ubuntu/ $series-security $pockets" >> "$repofile" 68 | done 69 | fi 70 | 71 | #DEBHELPER# 72 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/postrm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -eu 4 | 5 | if [ "$1" = "remove" ]; then 6 | 7 | # read in series from file created on installation 8 | otherseries=`cat /etc/apt/otherseries` 9 | 10 | # remove all config files created on package installation 11 | for series in $otherseries; do 12 | repofile="/etc/apt/preferences.d/enhanced-$series-repos" 13 | rm "$repofile-"??.* 14 | repofile="/etc/apt/sources.list.d/official-package-repos-$series.list" 15 | rm "$repofile" 16 | done 17 | # remove otherseries config 18 | rm /etc/apt/otherseries 19 | fi 20 | 21 | #DEBHELPER# 22 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | 6 | override_dh_missing: 7 | dh_missing --fail-missing 8 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced/debian/watch: -------------------------------------------------------------------------------- 1 | version=3 2 | -------------------------------------------------------------------------------- /package/ubuntu-enhanced_0.17.0.orig.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savoury1/ubuntu-rolling/2d50905ca8e0d47277f6c20b52716b6e3808a098/package/ubuntu-enhanced_0.17.0.orig.tar.xz -------------------------------------------------------------------------------- /package/ubuntu-enhanced_0.17.0.orig.tar.xz.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP SIGNATURE----- 2 | 3 | iQIzBAABCgAdFiEESSA6ABEnnVB9P3a7LizEKEXJq2QFAmgKjasACgkQLizEKEXJ 4 | q2SCcQ//bPAuFnIkeXEw9C5A+MUznhQRUpvz66Gr3UYQpXC91xsPtDp4Rl66UXN5 5 | KqyrGLLtcuh7MeoEnCLAZ4sgzzs9Ss0lSzSAm7BjfxlMiR3fNWuHvJh7t7vKCFmJ 6 | EBieWKOxq31pDliSQ9/E/uEsenrATnUpdw25iwNyxN/ihETs2SDCP9KHFauZLdET 7 | KvuMHgsQTb/PIex2rd3glyFjrYJBGKX5+CbIV2pEd6jTlRSk0feOEI+lx1H9RZzM 8 | I6cFJ7Vpaps0stN9AirZXNHI/MhJZxe728gHHxPL5T+xd7BQ9Olrj9k6z1YgJy3Y 9 | dy178lePEiN3PAscb6pooxfuyqi3cgOnIULonyfN+p/OwswEXjiIKyiUzzQwMOHz 10 | l2QC+F6CGMA/bk05TPDt6tGw32U+6CK5v0mQ7sX88IAqwcvgkqZHVzn1mGNKsQvM 11 | 3LMmfZZde93pFDKs6cIaGayiORWw5I66L2VFP/JuQ4sbsxjLGsehpM6mZQkzLNaS 12 | 85eoK7y0BMhnfIAb5yTW9DoS2AwjVDEwRuOvvgmZ+JmFgynLlYzjAPlgBwH/mRel 13 | UdgwcNViDyBQJmywZC3PZE0qJmy9dBovJGu4Rs3AoVtaWK5SE6EQJlqnLzyqK17V 14 | pvHh9HHuuPSzLS46TonX0NaBAldPkjElKs6tV+lHZSFKkpn/CCI= 15 | =21uA 16 | -----END PGP SIGNATURE----- 17 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/changelog: -------------------------------------------------------------------------------- 1 | xenial-enhanced (0.3-1sav0) xenial; urgency=low 2 | 3 | * Initial release on Launchpad PPA. 4 | 5 | * Notable changes to apt-new script since v0.2 (eg. better error handling). 6 | 7 | -- Rob Savoury Sun, 25 Aug 2019 21:26:12 -0700 8 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/control: -------------------------------------------------------------------------------- 1 | Source: xenial-enhanced 2 | Section: misc 3 | Priority: extra 4 | Maintainer: Rob Savoury 5 | Build-Depends: debhelper (>=9) 6 | Standards-Version: 3.9.8 7 | Homepage: https://github.com/savoury1/ubuntu-rolling 8 | 9 | Package: xenial-enhanced 10 | Architecture: all 11 | Multi-Arch: foreign 12 | Depends: ${misc:Depends}, ${shlibs:Depends} 13 | Description: Xenial Enhanced (includes apt-new) 14 | Note that this is experimental software. 15 | . 16 | *** WARNING: EXPERIMENTAL SOFTWARE *** 17 | . 18 | *** WARNING: EXPERIMENTAL SOFTWARE *** 19 | . 20 | *** WARNING: EXPERIMENTAL SOFTWARE *** 21 | . 22 | Adds repositories for four new Ubuntu series to /etc/apt configuration (pref 23 | files used for pinning into /etc/apt/preferences.d & list files used to give 24 | access to newer repositories into /etc/apt/sources.list.d). 25 | . 26 | The default configuration is one with low pin priority (50) for all the newer 27 | Ubuntu series. Only during invocation of apt-new is a high pin priority (990) 28 | set for one user specified newer (than Xenial) series. 29 | . 30 | Thus, using apt-new gives the user easy access to packages from one selected 31 | Ubuntu series newer than Xenial (ie. Bionic, Cosmic, Disco or Eoan) with all 32 | the usual apt-get commands. 33 | . 34 | Also enhances other apt commands such as apt-cache, ie. apt-cache policy 35 | will show all versions of a particular package from all five unique series. 36 | . 37 | See homepage for details: 38 | . 39 | https://github.com/savoury1/ubuntu-rolling 40 | 41 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/copyright: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | Upstream-Name: xenial-enhanced 3 | Upstream-Contact: Rob Savoury 4 | Source: https://github.com/savoury1/ubuntu-rolling 5 | 6 | Files: * 7 | Copyright: Copyright (c) 2018-2019 Rob Savoury 8 | License: GPL-2 9 | 10 | License: GPL-2 11 | This program is free software; you can redistribute it and/or modify 12 | it under the terms of the GNU General Public License version 2 as 13 | published by the Free Software Foundation. 14 | . 15 | This program is distributed in the hope that it will be useful, 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 | GNU General Public License for more details. 19 | . 20 | You should have received a copy of the GNU General Public License 21 | along with this program; if not, write to the Free Software Foundation, 22 | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 23 | . 24 | On Debian systems, the complete text of the GNU General Public 25 | 28 License can be found in the file `/usr/share/common-licenses/GPL-2'. 26 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/install: -------------------------------------------------------------------------------- 1 | tree/* ./ 2 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/patches/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savoury1/ubuntu-rolling/2d50905ca8e0d47277f6c20b52716b6e3808a098/package/xenial-enhanced/debian/patches/series -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/postinst: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -eu 4 | 5 | if [ "$1" = "configure" ]; then 6 | 7 | # get series codename from /etc/os-release -- works on Ubuntu derivatives 8 | # (ie. Mint) provided the UBUNTU_CODENAME field exists in /etc/os-release 9 | codename=$(sed -n 's|UBUNTU_CODENAME=||p' /etc/os-release) 10 | 11 | # get current main mirror from primary Ubuntu package repository list file 12 | # /etc/apt/sources.list.d/official-package-repositories.list 13 | mirror=$(sed -n 's|deb http://\(.*\)/ubuntu '$codename' main .*|\1|p' /etc/apt/sources.list.d/official-package-repositories.list) 14 | 15 | # replace default mirror with current user mirror for four newer series 16 | for series in bionic cosmic disco eoan; do 17 | sed -i 's|archive.ubuntu.com|'$mirror'|g' /etc/apt/sources.list.d/official-package-repos-$series.list 18 | done 19 | fi 20 | 21 | #DEBHELPER# 22 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ 5 | 6 | override_dh_missing: 7 | dh_missing --fail-missing 8 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /package/xenial-enhanced/debian/watch: -------------------------------------------------------------------------------- 1 | version=3 2 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/bionic-repositories-hi.pref.save: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=bionic* 3 | Pin-Priority: 990 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/bionic-repositories-lo.pref: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=bionic* 3 | Pin-Priority: 50 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/cosmic-repositories-hi.pref.save: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=cosmic* 3 | Pin-Priority: 990 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/cosmic-repositories-lo.pref: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=cosmic* 3 | Pin-Priority: 50 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/disco-repositories-hi.pref.save: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=disco* 3 | Pin-Priority: 990 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/disco-repositories-lo.pref: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=disco* 3 | Pin-Priority: 50 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/eoan-repositories-hi.pref.save: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=eoan* 3 | Pin-Priority: 990 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/preferences.d/eoan-repositories-lo.pref: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release n=eoan* 3 | Pin-Priority: 50 4 | 5 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/sources.list.d/official-package-repos-bionic.list: -------------------------------------------------------------------------------- 1 | deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse 2 | deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse 3 | deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse 4 | 5 | deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse 6 | deb http://archive.canonical.com/ubuntu/ bionic partner 7 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/sources.list.d/official-package-repos-cosmic.list: -------------------------------------------------------------------------------- 1 | deb http://archive.ubuntu.com/ubuntu cosmic main restricted universe multiverse 2 | deb http://archive.ubuntu.com/ubuntu cosmic-updates main restricted universe multiverse 3 | deb http://archive.ubuntu.com/ubuntu cosmic-backports main restricted universe multiverse 4 | 5 | deb http://security.ubuntu.com/ubuntu/ cosmic-security main restricted universe multiverse 6 | deb http://archive.canonical.com/ubuntu/ cosmic partner 7 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/sources.list.d/official-package-repos-disco.list: -------------------------------------------------------------------------------- 1 | deb http://archive.ubuntu.com/ubuntu disco main restricted universe multiverse 2 | deb http://archive.ubuntu.com/ubuntu disco-updates main restricted universe multiverse 3 | deb http://archive.ubuntu.com/ubuntu disco-backports main restricted universe multiverse 4 | 5 | deb http://security.ubuntu.com/ubuntu/ disco-security main restricted universe multiverse 6 | deb http://archive.canonical.com/ubuntu/ disco partner 7 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/etc/apt/sources.list.d/official-package-repos-eoan.list: -------------------------------------------------------------------------------- 1 | deb http://archive.ubuntu.com/ubuntu eoan main restricted universe multiverse 2 | deb http://archive.ubuntu.com/ubuntu eoan-updates main restricted universe multiverse 3 | deb http://archive.ubuntu.com/ubuntu eoan-backports main restricted universe multiverse 4 | 5 | deb http://security.ubuntu.com/ubuntu/ eoan-security main restricted universe multiverse 6 | deb http://archive.canonical.com/ubuntu/ eoan partner 7 | -------------------------------------------------------------------------------- /package/xenial-enhanced/tree/usr/bin/apt-new: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | function printargs() { 4 | echo "Usage: apt-new (bionic|cosmic|disco|eoan) install PACKAGES" 5 | echo "" 6 | echo "Run \"sudo apt-get install\" with specified series having high priority." 7 | echo "" 8 | echo "Example: apt-new bionic install meld" 9 | echo "" 10 | echo "apt-new is an enhanced apt-get to allow package installation from a" 11 | echo "specified Ubuntu series that is newer than the current base system." 12 | exit 13 | } 14 | 15 | # rename file for series used with apt-new invocation to default state 16 | function restore() { sudo mv $pinpath/$pinfile $pinpath/$pinfile.save ; } 17 | 18 | pinpath=/etc/apt/preferences.d 19 | pinfile="" 20 | repo_hi=repositories-hi.pref 21 | 22 | for series in bionic cosmic disco eoan; do 23 | # if first arg matches valid series then set pinfile name 24 | if [ "$1" == "$series" ]; then pinfile=$1-$repo_hi; fi 25 | # ensure that no hi pin files for newer repos are in use before proceeeding 26 | if [ -e $pinpath/$series-$repo_hi ]; then 27 | sudo mv $pinpath/$series-$repo_hi $pinpath/$series-$repo_hi.save 28 | fi 29 | done 30 | 31 | # if pinfile variable is not set (ie. not a valid series) or if second arg is 32 | # not exactly "install" (for safety, ie. no upgrade commands) show args & exit 33 | if [ "$pinfile" == "" -o ! "$2" == "install" ]; then printargs; fi 34 | 35 | # enable high priority (990) for packages from selected series 36 | sudo mv $pinpath/$pinfile.save $pinpath/$pinfile 37 | 38 | # catch break signal to (try) ensure renaming of repository preference files, 39 | # otherwise newer repos will then have priority for usual apt-get commands! 40 | trap restore SIGINT 41 | 42 | # shift args as $1 is series then invoke usual apt-get with remaining args 43 | shift 1 && sudo apt-get "$@" 44 | 45 | # restore used pin file to safe name and disable trap for break 46 | restore 47 | trap - SIGINT 48 | 49 | -------------------------------------------------------------------------------- /pkg-lists/bionic/applications.txt: -------------------------------------------------------------------------------- 1 | - gnome-calculator -- ppa:savoury1/gtk-xenial 2 | - evolution-data-server-common -- ppa:savoury1/gtk-xenial 3 | - evolution-data-server -- ppa:savoury1/gtk-xenial 4 | - libcamel-1.2-61 -- ppa:savoury1/gtk-xenial 5 | - gir1.2-camel-1.2 -- ppa:savoury1/gtk-xenial 6 | - libedataserver-1.2-23 -- ppa:savoury1/gtk-xenial 7 | - gir1.2-edataserver-1.2 -- ppa:savoury1/gtk-xenial 8 | - libebackend-1.2-10 -- ppa:savoury1/gtk-xenial 9 | - libebook-contacts-1.2-2 -- ppa:savoury1/gtk-xenial 10 | - gir1.2-ebookcontacts-1.2 -- ppa:savoury1/gtk-xenial 11 | - libedata-book-1.2-25 -- ppa:savoury1/gtk-xenial 12 | - libebook-1.2-19 -- ppa:savoury1/gtk-xenial 13 | - gir1.2-ebook-1.2 -- ppa:savoury1/gtk-xenial 14 | - libecal-1.2-19 -- ppa:savoury1/gtk-xenial 15 | - libedata-cal-1.2-28 -- ppa:savoury1/gtk-xenial 16 | - tomboy -- ppa:savoury1/backports 17 | - artha -- ppa:savoury1/backports 18 | - xapps-common -- ppa:savoury1/gtk-xenial 19 | - libxapp1 -- ppa:savoury1/gtk-xenial 20 | - libgtkhex-3-0 -- ppa:savoury1/utilities 21 | - ghex -- ppa:savoury1/utilities 22 | - gthumb-data -- ppa:savoury1/{graphics,gtk-xenial} 23 | - gthumb -- ppa:savoury1/{graphics,gtk-xenial} 24 | - hugin-data -- ppa:savoury1/graphics 25 | - hugin-tools -- ppa:savoury1/graphics 26 | - hugin -- ppa:savoury1/graphics 27 | - libij-java -- ppa:savoury1/graphics 28 | - imagej -- ppa:savoury1/graphics 29 | - xscreensaver-data -- ppa:savoury1/graphics 30 | - xscreensaver-data-extra -- ppa:savoury1/graphics 31 | - xscreensaver-gl -- ppa:savoury1/graphics 32 | - xscreensaver-gl-extra -- ppa:savoury1/graphics 33 | - xscreensaver -- ppa:savoury1/graphics 34 | - kleopatra -- ppa:savoury1/kde-xenial 35 | - kolourpaint -- ppa:savoury1/kde-xenial 36 | - kolourpaint4 -- ppa:savoury1/kde-xenial 37 | - kipi-plugins-common -- no longer used by digiKam 6.x 38 | - kipi-plugins -- no longer used by digiKam 6.x 39 | - digikam-data -- ppa:savoury1/digikam 40 | - digikam-private-libs -- ppa:savoury1/digikam 41 | - digikam -- ppa:savoury1/digikam 42 | - librttr-core0.9.6 -- ppa:savoury1/backports 43 | - kdenlive-data -- ppa:savoury1/kde-{5-80,xenial} 44 | - kdenlive -- ppa:savoury1/kde-{5-80,xenial} 45 | - libk3b7 -- ppa:savoury1/multimedia 46 | - libk3b7-extracodecs -- ppa:savoury1/multimedia 47 | - k3b-i18n -- ppa:savoury1/multimedia 48 | - k3b-data -- ppa:savoury1/multimedia 49 | - k3b -- ppa:savoury1/multimedia 50 | - meld -- ppa:savoury1/{meld,utilities} 51 | - 4pane -- ppa:savoury1/utilities 52 | - hexchat-common -- ppa:savoury1/backports 53 | - hexchat -- ppa:savoury1/backports 54 | - pidgin-data -- ppa:savoury1/backports 55 | - libpurple0 -- ppa:savoury1/backports 56 | - libpurple-bin -- ppa:savoury1/backports 57 | - pidgin -- ppa:savoury1/backports 58 | - pidgin-libnotify -- ppa:savoury1/backports 59 | - deluge-common -- ppa:savoury1/backports 60 | - deluge-gtk -- ppa:savoury1/backports 61 | - deluge -- ppa:savoury1/backports 62 | - transmission-common -- ppa:savoury1/{backports,utilities} 63 | - transmission-gtk -- ppa:savoury1/{backports,utilities} 64 | - amule-common -- ppa:savoury1/{backports,utilities} 65 | - amule -- ppa:savoury1/{backports,utilities} 66 | - tigervnc-common -- ppa:savoury1/backports 67 | - tigervnc-viewer -- ppa:savoury1/backports 68 | - chromium-browser -- ppa:savoury1/chromium 69 | - chromium-codecs-ffmpeg-extra -- ppa:savoury1/chromium 70 | -------------------------------------------------------------------------------- /pkg-lists/bionic/base-security.txt: -------------------------------------------------------------------------------- 1 | - libkeyutils1 -- ppa:savoury1/virtualisation 2 | - libkeyutils1:i386 -- ppa:savoury1/virtualisation 3 | - keyutils -- ppa:savoury1/virtualisation 4 | B krb5-locales -- same version as libgssapi-krb5-2 5 | B libkrb5support0 -- same version as libgssapi-krb5-2 6 | B libkrb5support0:i386 -- same version as libgssapi-krb5-2 7 | B libk5crypto3 -- same version as libgssapi-krb5-2 8 | B libk5crypto3:i386 -- same version as libgssapi-krb5-2 9 | B libkrb5-3 -- same version as libgssapi-krb5-2 10 | B libkrb5-3:i386 -- same version as libgssapi-krb5-2 11 | B libgssapi-krb5-2 -- same version as libgssapi-krb5-2 12 | B libgssapi-krb5-2:i386 -- same version as libgssapi-krb5-2 13 | - libnettle6 -- ppa:savoury1/encryption 14 | - libnettle6:i386 -- ppa:savoury1/encryption 15 | - libhogweed4 -- ppa:savoury1/encryption 16 | - libhogweed4:i386 -- ppa:savoury1/encryption 17 | - nettle-dev -- ppa:savoury1/encryption 18 | - libp11-kit0 -- ppa:savoury1/encryption 19 | - libp11-kit0:i386 -- ppa:savoury1/encryption 20 | - libp11-kit-dev -- ppa:savoury1/encryption 21 | - p11-kit -- ppa:savoury1/encryption 22 | - p11-kit-modules -- ppa:savoury1/encryption 23 | - libopts25 -- ppa:savoury1/encryption 24 | - libunbound2 -- ppa:savoury1/encryption 25 | - libgnutls30 -- ppa:savoury1/encryption 26 | - libgnutls30:i386 -- ppa:savoury1/encryption 27 | - libgnutlsxx28 -- ppa:savoury1/encryption 28 | - libgnutls-openssl27 -- ppa:savoury1/encryption 29 | - libgnutls-dane0 -- ppa:savoury1/encryption 30 | - libgnutls28-dev -- ppa:savoury1/encryption 31 | - libsasl2-modules -- ppa:savoury1/{encryption,virtualisation} 32 | - libsasl2-modules:i386 -- ppa:savoury1/{encryption,virtualisation} 33 | - libsasl2-modules-db -- ppa:savoury1/{encryption,virtualisation} 34 | - libsasl2-modules-db:i386 -- ppa:savoury1/{encryption,virtualisation} 35 | - libsasl2-2 -- ppa:savoury1/{encryption,virtualisation} 36 | - libsasl2-2:i386 -- ppa:savoury1/{encryption,virtualisation} 37 | - libsasl2-dev -- ppa:savoury1/{encryption,virtualisation} 38 | B libheimbase1-heimdal:i386 39 | B libheimbase1-heimdal 40 | B libroken18-heimdal 41 | B libroken18-heimdal:i386 42 | B libwind0-heimdal 43 | B libwind0-heimdal:i386 44 | B libasn1-8-heimdal 45 | B libasn1-8-heimdal:i386 46 | B libhcrypto4-heimdal 47 | B libhcrypto4-heimdal:i386 48 | B libhx509-5-heimdal 49 | B libhx509-5-heimdal:i386 50 | B libkrb5-26-heimdal 51 | B libkrb5-26-heimdal:i386 52 | B libheimntlm0-heimdal 53 | B libheimntlm0-heimdal:i386 54 | B libgssapi3-heimdal 55 | B libgssapi3-heimdal:i386 56 | B libldap-common 57 | B libldap-2.4-2 58 | B libldap-2.4-2:i386 59 | - libssl1.0.0 -- ppa:savoury1/backports 60 | - libssl1.0.0:i386 -- ppa:savoury1/backports 61 | - libssl1.1 -- ppa:savoury1/encryption 62 | - libssl1.1:i386 -- ppa:savoury1/encryption 63 | - libssl-dev -- ppa:savoury1/encryption 64 | - openssl -- ppa:savoury1/encryption 65 | - python-openssl -- ppa:savoury1/{encryption,python} 66 | -------------------------------------------------------------------------------- /pkg-lists/bionic/c-libraries.txt: -------------------------------------------------------------------------------- 1 | - libc6 -- leave at default version 2 | - libc6:i386 -- leave at default version 3 | - libc6-x32 -- leave at default version 4 | - libc6-dbg -- leave at default version 5 | - libc-bin -- leave at default version 6 | - libc-dev-bin -- leave at default version 7 | - libc6-dev -- leave at default version 8 | - libc6-dev:i386 -- leave at default version 9 | - libc6-i386 -- leave at default version 10 | - libc6-dev-i386 -- leave at default version 11 | - libc6-dev-x32 -- leave at default version 12 | - multiarch-support -- leave at default version 13 | - locales -- leave at default version 14 | - libglib2.0-data -- ppa:savoury1/gtk-xenial 15 | - libglib2.0-0 -- ppa:savoury1/gtk-xenial 16 | - libglib2.0-0:i386 -- ppa:savoury1/gtk-xenial 17 | - libglib2.0-bin -- ppa:savoury1/gtk-xenial 18 | - libglib2.0-dev-bin -- ppa:savoury1/gtk-xenial 19 | - libglib2.0-dev -- ppa:savoury1/gtk-xenial 20 | - libglibmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 21 | - libglibmm-2.4-dev -- ppa:savoury1/gtk-xenial 22 | - libgee-0.8-2 -- ppa:savoury1/gtk-xenial 23 | - libicu60 -- ppa:savoury1/backports 24 | - libicu60:i386 -- ppa:savoury1/backports 25 | - libicu63 -- ppa:savoury1/virtualisation 26 | - icu-devtools -- ppa:savoury1/backports 27 | - libicu-le-hb0 -- ppa:savoury1/backports 28 | - libiculx60 -- ppa:savoury1/backports 29 | - libicu-dev -- ppa:savoury1/backports 30 | - libicu-le-hb-dev -- ppa:savoury1/backports 31 | - libboost-iostreams1.65.1 -- ppa:savoury1/backports 32 | - libboost-system1.65.1 -- ppa:savoury1/backports 33 | - libboost-filesystem1.65.1 -- ppa:savoury1/backports 34 | - libboost-program-options1.65.1 -- ppa:savoury1/backports 35 | - libboost-thread1.65.1 -- ppa:savoury1/backports 36 | - libboost-locale1.65.1 -- ppa:savoury1/backports 37 | - libboost-date-time1.65.1 -- ppa:savoury1/backports 38 | - libboost-regex1.65.1 -- ppa:savoury1/backports 39 | - libboost-python1.65.1 -- ppa:savoury1/backports 40 | - libboost-wave1.65.1 -- ppa:savoury1/backports 41 | - libboost-iostreams1.67.0 -- ppa:savoury1/virtualisation 42 | - libboost-system1.67.0 -- ppa:savoury1/virtualisation 43 | - libboost-filesystem1.67.0 -- ppa:savoury1/virtualisation 44 | - libboost-program-options1.67.0 -- ppa:savoury1/virtualisation 45 | - libboost-thread1.67.0 -- ppa:savoury1/virtualisation 46 | - libboost-locale1.67.0 -- ppa:savoury1/virtualisation 47 | - libboost-date-time1.67.0 -- ppa:savoury1/virtualisation 48 | - libboost-regex1.67.0 -- ppa:savoury1/virtualisation 49 | - libboost-python1.67.0 -- ppa:savoury1/virtualisation 50 | - libboost-wave1.67.0 -- ppa:savoury1/virtualisation 51 | -------------------------------------------------------------------------------- /pkg-lists/bionic/core-disks.txt: -------------------------------------------------------------------------------- 1 | B libuuid1 2 | B libuuid1:i386 3 | B uuid-dev 4 | B uuid-runtime 5 | B libsmartcols1 6 | B libblkid1 7 | B libblkid1:i386 8 | B libblkid-dev 9 | B libfdisk1 10 | B fdisk 11 | B libmount1 12 | B libmount1:i386 13 | B libmount-dev 14 | B util-linux 15 | B mount 16 | - libcom-err2 -- ppa:savoury1/backports 17 | - libcomerr2 -- ppa:savoury1/backports 18 | - libcom-err2:i386 -- ppa:savoury1/backports 19 | - libcomerr2:i386 -- ppa:savoury1/backports 20 | - libss2 -- ppa:savoury1/backports 21 | - libext2fs2 -- ppa:savoury1/backports 22 | - e2fslibs -- ppa:savoury1/backports 23 | - e2fsprogs -- ppa:savoury1/backports 24 | - btrfs-progs -- ppa:savoury1/virtualisation 25 | - btrfs-tools -- ppa:savoury1/virtualisation 26 | - nilfs-tools -- ppa:savoury1/virtualisation 27 | B libdevmapper1.02.1 28 | B libdevmapper-event1.02.1 29 | B libdevmapper-dev 30 | B dmsetup 31 | B liblvm2app2.2 32 | B liblvm2cmd2.02 33 | B dmeventd 34 | B lvm2 35 | B libdmraid1.0.0.rc16 36 | B dmraid 37 | - libparted2 -- ppa:savoury1/backports 38 | - libparted-dev -- ppa:savoury1/backports 39 | - parted -- ppa:savoury1/backports 40 | - libparted-fs-resize0 -- ppa:savoury1/backports 41 | - python-parted -- ppa:savoury1/{backports,python,utilities,virtualisation} 42 | - libcryptsetup12 43 | - cryptsetup-bin -- ppa:savoury1/encryption 44 | - cryptsetup -- ppa:savoury1/encryption 45 | - libvolume-key1 -- ppa:savoury1/encryption 46 | - libecryptfs1 -- ppa:savoury1/encryption 47 | - ecryptfs-utils -- ppa:savoury1/encryption 48 | - mtools -- ppa:savoury1/{utilities,virtualisation} 49 | B syslinux 50 | B syslinux-common 51 | B syslinux-legacy 52 | B syslinux-utils 53 | B extlinux 54 | - gdisk -- ppa:savoury1/{backports,virtualisation} 55 | - xfsprogs -- ppa:savoury1/virtualisation 56 | - xfslibs-dev -- ppa:savoury1/virtualisation 57 | - reiserfsprogs -- ppa:savoury1/virtualisation 58 | - dosfstools -- ppa:savoury1/{backports,utilities,virtualisation} 59 | - jfsutils -- ppa:savoury1/virtualisation 60 | - hfsprogs -- ppa:savoury1/backports 61 | - dmg2img -- ppa:savoury1/{backports,utilities} 62 | - libfuse2 -- ppa:savoury1/backports 63 | - fuse -- ppa:savoury1/backports 64 | - sshfs -- ppa:savoury1/{backports,encryption} 65 | - libatasmart4 -- ppa:savoury1/{backports,utilities} 66 | B libblockdev-utils2 67 | B libblockdev2 68 | B libblockdev-part-err2 69 | B libblockdev-part2 70 | B libblockdev-fs2 71 | B libblockdev-loop2 72 | B libblockdev-swap2 73 | B libblockdev-crypto2 74 | B libudisks2-0 75 | B gir1.2-udisks-2.0 76 | B udisks2 77 | - gvfs-common -- ppa:savoury1/gtk-xenial 78 | - gvfs-bin -- ppa:savoury1/gtk-xenial 79 | - gvfs-libs -- ppa:savoury1/gtk-xenial 80 | - gvfs-libs:i386 -- ppa:savoury1/gtk-xenial 81 | - gvfs-backends -- ppa:savoury1/gtk-xenial 82 | - gvfs-daemons -- ppa:savoury1/gtk-xenial 83 | - gvfs -- ppa:savoury1/gtk-xenial 84 | - gvfs:i386 -- ppa:savoury1/gtk-xenial 85 | - gvfs-fuse -- ppa:savoury1/gtk-xenial 86 | - libgnomevfs2-common -- ppa:savoury1/gtk-xenial 87 | - libgnomevfs2-0 -- ppa:savoury1/gtk-xenial 88 | - gnome-disk-utility -- ppa:savoury1/gtk-xenial 89 | - f3 -- ppa:savoury1/{backports,utilities} 90 | - smartmontools -- ppa:savoury1/{backports,utilities} 91 | - gsmartcontrol -- ppa:savoury1/gtk-xenial 92 | - iozone3 -- ppa:savoury1/{backports,utilities} 93 | -------------------------------------------------------------------------------- /pkg-lists/bionic/core-security.txt: -------------------------------------------------------------------------------- 1 | B sudo 2 | B adduser 3 | B passwd 4 | - apg -- ppa:savoury1/backports 5 | B user-setup 6 | - pwgen -- ppa:savoury1/backports 7 | B libattr1 -- same version as libattr1-dev 8 | B libattr1:i386 -- same version as libattr1-dev 9 | B libattr1-dev 10 | B attr -- same version as libattr1-dev 11 | B libacl1 12 | B libacl1:i386 13 | B acl 14 | B libaudit-common 15 | B libaudit1 16 | B libaudit-dev 17 | - libsecret-common -- ppa:savoury1/gtk-xenial 18 | - libsecret-1-0 -- ppa:savoury1/gtk-xenial 19 | - libsecret-1-0:i386 -- ppa:savoury1/gtk-xenial 20 | - gir1.2-secret-1 -- ppa:savoury1/gtk-xenial 21 | B libpam0g 22 | B libpam0g-dev 23 | B python-pam 24 | B libpam-modules-bin 25 | B libpam-modules 26 | B libpam-runtime 27 | B login 28 | B libpolkit-gobject-1-0 29 | B libpolkit-agent-1-0 30 | B libpolkit-backend-1-0 31 | B policykit-1 32 | B gir1.2-polkit-1.0 33 | B policykit-1-gnome 34 | B policykit-desktop-privileges 35 | B cups-pk-helper 36 | B rtkit 37 | B libaccountsservice0 38 | B accountsservice 39 | B gir1.2-accountsservice-1.0 40 | - libaccounts-glib0 -- ppa:savoury1/gtk-xenial 41 | - gir1.2-accounts-1.0 -- ppa:savoury1/gtk-xenial 42 | B libuser1 43 | B python-libuser 44 | B libapparmor1 45 | B apparmor 46 | - libseccomp2 -- ppa:savoury1/{backports,kde-5-80} 47 | - libseccomp-dev -- ppa:savoury1/{backports,kde-5-80} 48 | B libsepol1 49 | B libsepol1-dev 50 | B libselinux1 51 | B libselinux1:i386 52 | B libselinux1-dev 53 | B libsemanage-common 54 | B libsemanage1 55 | B openssh-client -- same version as openssh-server 56 | B openssh-sftp-server -- same version as openssh-server 57 | B openssh-server 58 | B ssh-askpass-gnome -- same version as openssh-server 59 | - libssh-4 -- ppa:savoury1/encryption 60 | - libssh-gcrypt-4 -- ppa:savoury1/encryption 61 | - libssh2-1 -- ppa:savoury1/encryption 62 | - libssh2-1-dev -- ppa:savoury1/encryption 63 | - libpkcs11-helper1 -- ppa:savoury1/encryption 64 | - libargon2-0 -- ppa:savoury1/{backports,utilities} 65 | - libmhash2 -- Xenial has same version as Bionic 66 | - keepass2 -- ppa:savoury1/backports 67 | - libcrack2 -- ppa:savoury1/backports 68 | - cracklib-runtime -- ppa:savoury1/backports 69 | - libpwquality-common -- ppa:savoury1/backports 70 | - libpwquality1 -- ppa:savoury1/backports 71 | - liboauth0 -- ppa:savoury1/backports 72 | - libcrypto++6 -- ppa:savoury1/backports 73 | - python-oauth -- superseded by python-oauthlib 74 | - python-oauthlib -- ppa:savoury1/python 75 | - python3-oauthlib -- ppa:savoury1/python 76 | - python-asn1crypto -- ppa:savoury1/python 77 | - python3-asn1crypto -- ppa:savoury1/python 78 | - python-cryptography -- ppa:savoury1/{encryption,python} 79 | - python3-cryptography -- ppa:savoury1/{encryption,python} 80 | - python-secretstorage -- ppa:savoury1/python 81 | - python-keyring -- ppa:savoury1/python 82 | - python-paramiko -- ppa:savoury1/python 83 | -------------------------------------------------------------------------------- /pkg-lists/bionic/core-startup.txt: -------------------------------------------------------------------------------- 1 | B libdbus-1-3 2 | B libdbus-1-3:i386 3 | B libdbus-1-dev 4 | B dbus 5 | B dbus-x11 6 | B libdbus-glib-1-2 7 | B libdbus-glib-1-2:i386 8 | B libdbus-glib-1-dev 9 | - libatk1.0-data -- ppa:savoury1/gtk-xenial 10 | - libatk1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libatk1.0-0:i386 -- ppa:savoury1/gtk-xenial 12 | - gir1.2-atk-1.0 -- ppa:savoury1/gtk-xenial 13 | - libatk1.0-dev -- ppa:savoury1/gtk-xenial 14 | - libatkmm-1.6-1v5 -- ppa:savoury1/gtk-xenial 15 | - libatkmm-1.6-dev -- ppa:savoury1/gtk-xenial 16 | B libatspi2.0-0 17 | B libatspi2.0-0:i386 18 | B gir1.2-atspi-2.0 19 | B libatspi2.0-dev 20 | B at-spi2-core 21 | B libatk-bridge2.0-0 22 | B libatk-bridge2.0-0:i386 23 | B libatk-bridge2.0-dev 24 | B libatk-adaptor 25 | B libatk-adaptor:i386 26 | B libkmod2 27 | B kmod 28 | B dkms 29 | B libklibc 30 | B klibc-utils 31 | B busybox-static 32 | B busybox-initramfs 33 | B initramfs-tools-bin 34 | B initramfs-tools-core 35 | B initramfs-tools 36 | B watershed 37 | - libprocps6 -- ppa:savoury1/{backports,display} 38 | - procps -- ppa:savoury1/{backports,display} 39 | B psmisc 40 | - drbl -- ppa:savoury1/{backports,utilities} 41 | B libsmbios-c2 42 | B libefivar1 43 | B libefiboot1 44 | B efibootmgr 45 | B libfwup1 46 | B fwupdate 47 | B grub-common 48 | B grub2-common 49 | B grub-pc-bin 50 | B grub-pc 51 | B os-prober 52 | B kpartx 53 | B kpartx-boot 54 | B casper 55 | B lupin-casper 56 | B lupin-support 57 | B sysvinit-utils 58 | - init -- ppa:savoury1/backports 59 | - init-system-helpers -- ppa:savoury1/backports 60 | B libudev1 61 | B libudev1:i386 62 | B libudev-dev 63 | B udev 64 | - libgudev-1.0-0 -- ppa:savoury1/gtk-xenial 65 | - libgudev-1.0-0:i386 -- ppa:savoury1/gtk-xenial 66 | - gir1.2-gudev-1.0 -- ppa:savoury1/gtk-xenial 67 | B libsystemd0 68 | B libsystemd0:i386 69 | B systemd 70 | B systemd-sysv 71 | B systemd-container 72 | B libpam-systemd 73 | B friendly-recovery 74 | -------------------------------------------------------------------------------- /pkg-lists/bionic/data-types.txt: -------------------------------------------------------------------------------- 1 | - dictionaries-common -- ppa:savoury1/backports 2 | - wbritish -- ppa:savoury1/backports 3 | - wamerican -- ppa:savoury1/backports 4 | - libaspell15 -- ppa:savoury1/backports 5 | - aspell -- ppa:savoury1/backports 6 | - aspell-en -- ppa:savoury1/backports 7 | - libhunspell-1.6-0 -- ppa:savoury1/backports 8 | - libhunspell-1.7-0 -- ppa:savoury1/{backports,scribus} 9 | - libenchant1c2a -- ppa:savoury1/backports 10 | - enchant -- ppa:savoury1/backports 11 | - libgtkspell0 -- ppa:savoury1/backports 12 | - libhyphen0 -- ppa:savoury1/backports 13 | - hyphen-en-us -- ppa:savoury1/backports 14 | - wordnet-base -- ppa:savoury1/backports 15 | - wordnet -- ppa:savoury1/backports 16 | - libmythes-1.2-0 -- ppa:savoury1/backports 17 | B mythes-en-us 18 | B liblangtag-common 19 | B liblangtag1 20 | B language-pack-en-base 21 | B language-pack-en 22 | B language-pack-gnome-en-base 23 | B language-pack-gnome-en 24 | B libexttextcat-data 25 | B libexttextcat-2.0-0 26 | - libphonenumber7 -- ppa:savoury1/backports 27 | - libgxps2 -- ppa:savoury1/backports 28 | - mscompress -- ppa:savoury1/backports 29 | - libmspack0 -- ppa:savoury1/backports 30 | - cabextract -- ppa:savoury1/backports 31 | - libgcab-1.0-0 -- ppa:savoury1/backports 32 | - libnetcdf13 -- superseded by ppa:savoury1/backports 33 | - librevenge-0.0-0 -- ppa:savoury1/{backports,scribus} 34 | - libodfgen-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 35 | - libwpd-0.10-10 -- ppa:savoury1/libreoffice{-6-4,-7-1} 36 | - libwpg-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 37 | - libwps-0.4-4 -- ppa:savoury1/libreoffice{-6-4,-7-1} 38 | - libcdr-0.1-1 -- ppa:savoury1/{backports,scribus} 39 | - libmspub-0.1-1 -- ppa:savoury1/{backports,scribus} 40 | - libvisio-0.1-1 -- ppa:savoury1/{backports,libreoffice,scribus} 41 | - libpagemaker-0.0-0 -- ppa:savoury1/{backports,scribus} 42 | - libqxp-0.0-0 -- ppa:savoury1/{backports,scribus} 43 | - libzmf-0.0-0 -- ppa:savoury1/{backports,scribus} 44 | - libmwaw-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 45 | - libetonyek-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 46 | - libfreexl1 -- ppa:savoury1/backports 47 | - libe-book-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 48 | - libfreehand-0.1-1 -- ppa:savoury1/{backports,scribus} 49 | - snap -- not required 50 | B libstemmer0d 51 | - libtracker-sparql-2.0-0 -- ppa:savoury1/backports 52 | - proj-data -- ppa:savoury1/backports 53 | - libproj12 -- superseded by ppa:savoury1/backports 54 | - libogdi3.2 -- superseded by ppa:savoury1/backports 55 | - libqhull7 -- ppa:savoury1/backports 56 | - libgeos-3.6.2 -- superseded by ppa:savoury1/backports 57 | - libgeos-c1v5 -- superseded by ppa:savoury1/backports 58 | B libfyba0 59 | B libgeotiff2 60 | - libspatialite7 -- ppa:savoury1/backports 61 | - libepsilon1 -- ppa:savoury1/backports 62 | - liburiparser1 -- ppa:savoury1/backports 63 | - libkmlbase1 -- ppa:savoury1/backports 64 | - libkmldom1 -- ppa:savoury1/backports 65 | - libkmlengine1 -- ppa:savoury1/backports 66 | - gdal-data -- ppa:savoury1/backports 67 | - libgdal20 -- superseded by ppa:savoury1/backports 68 | - opencv-data -- ppa:savoury1/graphics 69 | - libopencv-core3.2 -- superseded by ppa:savoury1/graphics 70 | - libopencv-ml3.2 -- superseded by ppa:savoury1/graphics 71 | - libopencv-imgproc3.2 -- superseded by ppa:savoury1/graphics 72 | - libopencv-imgcodecs3.2 -- superseded by ppa:savoury1/graphics 73 | - libopencv-video3.2 -- superseded by ppa:savoury1/graphics 74 | - libopencv-videoio3.2 -- superseded by ppa:savoury1/graphics 75 | - libopencv-highgui3.2 -- superseded by ppa:savoury1/graphics 76 | - libopencv-objdetect3.2 -- superseded by ppa:savoury1/graphics 77 | - frei0r-plugins -- ppa:savoury1/multimedia 78 | -------------------------------------------------------------------------------- /pkg-lists/bionic/gcrypt-gnupg.txt: -------------------------------------------------------------------------------- 1 | - libgpg-error0 -- ppa:savoury1/gpg 2 | - libgpg-error0:i386 -- ppa:savoury1/gpg 3 | - libgpg-error-dev -- ppa:savoury1/gpg 4 | - libgcrypt20 -- ppa:savoury1/gpg 5 | - libgcrypt20:i386 -- ppa:savoury1/gpg 6 | - libgcrypt20-dev -- ppa:savoury1/gpg 7 | - libassuan0 -- ppa:savoury1/gpg 8 | - libksba8 -- ppa:savoury1/gpg 9 | - gpgconf -- ppa:savoury1/gpg 10 | - gpg-agent -- ppa:savoury1/gpg 11 | - gnupg-agent -- ppa:savoury1/gpg 12 | - gnupg-utils -- ppa:savoury1/gpg 13 | - dirmngr -- ppa:savoury1/gpg 14 | - gpgsm -- ppa:savoury1/gpg 15 | - gpgv -- ppa:savoury1/gpg 16 | - gpg -- ppa:savoury1/gpg 17 | - gpg-wks-client -- ppa:savoury1/gpg 18 | - gpg-wks-server -- ppa:savoury1/gpg 19 | - gnupg-l10n -- ppa:savoury1/gpg 20 | - gnupg -- ppa:savoury1/gpg 21 | - gnupg2 -- ppa:savoury1/gpg 22 | - scdaemon -- ppa:savoury1/gpg 23 | - libgpgme11 -- ppa:savoury1/gpg 24 | - libgpgmepp6 -- ppa:savoury1/gpg 25 | - libqgpgme7 -- ppa:savoury1/gpg 26 | - python3-gpg -- ppa:savoury1/gpg 27 | - gpa -- ppa:savoury1/gpg 28 | - libgck-1-0 -- ppa:savoury1/gtk-xenial 29 | - libgck-1-0:i386 -- ppa:savoury1/gtk-xenial 30 | - libgcr-base-3-1 -- ppa:savoury1/gtk-xenial 31 | - libgcr-base-3-1:i386 -- ppa:savoury1/gtk-xenial 32 | - libgcr-ui-3-1 -- ppa:savoury1/gtk-xenial 33 | - gcr -- ppa:savoury1/gtk-xenial 34 | - pinentry-gnome3 -- ppa:savoury1/qt-xenial 35 | - gnome-keyring -- ppa:savoury1/gtk-xenial 36 | - libpam-gnome-keyring -- ppa:savoury1/gtk-xenial 37 | - gnome-keyring-pkcs11 -- ppa:savoury1/gtk-xenial 38 | - libp11-kit-gnome-keyring -- ppa:savoury1/gtk-xenial 39 | - paperkey -- ppa:savoury1/encryption 40 | - seahorse -- ppa:savoury1/gtk-xenial 41 | -------------------------------------------------------------------------------- /pkg-lists/bionic/gtk2-gtk3.txt: -------------------------------------------------------------------------------- 1 | - gtk-update-icon-cache -- ppa:savoury1/gtk-xenial 2 | - gtk2-engines-pixbuf -- ppa:savoury1/gtk-xenial 3 | - gtk2-engines-pixbuf:i386 -- ppa:savoury1/gtk-xenial 4 | - libgtk2.0-common -- ppa:savoury1/gtk-xenial 5 | - libgtk2.0-0 -- ppa:savoury1/gtk-xenial 6 | - libgtk2.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libgtk2.0-bin -- ppa:savoury1/gtk-xenial 8 | - gir1.2-gtk-2.0 -- ppa:savoury1/gtk-xenial 9 | - libgtk2.0-dev -- ppa:savoury1/gtk-xenial 10 | - libgail18 -- ppa:savoury1/gtk-xenial 11 | - libgail18:i386 -- ppa:savoury1/gtk-xenial 12 | - libgail-common -- ppa:savoury1/gtk-xenial 13 | - libgail-common:i386 -- ppa:savoury1/gtk-xenial 14 | - libgtkmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 15 | - libgtkmm-2.4-dev -- ppa:savoury1/gtk-xenial 16 | - libgtksourceview2.0-common -- unneeded (minor packaging changes) 17 | - libgtksourceview2.0-0 -- unneeded (minor packaging changes) 18 | - libjavascriptcoregtk-1.0-0 -- ppa:savoury1/gtk-xenial 19 | - libwebkitgtk-1.0-0 -- ppa:savoury1/gtk-xenial 20 | - libgtk-3-common -- ppa:savoury1/gtk-xenial 21 | - libgtk-3-0 -- ppa:savoury1/gtk-xenial 22 | - libgtk-3-bin -- ppa:savoury1/gtk-xenial 23 | - gir1.2-gtk-3.0 -- ppa:savoury1/gtk-xenial 24 | - libgtk-3-dev -- ppa:savoury1/gtk-xenial 25 | - libgtkmm-3.0-1v5 -- ppa:savoury1/gtk-xenial 26 | - libgtkmm-3.0-dev -- ppa:savoury1/gtk-xenial 27 | - libgail-3-0 -- ppa:savoury1/gtk-xenial 28 | - libgtksourceview-3.0-common -- ppa:savoury1/gtk-xenial 29 | - libgtksourceview-3.0-1 -- ppa:savoury1/gtk-xenial 30 | - gir1.2-gtksource-3.0 -- ppa:savoury1/gtk-xenial 31 | - libjavascriptcoregtk-3.0-0 -- ppa:savoury1/gtk-xenial 32 | - gir1.2-javascriptcoregtk-3.0 -- ppa:savoury1/gtk-xenial 33 | - libjavascriptcoregtk-4.0-18 -- ppa:savoury1/gtk-xenial 34 | - gir1.2-javascriptcoregtk-4.0 -- ppa:savoury1/gtk-xenial 35 | - libwebkitgtk-3.0-0 -- ppa:savoury1/gtk-xenial 36 | - gir1.2-webkit-3.0 -- ppa:savoury1/gtk-xenial 37 | - libwebkit2gtk-4.0-37 -- ppa:savoury1/gtk-xenial 38 | - gir1.2-webkit2-4.0 -- ppa:savoury1/gtk-xenial 39 | - wayland-protocols -- ppa:savoury1/backports 40 | -------------------------------------------------------------------------------- /pkg-lists/bionic/media-devices.txt: -------------------------------------------------------------------------------- 1 | - exfat-fuse -- ppa:savoury1/backports 2 | - exfat-utils -- ppa:savoury1/backports 3 | - media-player-info -- ppa:savoury1/multimedia 4 | - libmtp-common -- ppa:savoury1/multimedia 5 | - libmtp-runtime -- ppa:savoury1/multimedia 6 | - libmtp9 -- ppa:savoury1/multimedia 7 | B jmtpfs 8 | - gmtp -- ppa:savoury1/multimedia 9 | - libplist3 -- ppa:savoury1/backports 10 | - libusbmuxd4 -- superseded by libusbmuxd6 11 | - usbmuxd -- ppa:savoury1/backports 12 | - libimobiledevice6 -- ppa:savoury1/backports 13 | - libimobiledevice-utils -- ppa:savoury1/backports 14 | - ideviceinstaller -- ppa:savoury1/backports 15 | - libical2 -- ppa:savoury1/kde-xenial 16 | - libical3 -- ppa:savoury1/backports 17 | - libsgutils2-2 -- ppa:savoury1/{backports,utilities} 18 | B libgpod4 19 | B libgpod-common 20 | B ifuse 21 | B eject 22 | - libcdio17 -- superseded by libcdio19 23 | - libiso9660-10 -- superseded by libiso9660-11 24 | - libvcdinfo0 -- ppa:savoury1/multimedia 25 | - libcdio-cdda2 -- ppa:savoury1/{ffmpeg4,multimedia} 26 | - libcdio-paranoia2 -- ppa:savoury1/{ffmpeg4,multimedia} 27 | B libcdparanoia0 28 | B libcdparanoia0:i386 29 | B cdparanoia 30 | B libjte1 31 | - genisoimage -- ppa:savoury1/multimedia 32 | - libisofs6 -- ppa:savoury1/multimedia 33 | - bchunk -- ppa:savoury1/multimedia 34 | B cdrdao 35 | - wodim -- ppa:savoury1/multimedia 36 | - libburn4 -- ppa:savoury1/multimedia 37 | - cdrskin -- ppa:savoury1/multimedia 38 | - libdvd-pkg -- ppa:savoury1/multimedia 39 | - libdvdread4 -- superseded by libdvdread8 40 | - libdvdread8 -- ppa:savoury1/multimedia 41 | - libdvdnav4 -- ppa:savoury1/multimedia 42 | B libdvbpsi10 43 | - libasm-java -- ppa:savoury1/backports 44 | - libbluray2 -- ppa:savoury1/multimedia 45 | - libbluray-bin -- ppa:savoury1/multimedia 46 | - libbluray-bdj -- ppa:savoury1/multimedia 47 | B growisofs 48 | B dvd+rw-tools 49 | - dvdauthor -- ppa:savoury1/multimedia 50 | - brasero-common -- ppa:savoury1/multimedia 51 | - libbrasero-media3-1 -- ppa:savoury1/multimedia 52 | - brasero-cdrkit -- ppa:savoury1/multimedia 53 | - brasero -- ppa:savoury1/multimedia 54 | B libraw1394-11 55 | B libraw1394-11:i386 56 | B libavc1394-0 57 | B libavc1394-0:i386 58 | B libiec61883-0 59 | B libiec61883-0:i386 60 | - libdc1394-22 -- ppa:savoury1/multimedia 61 | B libbluetooth3 62 | B bluetooth 63 | B libbluetooth-dev 64 | B bluez 65 | B bluez-obexd 66 | B bluez-cups 67 | - libgnome-bluetooth13 -- ppa:savoury1/gtk-xenial 68 | - gir1.2-gnomebluetooth-1.0 -- ppa:savoury1/gtk-xenial 69 | - gnome-bluetooth -- ppa:savoury1/gtk-xenial 70 | -------------------------------------------------------------------------------- /pkg-lists/bionic/qt4-framework.txt: -------------------------------------------------------------------------------- 1 | - qtchooser -- ppa:savoury1/{qt-xenial,qt-5-15} 2 | - qt4-qmake -- ppa:savoury1/{qt-xenial,qt-5-15} 3 | - qtcore4-l10n -- ppa:savoury1/{qt-xenial,qt-5-15} 4 | - libqtcore4 -- ppa:savoury1/{qt-xenial,qt-5-15} 5 | - libqtcore4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 6 | - libqt4-test -- ppa:savoury1/{qt-xenial,qt-5-15} 7 | - libqt4-test:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 8 | - libqt4-sql -- ppa:savoury1/{qt-xenial,qt-5-15} 9 | - libqt4-sql:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 10 | - libqt4-xml -- ppa:savoury1/{qt-xenial,qt-5-15} 11 | - libqt4-xml:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 12 | - libqtdbus4 -- ppa:savoury1/{qt-xenial,qt-5-15} 13 | - libqtdbus4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 14 | - qdbus -- ppa:savoury1/{qt-xenial,qt-5-15} 15 | - libqt4-dbus -- ppa:savoury1/{qt-xenial,qt-5-15} 16 | - libqt4-dbus:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 17 | - libqt4-script -- ppa:savoury1/{qt-xenial,qt-5-15} 18 | - libqt4-script:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 19 | - libqt4-network -- ppa:savoury1/{qt-xenial,qt-5-15} 20 | - libqt4-network:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 21 | - libqt4-xmlpatterns -- ppa:savoury1/{qt-xenial,qt-5-15} 22 | - libqt4-xmlpatterns:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 23 | - libqt4-declarative -- ppa:savoury1/{qt-xenial,qt-5-15} 24 | - libqt4-declarative:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 25 | - libqtgui4 -- ppa:savoury1/{qt-xenial,qt-5-15} 26 | - libqtgui4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 27 | - libqt4-scripttools -- ppa:savoury1/{qt-xenial,qt-5-15} 28 | - libqt4-scripttools:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 29 | - libqt4-svg -- ppa:savoury1/{qt-xenial,qt-5-15} 30 | - libqt4-svg:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 31 | - libqt4-opengl -- ppa:savoury1/{qt-xenial,qt-5-15} 32 | - libqt4-opengl:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 33 | - libqt4-designer -- ppa:savoury1/{qt-xenial,qt-5-15} 34 | - libqt4-designer:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 35 | - libqt4-qt3support -- ppa:savoury1/{qt-xenial,qt-5-15} 36 | - libqt4-qt3support:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 37 | - libqt4-help -- ppa:savoury1/{qt-xenial,qt-5-15} 38 | - libqt4-dev-bin -- ppa:savoury1/{qt-xenial,qt-5-15} 39 | - qt4-linguist-tools -- ppa:savoury1/{qt-xenial,qt-5-15} 40 | - libqt4-dev -- ppa:savoury1/{qt-xenial,qt-5-15} 41 | - libqtassistantclient4 -- unneeded (rebuild only) 42 | - libpolkit-qt-1-1 -- ppa:savoury1/qt-xenial 43 | - libqtwebkit4 -- ppa:savoury1/{qt-xenial,qt-5-15} 44 | - libqtwebkit4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 45 | - qt-at-spi -- unneeded (packaging changes reverted) 46 | - libdbusmenu-qt2 -- ppa:savoury1/qt-xenial 47 | - python-qt4-dbus -- ppa:savoury1/{python,qt-xenial} 48 | - sni-qt -- ppa:savoury1/qt-xenial 49 | - libqca2 -- ppa:savoury1/{qt-xenial,qt-5-15} 50 | -------------------------------------------------------------------------------- /pkg-lists/bionic/text-terminal.txt: -------------------------------------------------------------------------------- 1 | - libpango-1.0-0 -- ppa:savoury1/gtk-xenial 2 | - libpango-1.0-0:i386 -- ppa:savoury1/gtk-xenial 3 | - libpangoft2-1.0-0 -- ppa:savoury1/gtk-xenial 4 | - libpangoft2-1.0-0:i386 -- ppa:savoury1/gtk-xenial 5 | - libpangocairo-1.0-0 -- ppa:savoury1/gtk-xenial 6 | - libpangocairo-1.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libpangoxft-1.0-0 -- ppa:savoury1/gtk-xenial 8 | - gir1.2-pango-1.0 -- ppa:savoury1/gtk-xenial 9 | - libpango1.0-dev -- ppa:savoury1/gtk-xenial 10 | - libpango1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libpangomm-1.4-1v5 -- ppa:savoury1/gtk-xenial 12 | - libpangomm-1.4-dev -- ppa:savoury1/gtk-xenial 13 | - libunistring2 -- ppa:savoury1/backports 14 | - libunistring2:i386 -- ppa:savoury1/backports 15 | - readline-common -- ppa:savoury1/backports 16 | - libreadline7 -- ppa:savoury1/backports 17 | - libreadline7:i386 -- ppa:savoury1/backports 18 | B libtinfo5 19 | B libtinfo5:i386 20 | B libncurses5 21 | B libncurses5:i386 22 | B libncursesw5 23 | B libncursesw5:i386 24 | B ncurses-base 25 | B ncurses-bin 26 | B libtinfo-dev 27 | B libncurses5-dev 28 | B libncursesw5-dev 29 | B dash 30 | B ash 31 | - bash -- ppa:savoury1/backports 32 | - bash-completion -- ppa:savoury1/backports 33 | B command-not-found-data 34 | B python3-commandnotfound 35 | B command-not-found 36 | - libpopt0 -- ppa:savoury1/backports 37 | - groff-base -- ppa:savoury1/backports 38 | B libpipeline1 39 | B binfmt-support 40 | B libgdbm5 41 | B libgdbm5:i386 42 | B libgdbm-compat4 43 | B libgdbm-compat4:i386 44 | B manpages -- same version as manpages-dev 45 | B manpages-dev 46 | B man-db 47 | B ed 48 | - sed -- ppa:savoury1/backports 49 | - grep -- ppa:savoury1/backports 50 | - less -- ppa:savoury1/backports 51 | B findutils 52 | B mlocate 53 | - xxd -- ppa:savoury1/backports 54 | - vim-common -- ppa:savoury1/backports 55 | - vim-tiny -- ppa:savoury1/backports 56 | - ncdu -- ppa:savoury1/utilities 57 | - libcdk5 -- ppa:savoury1/backports 58 | - libedit2 -- ppa:savoury1/backports 59 | - libedit2:i386 -- ppa:savoury1/backports 60 | B dialog 61 | - libgpm2 -- ppa:savoury1/backports 62 | - libgpm2:i386 -- ppa:savoury1/backports 63 | - libre2-4 -- obsolete by libre2-5 64 | - libre2-5 -- ppa:savoury1/backports 65 | -------------------------------------------------------------------------------- /pkg-lists/bionic/themes-assist.txt: -------------------------------------------------------------------------------- 1 | B sound-theme-freedesktop 2 | - libcanberra0 -- ppa:savoury1/gtk-xenial 3 | - libcanberra0:i386 -- ppa:savoury1/gtk-xenial 4 | - libcanberra-pulse -- ppa:savoury1/gtk-xenial 5 | - libcanberra-gtk0 -- ppa:savoury1/gtk-xenial 6 | - libcanberra-gtk0:i386 -- ppa:savoury1/gtk-xenial 7 | - libcanberra-gtk-module -- ppa:savoury1/gtk-xenial 8 | - libcanberra-gtk-module:i386 -- ppa:savoury1/gtk-xenial 9 | - libcanberra-gtk3-0 -- ppa:savoury1/gtk-xenial 10 | - libcanberra-gtk3-module -- ppa:savoury1/gtk-xenial 11 | - gnome-session-canberra -- ppa:savoury1/gtk-xenial 12 | B dmz-cursor-theme 13 | - hicolor-icon-theme -- ppa:savoury1/{backports,gtk-xenial} 14 | B lubuntu-icon-theme 15 | B gnome-icon-theme 16 | B gnome-themes-standard 17 | B gnome-themes-extra 18 | B gnome-themes-extra-data 19 | B gnome-accessibility-themes 20 | B mousetweaks 21 | - libspeechd2 -- ppa:savoury1/multimedia 22 | - speech-dispatcher-audio-plugins -- ppa:savoury1/multimedia 23 | - speech-dispatcher -- ppa:savoury1/multimedia 24 | - python3-speechd -- ppa:savoury1/multimedia 25 | - espeak-data -- ppa:savoury1/multimedia 26 | - libespeak1 -- ppa:savoury1/multimedia 27 | - espeak -- ppa:savoury1/multimedia 28 | B cowsay 29 | B fortunes-min 30 | B fortune-mod 31 | B python-pyatspi 32 | B python3-pyatspi 33 | B liblouis-data 34 | B liblouis14 35 | B python3-louis 36 | B orca 37 | B gnome-orca 38 | - libbrlapi0.6 -- revert to Xenial version 39 | - libbrlapi-dev -- revert to Xenial version 40 | - python3-brlapi -- revert to Xenial version 41 | - brltty -- revert to Xenial version 42 | -------------------------------------------------------------------------------- /pkg-lists/bionic/x11-proto-xcb.txt: -------------------------------------------------------------------------------- 1 | - x11proto-dev -- ppa:savoury1/display 2 | - x11proto-composite-dev -- ppa:savoury1/display 3 | - x11proto-core-dev -- ppa:savoury1/display 4 | - x11proto-damage-dev -- ppa:savoury1/display 5 | - x11proto-dri2-dev -- ppa:savoury1/display 6 | - x11proto-fixes-dev -- ppa:savoury1/display 7 | - x11proto-gl-dev -- ppa:savoury1/display 8 | - x11proto-input-dev -- ppa:savoury1/display 9 | - x11proto-kb-dev -- ppa:savoury1/display 10 | - x11proto-randr-dev -- ppa:savoury1/display 11 | - x11proto-record-dev -- ppa:savoury1/display 12 | - x11proto-render-dev -- ppa:savoury1/display 13 | - x11proto-scrnsaver-dev -- ppa:savoury1/display 14 | - x11proto-video-dev -- ppa:savoury1/display 15 | - x11proto-xext-dev -- ppa:savoury1/display 16 | - x11proto-xf86vidmode-dev -- ppa:savoury1/display 17 | - x11proto-xinerama-dev -- ppa:savoury1/display 18 | - libxcb1 -- ppa:savoury1/display 19 | - libxcb1:i386 -- ppa:savoury1/display 20 | - libxcb1-dev -- ppa:savoury1/display 21 | - libxcb-dri2-0 -- ppa:savoury1/display 22 | - libxcb-dri2-0:i386 -- ppa:savoury1/display 23 | - libxcb-dri2-0-dev -- ppa:savoury1/display 24 | - libxcb-dri3-0 -- ppa:savoury1/display 25 | - libxcb-dri3-0:i386 -- ppa:savoury1/display 26 | - libxcb-dri3-dev -- ppa:savoury1/display 27 | - libxcb-glx0 -- ppa:savoury1/display 28 | - libxcb-glx0:i386 -- ppa:savoury1/display 29 | - libxcb-glx0-dev -- ppa:savoury1/display 30 | - libxcb-render0 -- ppa:savoury1/display 31 | - libxcb-render0:i386 -- ppa:savoury1/display 32 | - libxcb-render0-dev -- ppa:savoury1/display 33 | - libxcb-xinerama0 -- ppa:savoury1/display 34 | - libxcb-damage0 -- ppa:savoury1/display 35 | - libxcb-randr0 -- ppa:savoury1/display 36 | - libxcb-randr0-dev -- ppa:savoury1/display 37 | - libxcb-shape0 -- ppa:savoury1/display 38 | - libxcb-shape0-dev -- ppa:savoury1/display 39 | - libxcb-xfixes0 -- ppa:savoury1/display 40 | - libxcb-xfixes0-dev -- ppa:savoury1/display 41 | - libxcb-shm0 -- ppa:savoury1/display 42 | - libxcb-shm0:i386 -- ppa:savoury1/display 43 | - libxcb-shm0-dev -- ppa:savoury1/display 44 | - libxcb-sync1 -- ppa:savoury1/display 45 | - libxcb-sync1:i386 -- ppa:savoury1/display 46 | - libxcb-sync-dev -- ppa:savoury1/display 47 | - libxcb-present0 -- ppa:savoury1/display 48 | - libxcb-present0:i386 -- ppa:savoury1/display 49 | - libxcb-present-dev -- ppa:savoury1/display 50 | - libxcb-composite0 -- ppa:savoury1/display 51 | - libxcb-res0 -- ppa:savoury1/display 52 | - libxcb-xinput0 -- ppa:savoury1/display 53 | - libxcb-xkb1 -- ppa:savoury1/display 54 | - libxcb-xtest0 -- ppa:savoury1/display 55 | - libxcb-xv0 -- ppa:savoury1/display 56 | -------------------------------------------------------------------------------- /pkg-lists/bionic/xorg-xserver.txt: -------------------------------------------------------------------------------- 1 | - xvfb -- ppa:savoury1/display 2 | - xserver-common -- ppa:savoury1/display 3 | - xserver-xorg-core -- ppa:savoury1/display 4 | - xserver-xorg-input-libinput -- ppa:savoury1/display 5 | - xserver-xorg-input-wacom -- ppa:savoury1/display 6 | - xserver-xorg-input-evdev -- ppa:savoury1/display 7 | - xserver-xorg-input-synaptics -- ppa:savoury1/display 8 | - xserver-xorg-input-all -- ppa:savoury1/display 9 | - xserver-xorg -- ppa:savoury1/display 10 | - xorg -- ppa:savoury1/display 11 | - xserver-xorg-video-vesa -- ppa:savoury1/display 12 | - xserver-xorg-video-fbdev -- ppa:savoury1/display 13 | - xserver-xorg-video-qxl -- ppa:savoury1/display 14 | - xserver-xorg-video-vmware -- ppa:savoury1/display 15 | - xserver-xorg-video-intel -- ppa:savoury1/display 16 | - xserver-xorg-video-nouveau -- ppa:savoury1/display 17 | - xserver-xorg-video-amdgpu -- ppa:savoury1/display 18 | - xserver-xorg-video-radeon -- ppa:savoury1/display 19 | - xserver-xorg-video-ati -- ppa:savoury1/display 20 | B libxnvctrl0 21 | - xserver-xorg-video-all -- ppa:savoury1/display 22 | -------------------------------------------------------------------------------- /pkg-lists/current/applications.txt: -------------------------------------------------------------------------------- 1 | - gnome-calculator -- ppa:savoury1/gtk-xenial 2 | - evolution-data-server-common -- ppa:savoury1/gtk-xenial 3 | - evolution-data-server -- ppa:savoury1/gtk-xenial 4 | - libcamel-1.2-61 -- ppa:savoury1/gtk-xenial 5 | - gir1.2-camel-1.2 -- ppa:savoury1/gtk-xenial 6 | - libedataserver-1.2-23 -- ppa:savoury1/gtk-xenial 7 | - gir1.2-edataserver-1.2 -- ppa:savoury1/gtk-xenial 8 | - libebackend-1.2-10 -- ppa:savoury1/gtk-xenial 9 | - libebook-contacts-1.2-2 -- ppa:savoury1/gtk-xenial 10 | - gir1.2-ebookcontacts-1.2 -- ppa:savoury1/gtk-xenial 11 | - libedata-book-1.2-25 -- ppa:savoury1/gtk-xenial 12 | - libebook-1.2-19 -- ppa:savoury1/gtk-xenial 13 | - gir1.2-ebook-1.2 -- ppa:savoury1/gtk-xenial 14 | - libecal-1.2-19 -- ppa:savoury1/gtk-xenial 15 | - libedata-cal-1.2-28 -- ppa:savoury1/gtk-xenial 16 | - tomboy -- ppa:savoury1/backports 17 | - artha -- ppa:savoury1/backports 18 | - xapps-common -- ppa:savoury1/gtk-xenial 19 | - libxapp1 -- ppa:savoury1/gtk-xenial 20 | - libgtkhex-3-0 -- ppa:savoury1/utilities 21 | - ghex -- ppa:savoury1/utilities 22 | - gthumb-data -- ppa:savoury1/{graphics,gtk-xenial} 23 | - gthumb -- ppa:savoury1/{graphics,gtk-xenial} 24 | - hugin-data -- ppa:savoury1/graphics 25 | - hugin-tools -- ppa:savoury1/graphics 26 | - hugin -- ppa:savoury1/graphics 27 | - libij-java -- ppa:savoury1/graphics 28 | - imagej -- ppa:savoury1/graphics 29 | - xscreensaver-data -- ppa:savoury1/graphics 30 | - xscreensaver-data-extra -- ppa:savoury1/graphics 31 | - xscreensaver-gl -- ppa:savoury1/graphics 32 | - xscreensaver-gl-extra -- ppa:savoury1/graphics 33 | - xscreensaver -- ppa:savoury1/graphics 34 | - kleopatra -- ppa:savoury1/kde-xenial 35 | - kolourpaint -- ppa:savoury1/kde-xenial 36 | - kolourpaint4 -- ppa:savoury1/kde-xenial 37 | - kipi-plugins-common -- no longer used by digiKam 6.x 38 | - kipi-plugins -- no longer used by digiKam 6.x 39 | - digikam-data -- ppa:savoury1/digikam 40 | - digikam-private-libs -- ppa:savoury1/digikam 41 | - digikam -- ppa:savoury1/digikam 42 | - librttr-core0.9.6 -- ppa:savoury1/backports 43 | - kdenlive-data -- ppa:savoury1/kde-{5-80,xenial} 44 | - kdenlive -- ppa:savoury1/kde-{5-80,xenial} 45 | - libk3b7 -- ppa:savoury1/multimedia 46 | - libk3b7-extracodecs -- ppa:savoury1/multimedia 47 | - k3b-i18n -- ppa:savoury1/multimedia 48 | - k3b-data -- ppa:savoury1/multimedia 49 | - k3b -- ppa:savoury1/multimedia 50 | - meld -- ppa:savoury1/{meld,utilities} 51 | - 4pane -- ppa:savoury1/utilities 52 | - hexchat-common -- ppa:savoury1/backports 53 | - hexchat -- ppa:savoury1/backports 54 | - pidgin-data -- ppa:savoury1/backports 55 | - libpurple0 -- ppa:savoury1/backports 56 | - libpurple-bin -- ppa:savoury1/backports 57 | - pidgin -- ppa:savoury1/backports 58 | - pidgin-libnotify -- ppa:savoury1/backports 59 | - deluge-common -- ppa:savoury1/backports 60 | - deluge-gtk -- ppa:savoury1/backports 61 | - deluge -- ppa:savoury1/backports 62 | - transmission-common -- ppa:savoury1/{backports,utilities} 63 | - transmission-gtk -- ppa:savoury1/{backports,utilities} 64 | - amule-common -- ppa:savoury1/{backports,utilities} 65 | - amule -- ppa:savoury1/{backports,utilities} 66 | - tigervnc-common -- ppa:savoury1/backports 67 | - tigervnc-viewer -- ppa:savoury1/backports 68 | - chromium-browser -- ppa:savoury1/chromium 69 | - chromium-codecs-ffmpeg-extra -- ppa:savoury1/chromium 70 | -------------------------------------------------------------------------------- /pkg-lists/current/base-security.txt: -------------------------------------------------------------------------------- 1 | - libkeyutils1 -- ppa:savoury1/virtualisation 2 | - libkeyutils1:i386 -- ppa:savoury1/virtualisation 3 | - keyutils -- ppa:savoury1/virtualisation 4 | B krb5-locales -- same version as libgssapi-krb5-2 5 | B libkrb5support0 -- same version as libgssapi-krb5-2 6 | B libkrb5support0:i386 -- same version as libgssapi-krb5-2 7 | B libk5crypto3 -- same version as libgssapi-krb5-2 8 | B libk5crypto3:i386 -- same version as libgssapi-krb5-2 9 | B libkrb5-3 -- same version as libgssapi-krb5-2 10 | B libkrb5-3:i386 -- same version as libgssapi-krb5-2 11 | B libgssapi-krb5-2 -- same version as libgssapi-krb5-2 12 | B libgssapi-krb5-2:i386 -- same version as libgssapi-krb5-2 13 | - libnettle6 -- ppa:savoury1/encryption 14 | - libnettle6:i386 -- ppa:savoury1/encryption 15 | - libhogweed4 -- ppa:savoury1/encryption 16 | - libhogweed4:i386 -- ppa:savoury1/encryption 17 | - nettle-dev -- ppa:savoury1/encryption 18 | - libp11-kit0 -- ppa:savoury1/encryption 19 | - libp11-kit0:i386 -- ppa:savoury1/encryption 20 | - libp11-kit-dev -- ppa:savoury1/encryption 21 | - p11-kit -- ppa:savoury1/encryption 22 | - p11-kit-modules -- ppa:savoury1/encryption 23 | - libopts25 -- ppa:savoury1/encryption 24 | - libunbound2 -- ppa:savoury1/encryption 25 | - libgnutls30 -- ppa:savoury1/encryption 26 | - libgnutls30:i386 -- ppa:savoury1/encryption 27 | - libgnutlsxx28 -- ppa:savoury1/encryption 28 | - libgnutls-openssl27 -- ppa:savoury1/encryption 29 | - libgnutls-dane0 -- ppa:savoury1/encryption 30 | - libgnutls28-dev -- ppa:savoury1/encryption 31 | - libsasl2-modules -- ppa:savoury1/{encryption,virtualisation} 32 | - libsasl2-modules:i386 -- ppa:savoury1/{encryption,virtualisation} 33 | - libsasl2-modules-db -- ppa:savoury1/{encryption,virtualisation} 34 | - libsasl2-modules-db:i386 -- ppa:savoury1/{encryption,virtualisation} 35 | - libsasl2-2 -- ppa:savoury1/{encryption,virtualisation} 36 | - libsasl2-2:i386 -- ppa:savoury1/{encryption,virtualisation} 37 | - libsasl2-dev -- ppa:savoury1/{encryption,virtualisation} 38 | B libheimbase1-heimdal:i386 39 | B libheimbase1-heimdal 40 | B libroken18-heimdal 41 | B libroken18-heimdal:i386 42 | B libwind0-heimdal 43 | B libwind0-heimdal:i386 44 | B libasn1-8-heimdal 45 | B libasn1-8-heimdal:i386 46 | B libhcrypto4-heimdal 47 | B libhcrypto4-heimdal:i386 48 | B libhx509-5-heimdal 49 | B libhx509-5-heimdal:i386 50 | B libkrb5-26-heimdal 51 | B libkrb5-26-heimdal:i386 52 | B libheimntlm0-heimdal 53 | B libheimntlm0-heimdal:i386 54 | B libgssapi3-heimdal 55 | B libgssapi3-heimdal:i386 56 | B libldap-common 57 | B libldap-2.4-2 58 | B libldap-2.4-2:i386 59 | - libssl1.0.0 -- ppa:savoury1/backports 60 | - libssl1.0.0:i386 -- ppa:savoury1/backports 61 | - libssl1.1 -- ppa:savoury1/encryption 62 | - libssl1.1:i386 -- ppa:savoury1/encryption 63 | - libssl-dev -- ppa:savoury1/encryption 64 | - openssl -- ppa:savoury1/encryption 65 | - python-openssl -- ppa:savoury1/{encryption,python} 66 | -------------------------------------------------------------------------------- /pkg-lists/current/c-libraries.txt: -------------------------------------------------------------------------------- 1 | - libc6 -- leave at default version 2 | - libc6:i386 -- leave at default version 3 | - libc6-x32 -- leave at default version 4 | - libc6-dbg -- leave at default version 5 | - libc-bin -- leave at default version 6 | - libc-dev-bin -- leave at default version 7 | - libc6-dev -- leave at default version 8 | - libc6-dev:i386 -- leave at default version 9 | - libc6-i386 -- leave at default version 10 | - libc6-dev-i386 -- leave at default version 11 | - libc6-dev-x32 -- leave at default version 12 | - multiarch-support -- leave at default version 13 | - locales -- leave at default version 14 | - libglib2.0-data -- ppa:savoury1/gtk-xenial 15 | - libglib2.0-0 -- ppa:savoury1/gtk-xenial 16 | - libglib2.0-0:i386 -- ppa:savoury1/gtk-xenial 17 | - libglib2.0-bin -- ppa:savoury1/gtk-xenial 18 | - libglib2.0-dev-bin -- ppa:savoury1/gtk-xenial 19 | - libglib2.0-dev -- ppa:savoury1/gtk-xenial 20 | - libglibmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 21 | - libglibmm-2.4-dev -- ppa:savoury1/gtk-xenial 22 | - libgee-0.8-2 -- ppa:savoury1/gtk-xenial 23 | - libicu60 -- ppa:savoury1/backports 24 | - libicu60:i386 -- ppa:savoury1/backports 25 | - libicu63 -- ppa:savoury1/virtualisation 26 | - icu-devtools -- ppa:savoury1/backports 27 | - libicu-le-hb0 -- ppa:savoury1/backports 28 | - libiculx60 -- ppa:savoury1/backports 29 | - libicu-dev -- ppa:savoury1/backports 30 | - libicu-le-hb-dev -- ppa:savoury1/backports 31 | - libboost-iostreams1.65.1 -- ppa:savoury1/backports 32 | - libboost-system1.65.1 -- ppa:savoury1/backports 33 | - libboost-filesystem1.65.1 -- ppa:savoury1/backports 34 | - libboost-program-options1.65.1 -- ppa:savoury1/backports 35 | - libboost-thread1.65.1 -- ppa:savoury1/backports 36 | - libboost-locale1.65.1 -- ppa:savoury1/backports 37 | - libboost-date-time1.65.1 -- ppa:savoury1/backports 38 | - libboost-regex1.65.1 -- ppa:savoury1/backports 39 | - libboost-python1.65.1 -- ppa:savoury1/backports 40 | - libboost-wave1.65.1 -- ppa:savoury1/backports 41 | - libboost-iostreams1.67.0 -- ppa:savoury1/virtualisation 42 | - libboost-system1.67.0 -- ppa:savoury1/virtualisation 43 | - libboost-filesystem1.67.0 -- ppa:savoury1/virtualisation 44 | - libboost-program-options1.67.0 -- ppa:savoury1/virtualisation 45 | - libboost-thread1.67.0 -- ppa:savoury1/virtualisation 46 | - libboost-locale1.67.0 -- ppa:savoury1/virtualisation 47 | - libboost-date-time1.67.0 -- ppa:savoury1/virtualisation 48 | - libboost-regex1.67.0 -- ppa:savoury1/virtualisation 49 | - libboost-python1.67.0 -- ppa:savoury1/virtualisation 50 | - libboost-wave1.67.0 -- ppa:savoury1/virtualisation 51 | -------------------------------------------------------------------------------- /pkg-lists/current/core-disks.txt: -------------------------------------------------------------------------------- 1 | B libuuid1 2 | B libuuid1:i386 3 | B uuid-dev 4 | B uuid-runtime 5 | B libsmartcols1 6 | B libblkid1 7 | B libblkid1:i386 8 | B libblkid-dev 9 | B libfdisk1 10 | B fdisk 11 | B libmount1 12 | B libmount1:i386 13 | B libmount-dev 14 | B util-linux 15 | B mount 16 | - libcom-err2 -- ppa:savoury1/backports 17 | - libcomerr2 -- ppa:savoury1/backports 18 | - libcom-err2:i386 -- ppa:savoury1/backports 19 | - libcomerr2:i386 -- ppa:savoury1/backports 20 | - libss2 -- ppa:savoury1/backports 21 | - libext2fs2 -- ppa:savoury1/backports 22 | - e2fslibs -- ppa:savoury1/backports 23 | - e2fsprogs -- ppa:savoury1/backports 24 | - btrfs-progs -- ppa:savoury1/virtualisation 25 | - btrfs-tools -- ppa:savoury1/virtualisation 26 | - nilfs-tools -- ppa:savoury1/virtualisation 27 | B libdevmapper1.02.1 28 | B libdevmapper-event1.02.1 29 | B libdevmapper-dev 30 | B dmsetup 31 | B liblvm2app2.2 32 | B liblvm2cmd2.02 33 | B dmeventd 34 | B lvm2 35 | B libdmraid1.0.0.rc16 36 | B dmraid 37 | - libparted2 -- ppa:savoury1/backports 38 | - libparted-dev -- ppa:savoury1/backports 39 | - parted -- ppa:savoury1/backports 40 | - libparted-fs-resize0 -- ppa:savoury1/backports 41 | - python-parted -- ppa:savoury1/{backports,python,utilities,virtualisation} 42 | - libcryptsetup12 43 | - cryptsetup-bin -- ppa:savoury1/encryption 44 | - cryptsetup -- ppa:savoury1/encryption 45 | - libvolume-key1 -- ppa:savoury1/encryption 46 | - libecryptfs1 -- ppa:savoury1/encryption 47 | - ecryptfs-utils -- ppa:savoury1/encryption 48 | - mtools -- ppa:savoury1/{utilities,virtualisation} 49 | B syslinux 50 | B syslinux-common 51 | B syslinux-legacy 52 | B syslinux-utils 53 | B extlinux 54 | - gdisk -- ppa:savoury1/{backports,virtualisation} 55 | - xfsprogs -- ppa:savoury1/virtualisation 56 | - xfslibs-dev -- ppa:savoury1/virtualisation 57 | - reiserfsprogs -- ppa:savoury1/virtualisation 58 | - dosfstools -- ppa:savoury1/{backports,utilities,virtualisation} 59 | - jfsutils -- ppa:savoury1/virtualisation 60 | - hfsprogs -- ppa:savoury1/backports 61 | - dmg2img -- ppa:savoury1/{backports,utilities} 62 | - libfuse2 -- ppa:savoury1/backports 63 | - fuse -- ppa:savoury1/backports 64 | - sshfs -- ppa:savoury1/{backports,encryption} 65 | - libatasmart4 -- ppa:savoury1/{backports,utilities} 66 | B libblockdev-utils2 67 | B libblockdev2 68 | B libblockdev-part-err2 69 | B libblockdev-part2 70 | B libblockdev-fs2 71 | B libblockdev-loop2 72 | B libblockdev-swap2 73 | B libblockdev-crypto2 74 | B libudisks2-0 75 | B gir1.2-udisks-2.0 76 | B udisks2 77 | - gvfs-common -- ppa:savoury1/gtk-xenial 78 | - gvfs-bin -- ppa:savoury1/gtk-xenial 79 | - gvfs-libs -- ppa:savoury1/gtk-xenial 80 | - gvfs-libs:i386 -- ppa:savoury1/gtk-xenial 81 | - gvfs-backends -- ppa:savoury1/gtk-xenial 82 | - gvfs-daemons -- ppa:savoury1/gtk-xenial 83 | - gvfs -- ppa:savoury1/gtk-xenial 84 | - gvfs:i386 -- ppa:savoury1/gtk-xenial 85 | - gvfs-fuse -- ppa:savoury1/gtk-xenial 86 | - libgnomevfs2-common -- ppa:savoury1/gtk-xenial 87 | - libgnomevfs2-0 -- ppa:savoury1/gtk-xenial 88 | - gnome-disk-utility -- ppa:savoury1/gtk-xenial 89 | - f3 -- ppa:savoury1/{backports,utilities} 90 | - smartmontools -- ppa:savoury1/{backports,utilities} 91 | - gsmartcontrol -- ppa:savoury1/gtk-xenial 92 | - iozone3 -- ppa:savoury1/{backports,utilities} 93 | -------------------------------------------------------------------------------- /pkg-lists/current/core-security.txt: -------------------------------------------------------------------------------- 1 | B sudo 2 | B adduser 3 | B passwd 4 | - apg -- ppa:savoury1/backports 5 | B user-setup 6 | - pwgen -- ppa:savoury1/backports 7 | B libattr1 -- same version as libattr1-dev 8 | B libattr1:i386 -- same version as libattr1-dev 9 | B libattr1-dev 10 | B attr -- same version as libattr1-dev 11 | B libacl1 12 | B libacl1:i386 13 | B acl 14 | B libaudit-common 15 | B libaudit1 16 | B libaudit-dev 17 | - libsecret-common -- ppa:savoury1/gtk-xenial 18 | - libsecret-1-0 -- ppa:savoury1/gtk-xenial 19 | - libsecret-1-0:i386 -- ppa:savoury1/gtk-xenial 20 | - gir1.2-secret-1 -- ppa:savoury1/gtk-xenial 21 | B libpam0g 22 | B libpam0g-dev 23 | B python-pam 24 | B libpam-modules-bin 25 | B libpam-modules 26 | B libpam-runtime 27 | B login 28 | B libpolkit-gobject-1-0 29 | B libpolkit-agent-1-0 30 | B libpolkit-backend-1-0 31 | B policykit-1 32 | B gir1.2-polkit-1.0 33 | B policykit-1-gnome 34 | B policykit-desktop-privileges 35 | B cups-pk-helper 36 | B rtkit 37 | B libaccountsservice0 38 | B accountsservice 39 | B gir1.2-accountsservice-1.0 40 | - libaccounts-glib0 -- ppa:savoury1/gtk-xenial 41 | - gir1.2-accounts-1.0 -- ppa:savoury1/gtk-xenial 42 | B libuser1 43 | B python-libuser 44 | B libapparmor1 45 | B apparmor 46 | - libseccomp2 -- ppa:savoury1/{backports,kde-5-80} 47 | - libseccomp-dev -- ppa:savoury1/{backports,kde-5-80} 48 | B libsepol1 49 | B libsepol1-dev 50 | B libselinux1 51 | B libselinux1:i386 52 | B libselinux1-dev 53 | B libsemanage-common 54 | B libsemanage1 55 | B openssh-client -- same version as openssh-server 56 | B openssh-sftp-server -- same version as openssh-server 57 | B openssh-server 58 | B ssh-askpass-gnome -- same version as openssh-server 59 | - libssh-4 -- ppa:savoury1/encryption 60 | - libssh-gcrypt-4 -- ppa:savoury1/encryption 61 | - libssh2-1 -- ppa:savoury1/encryption 62 | - libssh2-1-dev -- ppa:savoury1/encryption 63 | - libpkcs11-helper1 -- ppa:savoury1/encryption 64 | - libargon2-0 -- ppa:savoury1/{backports,utilities} 65 | - libmhash2 -- Xenial has same version as Bionic 66 | - keepass2 -- ppa:savoury1/backports 67 | - libcrack2 -- ppa:savoury1/backports 68 | - cracklib-runtime -- ppa:savoury1/backports 69 | - libpwquality-common -- ppa:savoury1/backports 70 | - libpwquality1 -- ppa:savoury1/backports 71 | - liboauth0 -- ppa:savoury1/backports 72 | - libcrypto++6 -- ppa:savoury1/backports 73 | - python-oauth -- superseded by python-oauthlib 74 | - python-oauthlib -- ppa:savoury1/python 75 | - python3-oauthlib -- ppa:savoury1/python 76 | - python-asn1crypto -- ppa:savoury1/python 77 | - python3-asn1crypto -- ppa:savoury1/python 78 | - python-cryptography -- ppa:savoury1/{encryption,python} 79 | - python3-cryptography -- ppa:savoury1/{encryption,python} 80 | - python-secretstorage -- ppa:savoury1/python 81 | - python-keyring -- ppa:savoury1/python 82 | - python-paramiko -- ppa:savoury1/python 83 | -------------------------------------------------------------------------------- /pkg-lists/current/core-startup.txt: -------------------------------------------------------------------------------- 1 | B libdbus-1-3 2 | B libdbus-1-3:i386 3 | B libdbus-1-dev 4 | B dbus 5 | B dbus-x11 6 | B libdbus-glib-1-2 7 | B libdbus-glib-1-2:i386 8 | B libdbus-glib-1-dev 9 | - libatk1.0-data -- ppa:savoury1/gtk-xenial 10 | - libatk1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libatk1.0-0:i386 -- ppa:savoury1/gtk-xenial 12 | - gir1.2-atk-1.0 -- ppa:savoury1/gtk-xenial 13 | - libatk1.0-dev -- ppa:savoury1/gtk-xenial 14 | - libatkmm-1.6-1v5 -- ppa:savoury1/gtk-xenial 15 | - libatkmm-1.6-dev -- ppa:savoury1/gtk-xenial 16 | B libatspi2.0-0 17 | B libatspi2.0-0:i386 18 | B gir1.2-atspi-2.0 19 | B libatspi2.0-dev 20 | B at-spi2-core 21 | B libatk-bridge2.0-0 22 | B libatk-bridge2.0-0:i386 23 | B libatk-bridge2.0-dev 24 | B libatk-adaptor 25 | B libatk-adaptor:i386 26 | B libkmod2 27 | B kmod 28 | B dkms 29 | B libklibc 30 | B klibc-utils 31 | B busybox-static 32 | B busybox-initramfs 33 | B initramfs-tools-bin 34 | B initramfs-tools-core 35 | B initramfs-tools 36 | B watershed 37 | - libprocps6 -- ppa:savoury1/{backports,display} 38 | - procps -- ppa:savoury1/{backports,display} 39 | B psmisc 40 | - drbl -- ppa:savoury1/{backports,utilities} 41 | B libsmbios-c2 42 | B libefivar1 43 | B libefiboot1 44 | B efibootmgr 45 | B libfwup1 46 | B fwupdate 47 | B grub-common 48 | B grub2-common 49 | B grub-pc-bin 50 | B grub-pc 51 | B os-prober 52 | B kpartx 53 | B kpartx-boot 54 | B casper 55 | B lupin-casper 56 | B lupin-support 57 | B sysvinit-utils 58 | - init -- ppa:savoury1/backports 59 | - init-system-helpers -- ppa:savoury1/backports 60 | B libudev1 61 | B libudev1:i386 62 | B libudev-dev 63 | B udev 64 | - libgudev-1.0-0 -- ppa:savoury1/gtk-xenial 65 | - libgudev-1.0-0:i386 -- ppa:savoury1/gtk-xenial 66 | - gir1.2-gudev-1.0 -- ppa:savoury1/gtk-xenial 67 | B libsystemd0 68 | B libsystemd0:i386 69 | B systemd 70 | B systemd-sysv 71 | B systemd-container 72 | B libpam-systemd 73 | B friendly-recovery 74 | -------------------------------------------------------------------------------- /pkg-lists/current/data-types.txt: -------------------------------------------------------------------------------- 1 | - dictionaries-common -- ppa:savoury1/backports 2 | - wbritish -- ppa:savoury1/backports 3 | - wamerican -- ppa:savoury1/backports 4 | - libaspell15 -- ppa:savoury1/backports 5 | - aspell -- ppa:savoury1/backports 6 | - aspell-en -- ppa:savoury1/backports 7 | - libhunspell-1.6-0 -- ppa:savoury1/backports 8 | - libhunspell-1.7-0 -- ppa:savoury1/{backports,scribus} 9 | - libenchant1c2a -- ppa:savoury1/backports 10 | - enchant -- ppa:savoury1/backports 11 | - libgtkspell0 -- ppa:savoury1/backports 12 | - libhyphen0 -- ppa:savoury1/backports 13 | - hyphen-en-us -- ppa:savoury1/backports 14 | - wordnet-base -- ppa:savoury1/backports 15 | - wordnet -- ppa:savoury1/backports 16 | - libmythes-1.2-0 -- ppa:savoury1/backports 17 | B mythes-en-us 18 | B liblangtag-common 19 | B liblangtag1 20 | B language-pack-en-base 21 | B language-pack-en 22 | B language-pack-gnome-en-base 23 | B language-pack-gnome-en 24 | B libexttextcat-data 25 | B libexttextcat-2.0-0 26 | - libphonenumber7 -- ppa:savoury1/backports 27 | - libgxps2 -- ppa:savoury1/backports 28 | - mscompress -- ppa:savoury1/backports 29 | - libmspack0 -- ppa:savoury1/backports 30 | - cabextract -- ppa:savoury1/backports 31 | - libgcab-1.0-0 -- ppa:savoury1/backports 32 | - libnetcdf13 -- superseded by ppa:savoury1/backports 33 | - librevenge-0.0-0 -- ppa:savoury1/{backports,scribus} 34 | - libodfgen-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 35 | - libwpd-0.10-10 -- ppa:savoury1/libreoffice{-6-4,-7-1} 36 | - libwpg-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 37 | - libwps-0.4-4 -- ppa:savoury1/libreoffice{-6-4,-7-1} 38 | - libcdr-0.1-1 -- ppa:savoury1/{backports,scribus} 39 | - libmspub-0.1-1 -- ppa:savoury1/{backports,scribus} 40 | - libvisio-0.1-1 -- ppa:savoury1/{backports,libreoffice,scribus} 41 | - libpagemaker-0.0-0 -- ppa:savoury1/{backports,scribus} 42 | - libqxp-0.0-0 -- ppa:savoury1/{backports,scribus} 43 | - libzmf-0.0-0 -- ppa:savoury1/{backports,scribus} 44 | - libmwaw-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 45 | - libetonyek-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 46 | - libfreexl1 -- ppa:savoury1/backports 47 | - libe-book-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 48 | - libfreehand-0.1-1 -- ppa:savoury1/{backports,scribus} 49 | - snap -- not required 50 | B libstemmer0d 51 | - libtracker-sparql-2.0-0 -- ppa:savoury1/backports 52 | - proj-data -- ppa:savoury1/backports 53 | - libproj12 -- superseded by ppa:savoury1/backports 54 | - libogdi3.2 -- superseded by ppa:savoury1/backports 55 | - libqhull7 -- ppa:savoury1/backports 56 | - libgeos-3.6.2 -- superseded by ppa:savoury1/backports 57 | - libgeos-c1v5 -- superseded by ppa:savoury1/backports 58 | B libfyba0 59 | B libgeotiff2 60 | - libspatialite7 -- ppa:savoury1/backports 61 | - libepsilon1 -- ppa:savoury1/backports 62 | - liburiparser1 -- ppa:savoury1/backports 63 | - libkmlbase1 -- ppa:savoury1/backports 64 | - libkmldom1 -- ppa:savoury1/backports 65 | - libkmlengine1 -- ppa:savoury1/backports 66 | - gdal-data -- ppa:savoury1/backports 67 | - libgdal20 -- superseded by ppa:savoury1/backports 68 | - opencv-data -- ppa:savoury1/graphics 69 | - libopencv-core3.2 -- superseded by ppa:savoury1/graphics 70 | - libopencv-ml3.2 -- superseded by ppa:savoury1/graphics 71 | - libopencv-imgproc3.2 -- superseded by ppa:savoury1/graphics 72 | - libopencv-imgcodecs3.2 -- superseded by ppa:savoury1/graphics 73 | - libopencv-video3.2 -- superseded by ppa:savoury1/graphics 74 | - libopencv-videoio3.2 -- superseded by ppa:savoury1/graphics 75 | - libopencv-highgui3.2 -- superseded by ppa:savoury1/graphics 76 | - libopencv-objdetect3.2 -- superseded by ppa:savoury1/graphics 77 | - frei0r-plugins -- ppa:savoury1/multimedia 78 | -------------------------------------------------------------------------------- /pkg-lists/current/gcrypt-gnupg.txt: -------------------------------------------------------------------------------- 1 | - libgpg-error0 -- ppa:savoury1/gpg 2 | - libgpg-error0:i386 -- ppa:savoury1/gpg 3 | - libgpg-error-dev -- ppa:savoury1/gpg 4 | - libgcrypt20 -- ppa:savoury1/gpg 5 | - libgcrypt20:i386 -- ppa:savoury1/gpg 6 | - libgcrypt20-dev -- ppa:savoury1/gpg 7 | - libassuan0 -- ppa:savoury1/gpg 8 | - libksba8 -- ppa:savoury1/gpg 9 | - gpgconf -- ppa:savoury1/gpg 10 | - gpg-agent -- ppa:savoury1/gpg 11 | - gnupg-agent -- ppa:savoury1/gpg 12 | - gnupg-utils -- ppa:savoury1/gpg 13 | - dirmngr -- ppa:savoury1/gpg 14 | - gpgsm -- ppa:savoury1/gpg 15 | - gpgv -- ppa:savoury1/gpg 16 | - gpg -- ppa:savoury1/gpg 17 | - gpg-wks-client -- ppa:savoury1/gpg 18 | - gpg-wks-server -- ppa:savoury1/gpg 19 | - gnupg-l10n -- ppa:savoury1/gpg 20 | - gnupg -- ppa:savoury1/gpg 21 | - gnupg2 -- ppa:savoury1/gpg 22 | - scdaemon -- ppa:savoury1/gpg 23 | - libgpgme11 -- ppa:savoury1/gpg 24 | - libgpgmepp6 -- ppa:savoury1/gpg 25 | - libqgpgme7 -- ppa:savoury1/gpg 26 | - python3-gpg -- ppa:savoury1/gpg 27 | - gpa -- ppa:savoury1/gpg 28 | - libgck-1-0 -- ppa:savoury1/gtk-xenial 29 | - libgck-1-0:i386 -- ppa:savoury1/gtk-xenial 30 | - libgcr-base-3-1 -- ppa:savoury1/gtk-xenial 31 | - libgcr-base-3-1:i386 -- ppa:savoury1/gtk-xenial 32 | - libgcr-ui-3-1 -- ppa:savoury1/gtk-xenial 33 | - gcr -- ppa:savoury1/gtk-xenial 34 | - pinentry-gnome3 -- ppa:savoury1/qt-xenial 35 | - gnome-keyring -- ppa:savoury1/gtk-xenial 36 | - libpam-gnome-keyring -- ppa:savoury1/gtk-xenial 37 | - gnome-keyring-pkcs11 -- ppa:savoury1/gtk-xenial 38 | - libp11-kit-gnome-keyring -- ppa:savoury1/gtk-xenial 39 | - paperkey -- ppa:savoury1/encryption 40 | - seahorse -- ppa:savoury1/gtk-xenial 41 | -------------------------------------------------------------------------------- /pkg-lists/current/gtk2-gtk3.txt: -------------------------------------------------------------------------------- 1 | - gtk-update-icon-cache -- ppa:savoury1/gtk-xenial 2 | - gtk2-engines-pixbuf -- ppa:savoury1/gtk-xenial 3 | - gtk2-engines-pixbuf:i386 -- ppa:savoury1/gtk-xenial 4 | - libgtk2.0-common -- ppa:savoury1/gtk-xenial 5 | - libgtk2.0-0 -- ppa:savoury1/gtk-xenial 6 | - libgtk2.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libgtk2.0-bin -- ppa:savoury1/gtk-xenial 8 | - gir1.2-gtk-2.0 -- ppa:savoury1/gtk-xenial 9 | - libgtk2.0-dev -- ppa:savoury1/gtk-xenial 10 | - libgail18 -- ppa:savoury1/gtk-xenial 11 | - libgail18:i386 -- ppa:savoury1/gtk-xenial 12 | - libgail-common -- ppa:savoury1/gtk-xenial 13 | - libgail-common:i386 -- ppa:savoury1/gtk-xenial 14 | - libgtkmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 15 | - libgtkmm-2.4-dev -- ppa:savoury1/gtk-xenial 16 | - libgtksourceview2.0-common -- unneeded (minor packaging changes) 17 | - libgtksourceview2.0-0 -- unneeded (minor packaging changes) 18 | - libjavascriptcoregtk-1.0-0 -- ppa:savoury1/gtk-xenial 19 | - libwebkitgtk-1.0-0 -- ppa:savoury1/gtk-xenial 20 | - libgtk-3-common -- ppa:savoury1/gtk-xenial 21 | - libgtk-3-0 -- ppa:savoury1/gtk-xenial 22 | - libgtk-3-bin -- ppa:savoury1/gtk-xenial 23 | - gir1.2-gtk-3.0 -- ppa:savoury1/gtk-xenial 24 | - libgtk-3-dev -- ppa:savoury1/gtk-xenial 25 | - libgtkmm-3.0-1v5 -- ppa:savoury1/gtk-xenial 26 | - libgtkmm-3.0-dev -- ppa:savoury1/gtk-xenial 27 | - libgail-3-0 -- ppa:savoury1/gtk-xenial 28 | - libgtksourceview-3.0-common -- ppa:savoury1/gtk-xenial 29 | - libgtksourceview-3.0-1 -- ppa:savoury1/gtk-xenial 30 | - gir1.2-gtksource-3.0 -- ppa:savoury1/gtk-xenial 31 | - libjavascriptcoregtk-3.0-0 -- ppa:savoury1/gtk-xenial 32 | - gir1.2-javascriptcoregtk-3.0 -- ppa:savoury1/gtk-xenial 33 | - libjavascriptcoregtk-4.0-18 -- ppa:savoury1/gtk-xenial 34 | - gir1.2-javascriptcoregtk-4.0 -- ppa:savoury1/gtk-xenial 35 | - libwebkitgtk-3.0-0 -- ppa:savoury1/gtk-xenial 36 | - gir1.2-webkit-3.0 -- ppa:savoury1/gtk-xenial 37 | - libwebkit2gtk-4.0-37 -- ppa:savoury1/gtk-xenial 38 | - gir1.2-webkit2-4.0 -- ppa:savoury1/gtk-xenial 39 | - wayland-protocols -- ppa:savoury1/backports 40 | -------------------------------------------------------------------------------- /pkg-lists/current/media-devices.txt: -------------------------------------------------------------------------------- 1 | - exfat-fuse -- ppa:savoury1/backports 2 | - exfat-utils -- ppa:savoury1/backports 3 | - media-player-info -- ppa:savoury1/multimedia 4 | - libmtp-common -- ppa:savoury1/multimedia 5 | - libmtp-runtime -- ppa:savoury1/multimedia 6 | - libmtp9 -- ppa:savoury1/multimedia 7 | B jmtpfs 8 | - gmtp -- ppa:savoury1/multimedia 9 | - libplist3 -- ppa:savoury1/backports 10 | - libusbmuxd4 -- superseded by libusbmuxd6 11 | - usbmuxd -- ppa:savoury1/backports 12 | - libimobiledevice6 -- ppa:savoury1/backports 13 | - libimobiledevice-utils -- ppa:savoury1/backports 14 | - ideviceinstaller -- ppa:savoury1/backports 15 | - libical2 -- ppa:savoury1/kde-xenial 16 | - libical3 -- ppa:savoury1/backports 17 | - libsgutils2-2 -- ppa:savoury1/{backports,utilities} 18 | B libgpod4 19 | B libgpod-common 20 | B ifuse 21 | B eject 22 | - libcdio17 -- superseded by libcdio19 23 | - libiso9660-10 -- superseded by libiso9660-11 24 | - libvcdinfo0 -- ppa:savoury1/multimedia 25 | - libcdio-cdda2 -- ppa:savoury1/{ffmpeg4,multimedia} 26 | - libcdio-paranoia2 -- ppa:savoury1/{ffmpeg4,multimedia} 27 | B libcdparanoia0 28 | B libcdparanoia0:i386 29 | B cdparanoia 30 | B libjte1 31 | - genisoimage -- ppa:savoury1/multimedia 32 | - libisofs6 -- ppa:savoury1/multimedia 33 | - bchunk -- ppa:savoury1/multimedia 34 | B cdrdao 35 | - wodim -- ppa:savoury1/multimedia 36 | - libburn4 -- ppa:savoury1/multimedia 37 | - cdrskin -- ppa:savoury1/multimedia 38 | - libdvd-pkg -- ppa:savoury1/multimedia 39 | - libdvdread4 -- superseded by libdvdread8 40 | - libdvdread8 -- ppa:savoury1/multimedia 41 | - libdvdnav4 -- ppa:savoury1/multimedia 42 | B libdvbpsi10 43 | - libasm-java -- ppa:savoury1/backports 44 | - libbluray2 -- ppa:savoury1/multimedia 45 | - libbluray-bin -- ppa:savoury1/multimedia 46 | - libbluray-bdj -- ppa:savoury1/multimedia 47 | B growisofs 48 | B dvd+rw-tools 49 | - dvdauthor -- ppa:savoury1/multimedia 50 | - brasero-common -- ppa:savoury1/multimedia 51 | - libbrasero-media3-1 -- ppa:savoury1/multimedia 52 | - brasero-cdrkit -- ppa:savoury1/multimedia 53 | - brasero -- ppa:savoury1/multimedia 54 | B libraw1394-11 55 | B libraw1394-11:i386 56 | B libavc1394-0 57 | B libavc1394-0:i386 58 | B libiec61883-0 59 | B libiec61883-0:i386 60 | - libdc1394-22 -- ppa:savoury1/multimedia 61 | B libbluetooth3 62 | B bluetooth 63 | B libbluetooth-dev 64 | B bluez 65 | B bluez-obexd 66 | B bluez-cups 67 | - libgnome-bluetooth13 -- ppa:savoury1/gtk-xenial 68 | - gir1.2-gnomebluetooth-1.0 -- ppa:savoury1/gtk-xenial 69 | - gnome-bluetooth -- ppa:savoury1/gtk-xenial 70 | -------------------------------------------------------------------------------- /pkg-lists/current/qt4-framework.txt: -------------------------------------------------------------------------------- 1 | - qtchooser -- ppa:savoury1/{qt-xenial,qt-5-15} 2 | - qt4-qmake -- ppa:savoury1/{qt-xenial,qt-5-15} 3 | - qtcore4-l10n -- ppa:savoury1/{qt-xenial,qt-5-15} 4 | - libqtcore4 -- ppa:savoury1/{qt-xenial,qt-5-15} 5 | - libqtcore4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 6 | - libqt4-test -- ppa:savoury1/{qt-xenial,qt-5-15} 7 | - libqt4-test:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 8 | - libqt4-sql -- ppa:savoury1/{qt-xenial,qt-5-15} 9 | - libqt4-sql:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 10 | - libqt4-xml -- ppa:savoury1/{qt-xenial,qt-5-15} 11 | - libqt4-xml:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 12 | - libqtdbus4 -- ppa:savoury1/{qt-xenial,qt-5-15} 13 | - libqtdbus4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 14 | - qdbus -- ppa:savoury1/{qt-xenial,qt-5-15} 15 | - libqt4-dbus -- ppa:savoury1/{qt-xenial,qt-5-15} 16 | - libqt4-dbus:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 17 | - libqt4-script -- ppa:savoury1/{qt-xenial,qt-5-15} 18 | - libqt4-script:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 19 | - libqt4-network -- ppa:savoury1/{qt-xenial,qt-5-15} 20 | - libqt4-network:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 21 | - libqt4-xmlpatterns -- ppa:savoury1/{qt-xenial,qt-5-15} 22 | - libqt4-xmlpatterns:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 23 | - libqt4-declarative -- ppa:savoury1/{qt-xenial,qt-5-15} 24 | - libqt4-declarative:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 25 | - libqtgui4 -- ppa:savoury1/{qt-xenial,qt-5-15} 26 | - libqtgui4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 27 | - libqt4-scripttools -- ppa:savoury1/{qt-xenial,qt-5-15} 28 | - libqt4-scripttools:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 29 | - libqt4-svg -- ppa:savoury1/{qt-xenial,qt-5-15} 30 | - libqt4-svg:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 31 | - libqt4-opengl -- ppa:savoury1/{qt-xenial,qt-5-15} 32 | - libqt4-opengl:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 33 | - libqt4-designer -- ppa:savoury1/{qt-xenial,qt-5-15} 34 | - libqt4-designer:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 35 | - libqt4-qt3support -- ppa:savoury1/{qt-xenial,qt-5-15} 36 | - libqt4-qt3support:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 37 | - libqt4-help -- ppa:savoury1/{qt-xenial,qt-5-15} 38 | - libqt4-dev-bin -- ppa:savoury1/{qt-xenial,qt-5-15} 39 | - qt4-linguist-tools -- ppa:savoury1/{qt-xenial,qt-5-15} 40 | - libqt4-dev -- ppa:savoury1/{qt-xenial,qt-5-15} 41 | - libqtassistantclient4 -- unneeded (rebuild only) 42 | - libpolkit-qt-1-1 -- ppa:savoury1/qt-xenial 43 | - libqtwebkit4 -- ppa:savoury1/{qt-xenial,qt-5-15} 44 | - libqtwebkit4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 45 | - qt-at-spi -- unneeded (packaging changes reverted) 46 | - libdbusmenu-qt2 -- ppa:savoury1/qt-xenial 47 | - python-qt4-dbus -- ppa:savoury1/{python,qt-xenial} 48 | - sni-qt -- ppa:savoury1/qt-xenial 49 | - libqca2 -- ppa:savoury1/{qt-xenial,qt-5-15} 50 | -------------------------------------------------------------------------------- /pkg-lists/current/text-terminal.txt: -------------------------------------------------------------------------------- 1 | - libpango-1.0-0 -- ppa:savoury1/gtk-xenial 2 | - libpango-1.0-0:i386 -- ppa:savoury1/gtk-xenial 3 | - libpangoft2-1.0-0 -- ppa:savoury1/gtk-xenial 4 | - libpangoft2-1.0-0:i386 -- ppa:savoury1/gtk-xenial 5 | - libpangocairo-1.0-0 -- ppa:savoury1/gtk-xenial 6 | - libpangocairo-1.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libpangoxft-1.0-0 -- ppa:savoury1/gtk-xenial 8 | - gir1.2-pango-1.0 -- ppa:savoury1/gtk-xenial 9 | - libpango1.0-dev -- ppa:savoury1/gtk-xenial 10 | - libpango1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libpangomm-1.4-1v5 -- ppa:savoury1/gtk-xenial 12 | - libpangomm-1.4-dev -- ppa:savoury1/gtk-xenial 13 | - libunistring2 -- ppa:savoury1/backports 14 | - libunistring2:i386 -- ppa:savoury1/backports 15 | - readline-common -- ppa:savoury1/backports 16 | - libreadline7 -- ppa:savoury1/backports 17 | - libreadline7:i386 -- ppa:savoury1/backports 18 | B libtinfo5 19 | B libtinfo5:i386 20 | B libncurses5 21 | B libncurses5:i386 22 | B libncursesw5 23 | B libncursesw5:i386 24 | B ncurses-base 25 | B ncurses-bin 26 | B libtinfo-dev 27 | B libncurses5-dev 28 | B libncursesw5-dev 29 | B dash 30 | B ash 31 | - bash -- ppa:savoury1/backports 32 | - bash-completion -- ppa:savoury1/backports 33 | B command-not-found-data 34 | B python3-commandnotfound 35 | B command-not-found 36 | - libpopt0 -- ppa:savoury1/backports 37 | - groff-base -- ppa:savoury1/backports 38 | B libpipeline1 39 | B binfmt-support 40 | B libgdbm5 41 | B libgdbm5:i386 42 | B libgdbm-compat4 43 | B libgdbm-compat4:i386 44 | B manpages -- same version as manpages-dev 45 | B manpages-dev 46 | B man-db 47 | B ed 48 | - sed -- ppa:savoury1/backports 49 | - grep -- ppa:savoury1/backports 50 | - less -- ppa:savoury1/backports 51 | B findutils 52 | B mlocate 53 | - xxd -- ppa:savoury1/backports 54 | - vim-common -- ppa:savoury1/backports 55 | - vim-tiny -- ppa:savoury1/backports 56 | - ncdu -- ppa:savoury1/utilities 57 | - libcdk5 -- ppa:savoury1/backports 58 | - libedit2 -- ppa:savoury1/backports 59 | - libedit2:i386 -- ppa:savoury1/backports 60 | B dialog 61 | - libgpm2 -- ppa:savoury1/backports 62 | - libgpm2:i386 -- ppa:savoury1/backports 63 | - libre2-4 -- obsolete by libre2-5 64 | - libre2-5 -- ppa:savoury1/backports 65 | -------------------------------------------------------------------------------- /pkg-lists/current/themes-assist.txt: -------------------------------------------------------------------------------- 1 | B sound-theme-freedesktop 2 | - libcanberra0 -- ppa:savoury1/gtk-xenial 3 | - libcanberra0:i386 -- ppa:savoury1/gtk-xenial 4 | - libcanberra-pulse -- ppa:savoury1/gtk-xenial 5 | - libcanberra-gtk0 -- ppa:savoury1/gtk-xenial 6 | - libcanberra-gtk0:i386 -- ppa:savoury1/gtk-xenial 7 | - libcanberra-gtk-module -- ppa:savoury1/gtk-xenial 8 | - libcanberra-gtk-module:i386 -- ppa:savoury1/gtk-xenial 9 | - libcanberra-gtk3-0 -- ppa:savoury1/gtk-xenial 10 | - libcanberra-gtk3-module -- ppa:savoury1/gtk-xenial 11 | - gnome-session-canberra -- ppa:savoury1/gtk-xenial 12 | B dmz-cursor-theme 13 | - hicolor-icon-theme -- ppa:savoury1/{backports,gtk-xenial} 14 | B lubuntu-icon-theme 15 | B gnome-icon-theme 16 | B gnome-themes-standard 17 | B gnome-themes-extra 18 | B gnome-themes-extra-data 19 | B gnome-accessibility-themes 20 | B mousetweaks 21 | - libspeechd2 -- ppa:savoury1/multimedia 22 | - speech-dispatcher-audio-plugins -- ppa:savoury1/multimedia 23 | - speech-dispatcher -- ppa:savoury1/multimedia 24 | - python3-speechd -- ppa:savoury1/multimedia 25 | - espeak-data -- ppa:savoury1/multimedia 26 | - libespeak1 -- ppa:savoury1/multimedia 27 | - espeak -- ppa:savoury1/multimedia 28 | B cowsay 29 | B fortunes-min 30 | B fortune-mod 31 | B python-pyatspi 32 | B python3-pyatspi 33 | B liblouis-data 34 | B liblouis14 35 | B python3-louis 36 | B orca 37 | B gnome-orca 38 | - libbrlapi0.6 -- revert to Xenial version 39 | - libbrlapi-dev -- revert to Xenial version 40 | - python3-brlapi -- revert to Xenial version 41 | - brltty -- revert to Xenial version 42 | -------------------------------------------------------------------------------- /pkg-lists/current/x11-proto-xcb.txt: -------------------------------------------------------------------------------- 1 | - x11proto-dev -- ppa:savoury1/display 2 | - x11proto-composite-dev -- ppa:savoury1/display 3 | - x11proto-core-dev -- ppa:savoury1/display 4 | - x11proto-damage-dev -- ppa:savoury1/display 5 | - x11proto-dri2-dev -- ppa:savoury1/display 6 | - x11proto-fixes-dev -- ppa:savoury1/display 7 | - x11proto-gl-dev -- ppa:savoury1/display 8 | - x11proto-input-dev -- ppa:savoury1/display 9 | - x11proto-kb-dev -- ppa:savoury1/display 10 | - x11proto-randr-dev -- ppa:savoury1/display 11 | - x11proto-record-dev -- ppa:savoury1/display 12 | - x11proto-render-dev -- ppa:savoury1/display 13 | - x11proto-scrnsaver-dev -- ppa:savoury1/display 14 | - x11proto-video-dev -- ppa:savoury1/display 15 | - x11proto-xext-dev -- ppa:savoury1/display 16 | - x11proto-xf86vidmode-dev -- ppa:savoury1/display 17 | - x11proto-xinerama-dev -- ppa:savoury1/display 18 | - libxcb1 -- ppa:savoury1/display 19 | - libxcb1:i386 -- ppa:savoury1/display 20 | - libxcb1-dev -- ppa:savoury1/display 21 | - libxcb-dri2-0 -- ppa:savoury1/display 22 | - libxcb-dri2-0:i386 -- ppa:savoury1/display 23 | - libxcb-dri2-0-dev -- ppa:savoury1/display 24 | - libxcb-dri3-0 -- ppa:savoury1/display 25 | - libxcb-dri3-0:i386 -- ppa:savoury1/display 26 | - libxcb-dri3-dev -- ppa:savoury1/display 27 | - libxcb-glx0 -- ppa:savoury1/display 28 | - libxcb-glx0:i386 -- ppa:savoury1/display 29 | - libxcb-glx0-dev -- ppa:savoury1/display 30 | - libxcb-render0 -- ppa:savoury1/display 31 | - libxcb-render0:i386 -- ppa:savoury1/display 32 | - libxcb-render0-dev -- ppa:savoury1/display 33 | - libxcb-xinerama0 -- ppa:savoury1/display 34 | - libxcb-damage0 -- ppa:savoury1/display 35 | - libxcb-randr0 -- ppa:savoury1/display 36 | - libxcb-randr0-dev -- ppa:savoury1/display 37 | - libxcb-shape0 -- ppa:savoury1/display 38 | - libxcb-shape0-dev -- ppa:savoury1/display 39 | - libxcb-xfixes0 -- ppa:savoury1/display 40 | - libxcb-xfixes0-dev -- ppa:savoury1/display 41 | - libxcb-shm0 -- ppa:savoury1/display 42 | - libxcb-shm0:i386 -- ppa:savoury1/display 43 | - libxcb-shm0-dev -- ppa:savoury1/display 44 | - libxcb-sync1 -- ppa:savoury1/display 45 | - libxcb-sync1:i386 -- ppa:savoury1/display 46 | - libxcb-sync-dev -- ppa:savoury1/display 47 | - libxcb-present0 -- ppa:savoury1/display 48 | - libxcb-present0:i386 -- ppa:savoury1/display 49 | - libxcb-present-dev -- ppa:savoury1/display 50 | - libxcb-composite0 -- ppa:savoury1/display 51 | - libxcb-res0 -- ppa:savoury1/display 52 | - libxcb-xinput0 -- ppa:savoury1/display 53 | - libxcb-xkb1 -- ppa:savoury1/display 54 | - libxcb-xtest0 -- ppa:savoury1/display 55 | - libxcb-xv0 -- ppa:savoury1/display 56 | -------------------------------------------------------------------------------- /pkg-lists/current/xorg-xserver.txt: -------------------------------------------------------------------------------- 1 | - xvfb -- ppa:savoury1/display 2 | - xserver-common -- ppa:savoury1/display 3 | - xserver-xorg-core -- ppa:savoury1/display 4 | - xserver-xorg-input-libinput -- ppa:savoury1/display 5 | - xserver-xorg-input-wacom -- ppa:savoury1/display 6 | - xserver-xorg-input-evdev -- ppa:savoury1/display 7 | - xserver-xorg-input-synaptics -- ppa:savoury1/display 8 | - xserver-xorg-input-all -- ppa:savoury1/display 9 | - xserver-xorg -- ppa:savoury1/display 10 | - xorg -- ppa:savoury1/display 11 | - xserver-xorg-video-vesa -- ppa:savoury1/display 12 | - xserver-xorg-video-fbdev -- ppa:savoury1/display 13 | - xserver-xorg-video-qxl -- ppa:savoury1/display 14 | - xserver-xorg-video-vmware -- ppa:savoury1/display 15 | - xserver-xorg-video-intel -- ppa:savoury1/display 16 | - xserver-xorg-video-nouveau -- ppa:savoury1/display 17 | - xserver-xorg-video-amdgpu -- ppa:savoury1/display 18 | - xserver-xorg-video-radeon -- ppa:savoury1/display 19 | - xserver-xorg-video-ati -- ppa:savoury1/display 20 | B libxnvctrl0 21 | - xserver-xorg-video-all -- ppa:savoury1/display 22 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/applications.txt: -------------------------------------------------------------------------------- 1 | - gnome-calculator -- ppa:savoury1/gtk-xenial 2 | - evolution-data-server-common -- ppa:savoury1/gtk-xenial 3 | - evolution-data-server -- ppa:savoury1/gtk-xenial 4 | - libcamel-1.2-61 -- ppa:savoury1/gtk-xenial 5 | - gir1.2-camel-1.2 -- ppa:savoury1/gtk-xenial 6 | - libedataserver-1.2-23 -- ppa:savoury1/gtk-xenial 7 | - gir1.2-edataserver-1.2 -- ppa:savoury1/gtk-xenial 8 | - libebackend-1.2-10 -- ppa:savoury1/gtk-xenial 9 | - libebook-contacts-1.2-2 -- ppa:savoury1/gtk-xenial 10 | - gir1.2-ebookcontacts-1.2 -- ppa:savoury1/gtk-xenial 11 | - libedata-book-1.2-25 -- ppa:savoury1/gtk-xenial 12 | - libebook-1.2-19 -- ppa:savoury1/gtk-xenial 13 | - gir1.2-ebook-1.2 -- ppa:savoury1/gtk-xenial 14 | - libecal-1.2-19 -- ppa:savoury1/gtk-xenial 15 | - libedata-cal-1.2-28 -- ppa:savoury1/gtk-xenial 16 | - tomboy -- ppa:savoury1/backports 17 | - artha -- ppa:savoury1/backports 18 | - xapps-common -- ppa:savoury1/gtk-xenial 19 | - libxapp1 -- ppa:savoury1/gtk-xenial 20 | - libgtkhex-3-0 -- ppa:savoury1/utilities 21 | - ghex -- ppa:savoury1/utilities 22 | - gthumb-data -- ppa:savoury1/{graphics,gtk-xenial} 23 | - gthumb -- ppa:savoury1/{graphics,gtk-xenial} 24 | - hugin-data -- ppa:savoury1/graphics 25 | - hugin-tools -- ppa:savoury1/graphics 26 | - hugin -- ppa:savoury1/graphics 27 | - libij-java -- ppa:savoury1/graphics 28 | - imagej -- ppa:savoury1/graphics 29 | - xscreensaver-data -- ppa:savoury1/graphics 30 | - xscreensaver-data-extra -- ppa:savoury1/graphics 31 | - xscreensaver-gl -- ppa:savoury1/graphics 32 | - xscreensaver-gl-extra -- ppa:savoury1/graphics 33 | - xscreensaver -- ppa:savoury1/graphics 34 | - kleopatra -- ppa:savoury1/kde-xenial 35 | - kolourpaint -- ppa:savoury1/kde-xenial 36 | - kolourpaint4 -- ppa:savoury1/kde-xenial 37 | - kipi-plugins-common -- no longer used by digiKam 6.x 38 | - kipi-plugins -- no longer used by digiKam 6.x 39 | - digikam-data -- ppa:savoury1/digikam 40 | - digikam-private-libs -- ppa:savoury1/digikam 41 | - digikam -- ppa:savoury1/digikam 42 | - librttr-core0.9.6 -- ppa:savoury1/backports 43 | - kdenlive-data -- ppa:savoury1/kde-{5-80,xenial} 44 | - kdenlive -- ppa:savoury1/kde-{5-80,xenial} 45 | - libk3b7 -- ppa:savoury1/multimedia 46 | - libk3b7-extracodecs -- ppa:savoury1/multimedia 47 | - k3b-i18n -- ppa:savoury1/multimedia 48 | - k3b-data -- ppa:savoury1/multimedia 49 | - k3b -- ppa:savoury1/multimedia 50 | - meld -- ppa:savoury1/{meld,utilities} 51 | - 4pane -- ppa:savoury1/utilities 52 | - hexchat-common -- ppa:savoury1/backports 53 | - hexchat -- ppa:savoury1/backports 54 | - pidgin-data -- ppa:savoury1/backports 55 | - libpurple0 -- ppa:savoury1/backports 56 | - libpurple-bin -- ppa:savoury1/backports 57 | - pidgin -- ppa:savoury1/backports 58 | - pidgin-libnotify -- ppa:savoury1/backports 59 | - deluge-common -- ppa:savoury1/backports 60 | - deluge-gtk -- ppa:savoury1/backports 61 | - deluge -- ppa:savoury1/backports 62 | - transmission-common -- ppa:savoury1/{backports,utilities} 63 | - transmission-gtk -- ppa:savoury1/{backports,utilities} 64 | - amule-common -- ppa:savoury1/{backports,utilities} 65 | - amule -- ppa:savoury1/{backports,utilities} 66 | - tigervnc-common -- ppa:savoury1/backports 67 | - tigervnc-viewer -- ppa:savoury1/backports 68 | - chromium-browser -- ppa:savoury1/chromium 69 | - chromium-codecs-ffmpeg-extra -- ppa:savoury1/chromium 70 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/base-security.txt: -------------------------------------------------------------------------------- 1 | - libkeyutils1 -- ppa:savoury1/virtualisation 2 | - libkeyutils1:i386 -- ppa:savoury1/virtualisation 3 | - keyutils -- ppa:savoury1/virtualisation 4 | B krb5-locales -- same version as libgssapi-krb5-2 5 | B libkrb5support0 -- same version as libgssapi-krb5-2 6 | B libkrb5support0:i386 -- same version as libgssapi-krb5-2 7 | B libk5crypto3 -- same version as libgssapi-krb5-2 8 | B libk5crypto3:i386 -- same version as libgssapi-krb5-2 9 | B libkrb5-3 -- same version as libgssapi-krb5-2 10 | B libkrb5-3:i386 -- same version as libgssapi-krb5-2 11 | B libgssapi-krb5-2 -- same version as libgssapi-krb5-2 12 | B libgssapi-krb5-2:i386 -- same version as libgssapi-krb5-2 13 | - libnettle6 -- ppa:savoury1/encryption 14 | - libnettle6:i386 -- ppa:savoury1/encryption 15 | - libhogweed4 -- ppa:savoury1/encryption 16 | - libhogweed4:i386 -- ppa:savoury1/encryption 17 | - nettle-dev -- ppa:savoury1/encryption 18 | - libp11-kit0 -- ppa:savoury1/encryption 19 | - libp11-kit0:i386 -- ppa:savoury1/encryption 20 | - libp11-kit-dev -- ppa:savoury1/encryption 21 | - p11-kit -- ppa:savoury1/encryption 22 | - p11-kit-modules -- ppa:savoury1/encryption 23 | - libopts25 -- ppa:savoury1/encryption 24 | - libunbound2 -- ppa:savoury1/encryption 25 | - libgnutls30 -- ppa:savoury1/encryption 26 | - libgnutls30:i386 -- ppa:savoury1/encryption 27 | - libgnutlsxx28 -- ppa:savoury1/encryption 28 | - libgnutls-openssl27 -- ppa:savoury1/encryption 29 | - libgnutls-dane0 -- ppa:savoury1/encryption 30 | - libgnutls28-dev -- ppa:savoury1/encryption 31 | - libsasl2-modules -- ppa:savoury1/{encryption,virtualisation} 32 | - libsasl2-modules:i386 -- ppa:savoury1/{encryption,virtualisation} 33 | - libsasl2-modules-db -- ppa:savoury1/{encryption,virtualisation} 34 | - libsasl2-modules-db:i386 -- ppa:savoury1/{encryption,virtualisation} 35 | - libsasl2-2 -- ppa:savoury1/{encryption,virtualisation} 36 | - libsasl2-2:i386 -- ppa:savoury1/{encryption,virtualisation} 37 | - libsasl2-dev -- ppa:savoury1/{encryption,virtualisation} 38 | B libheimbase1-heimdal:i386 39 | B libheimbase1-heimdal 40 | B libroken18-heimdal 41 | B libroken18-heimdal:i386 42 | B libwind0-heimdal 43 | B libwind0-heimdal:i386 44 | B libasn1-8-heimdal 45 | B libasn1-8-heimdal:i386 46 | B libhcrypto4-heimdal 47 | B libhcrypto4-heimdal:i386 48 | B libhx509-5-heimdal 49 | B libhx509-5-heimdal:i386 50 | B libkrb5-26-heimdal 51 | B libkrb5-26-heimdal:i386 52 | B libheimntlm0-heimdal 53 | B libheimntlm0-heimdal:i386 54 | B libgssapi3-heimdal 55 | B libgssapi3-heimdal:i386 56 | B libldap-common 57 | B libldap-2.4-2 58 | B libldap-2.4-2:i386 59 | - libssl1.0.0 -- ppa:savoury1/backports 60 | - libssl1.0.0:i386 -- ppa:savoury1/backports 61 | - libssl1.1 -- ppa:savoury1/encryption 62 | - libssl1.1:i386 -- ppa:savoury1/encryption 63 | - libssl-dev -- ppa:savoury1/encryption 64 | - openssl -- ppa:savoury1/encryption 65 | - python-openssl -- ppa:savoury1/{encryption,python} 66 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/c-libraries.txt: -------------------------------------------------------------------------------- 1 | B libc6 2 | B libc6:i386 3 | B libc6-x32 4 | B libc6-dbg 5 | B libc-bin 6 | B libc-dev-bin 7 | B libc6-dev 8 | - libc6-dev:i386 -- remove due no Xenial ESM linux-libc-dev:i386 9 | B libc6-i386 10 | B libc6-dev-i386 11 | B libc6-dev-x32 12 | - multiarch-support -- leave at default version 13 | B locales 14 | - libglib2.0-data -- ppa:savoury1/gtk-xenial 15 | - libglib2.0-0 -- ppa:savoury1/gtk-xenial 16 | - libglib2.0-0:i386 -- ppa:savoury1/gtk-xenial 17 | - libglib2.0-bin -- ppa:savoury1/gtk-xenial 18 | - libglib2.0-dev-bin -- ppa:savoury1/gtk-xenial 19 | - libglib2.0-dev -- ppa:savoury1/gtk-xenial 20 | - libglibmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 21 | - libglibmm-2.4-dev -- ppa:savoury1/gtk-xenial 22 | - libgee-0.8-2 -- ppa:savoury1/gtk-xenial 23 | - libicu60 -- ppa:savoury1/backports 24 | - libicu60:i386 -- ppa:savoury1/backports 25 | - libicu63 -- ppa:savoury1/virtualisation 26 | - icu-devtools -- ppa:savoury1/backports 27 | - libicu-le-hb0 -- ppa:savoury1/backports 28 | - libiculx60 -- ppa:savoury1/backports 29 | - libicu-dev -- ppa:savoury1/backports 30 | - libicu-le-hb-dev -- ppa:savoury1/backports 31 | - libboost-iostreams1.65.1 -- ppa:savoury1/backports 32 | - libboost-system1.65.1 -- ppa:savoury1/backports 33 | - libboost-filesystem1.65.1 -- ppa:savoury1/backports 34 | - libboost-program-options1.65.1 -- ppa:savoury1/backports 35 | - libboost-thread1.65.1 -- ppa:savoury1/backports 36 | - libboost-locale1.65.1 -- ppa:savoury1/backports 37 | - libboost-date-time1.65.1 -- ppa:savoury1/backports 38 | - libboost-regex1.65.1 -- ppa:savoury1/backports 39 | - libboost-python1.65.1 -- ppa:savoury1/backports 40 | - libboost-wave1.65.1 -- ppa:savoury1/backports 41 | - libboost-iostreams1.67.0 -- ppa:savoury1/virtualisation 42 | - libboost-system1.67.0 -- ppa:savoury1/virtualisation 43 | - libboost-filesystem1.67.0 -- ppa:savoury1/virtualisation 44 | - libboost-program-options1.67.0 -- ppa:savoury1/virtualisation 45 | - libboost-thread1.67.0 -- ppa:savoury1/virtualisation 46 | - libboost-locale1.67.0 -- ppa:savoury1/virtualisation 47 | - libboost-date-time1.67.0 -- ppa:savoury1/virtualisation 48 | - libboost-regex1.67.0 -- ppa:savoury1/virtualisation 49 | - libboost-python1.67.0 -- ppa:savoury1/virtualisation 50 | - libboost-wave1.67.0 -- ppa:savoury1/virtualisation 51 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/core-disks.txt: -------------------------------------------------------------------------------- 1 | B libuuid1 2 | B libuuid1:i386 3 | B uuid-dev 4 | B uuid-runtime 5 | B libsmartcols1 6 | B libblkid1 7 | B libblkid1:i386 8 | B libblkid-dev 9 | B libfdisk1 10 | B fdisk 11 | B libmount1 12 | B libmount1:i386 13 | B libmount-dev 14 | B util-linux 15 | B mount 16 | - libcom-err2 -- ppa:savoury1/backports 17 | - libcomerr2 -- ppa:savoury1/backports 18 | - libcom-err2:i386 -- ppa:savoury1/backports 19 | - libcomerr2:i386 -- ppa:savoury1/backports 20 | - libss2 -- ppa:savoury1/backports 21 | - libext2fs2 -- ppa:savoury1/backports 22 | - e2fslibs -- ppa:savoury1/backports 23 | - e2fsprogs -- ppa:savoury1/backports 24 | - btrfs-progs -- ppa:savoury1/virtualisation 25 | - btrfs-tools -- ppa:savoury1/virtualisation 26 | - nilfs-tools -- ppa:savoury1/virtualisation 27 | B libdevmapper1.02.1 28 | B libdevmapper-event1.02.1 29 | B libdevmapper-dev 30 | B dmsetup 31 | B liblvm2app2.2 32 | B liblvm2cmd2.02 33 | B dmeventd 34 | B lvm2 35 | B libdmraid1.0.0.rc16 36 | B dmraid 37 | - libparted2 -- ppa:savoury1/backports 38 | - libparted-dev -- ppa:savoury1/backports 39 | - parted -- ppa:savoury1/backports 40 | - libparted-fs-resize0 -- ppa:savoury1/backports 41 | - python-parted -- ppa:savoury1/{backports,python,utilities,virtualisation} 42 | B libcryptsetup12 43 | B cryptsetup-bin 44 | B cryptsetup 45 | - libvolume-key1 -- ppa:savoury1/encryption 46 | - libecryptfs1 -- ppa:savoury1/encryption 47 | - ecryptfs-utils -- ppa:savoury1/encryption 48 | - mtools -- ppa:savoury1/{utilities,virtualisation} 49 | B syslinux 50 | B syslinux-common 51 | B syslinux-legacy 52 | B syslinux-utils 53 | B extlinux 54 | - gdisk -- ppa:savoury1/{backports,virtualisation} 55 | - xfsprogs -- ppa:savoury1/virtualisation 56 | - xfslibs-dev -- ppa:savoury1/virtualisation 57 | - reiserfsprogs -- ppa:savoury1/virtualisation 58 | - dosfstools -- ppa:savoury1/{backports,utilities,virtualisation} 59 | - jfsutils -- ppa:savoury1/virtualisation 60 | - hfsprogs -- ppa:savoury1/backports 61 | - dmg2img -- ppa:savoury1/{backports,utilities} 62 | - libfuse2 -- ppa:savoury1/backports 63 | - fuse -- ppa:savoury1/backports 64 | - sshfs -- ppa:savoury1/{backports,encryption} 65 | - libatasmart4 -- ppa:savoury1/{backports,utilities} 66 | B libblockdev-utils2 67 | B libblockdev2 68 | B libblockdev-part-err2 69 | B libblockdev-part2 70 | B libblockdev-fs2 71 | B libblockdev-loop2 72 | B libblockdev-swap2 73 | B libblockdev-crypto2 74 | B libudisks2-0 75 | B gir1.2-udisks-2.0 76 | B udisks2 77 | - gvfs-common -- ppa:savoury1/gtk-xenial 78 | - gvfs-bin -- ppa:savoury1/gtk-xenial 79 | - gvfs-libs -- ppa:savoury1/gtk-xenial 80 | - gvfs-libs:i386 -- ppa:savoury1/gtk-xenial 81 | - gvfs-backends -- ppa:savoury1/gtk-xenial 82 | - gvfs-daemons -- ppa:savoury1/gtk-xenial 83 | - gvfs -- ppa:savoury1/gtk-xenial 84 | - gvfs:i386 -- ppa:savoury1/gtk-xenial 85 | - gvfs-fuse -- ppa:savoury1/gtk-xenial 86 | - libgnomevfs2-common -- ppa:savoury1/gtk-xenial 87 | - libgnomevfs2-0 -- ppa:savoury1/gtk-xenial 88 | - gnome-disk-utility -- ppa:savoury1/gtk-xenial 89 | - f3 -- ppa:savoury1/{backports,utilities} 90 | - smartmontools -- ppa:savoury1/{backports,utilities} 91 | - gsmartcontrol -- ppa:savoury1/gtk-xenial 92 | - iozone3 -- ppa:savoury1/{backports,utilities} 93 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/core-security.txt: -------------------------------------------------------------------------------- 1 | B sudo 2 | B adduser 3 | B passwd 4 | - apg -- ppa:savoury1/backports 5 | B user-setup 6 | - pwgen -- ppa:savoury1/backports 7 | B libattr1 -- same version as libattr1-dev 8 | B libattr1:i386 -- same version as libattr1-dev 9 | B libattr1-dev 10 | B attr -- same version as libattr1-dev 11 | B libacl1 12 | B libacl1:i386 13 | B acl 14 | B libaudit-common 15 | B libaudit1 16 | B libaudit-dev 17 | - libsecret-common -- ppa:savoury1/gtk-xenial 18 | - libsecret-1-0 -- ppa:savoury1/gtk-xenial 19 | - libsecret-1-0:i386 -- ppa:savoury1/gtk-xenial 20 | - gir1.2-secret-1 -- ppa:savoury1/gtk-xenial 21 | B libpam0g 22 | B libpam0g-dev 23 | B python-pam 24 | B libpam-modules-bin 25 | B libpam-modules 26 | B libpam-runtime 27 | B login 28 | B libpolkit-gobject-1-0 29 | B libpolkit-agent-1-0 30 | B libpolkit-backend-1-0 31 | B policykit-1 32 | B gir1.2-polkit-1.0 33 | B policykit-1-gnome 34 | B policykit-desktop-privileges 35 | B cups-pk-helper 36 | B rtkit 37 | B libaccountsservice0 38 | B accountsservice 39 | B gir1.2-accountsservice-1.0 40 | - libaccounts-glib0 -- ppa:savoury1/gtk-xenial 41 | - gir1.2-accounts-1.0 -- ppa:savoury1/gtk-xenial 42 | B libuser1 43 | B python-libuser 44 | B libapparmor1 45 | B apparmor 46 | - libseccomp2 -- ppa:savoury1/{backports,kde-5-80} 47 | - libseccomp-dev -- ppa:savoury1/{backports,kde-5-80} 48 | B libsepol1 49 | B libsepol1-dev 50 | B libselinux1 51 | B libselinux1:i386 52 | B libselinux1-dev 53 | B libsemanage-common 54 | B libsemanage1 55 | B openssh-client -- same version as openssh-server 56 | B openssh-sftp-server -- same version as openssh-server 57 | B openssh-server 58 | B ssh-askpass-gnome -- same version as openssh-server 59 | - libssh-4 -- ppa:savoury1/encryption 60 | - libssh-gcrypt-4 -- ppa:savoury1/encryption 61 | - libssh2-1 -- ppa:savoury1/encryption 62 | - libssh2-1-dev -- ppa:savoury1/encryption 63 | - libpkcs11-helper1 -- ppa:savoury1/encryption 64 | - libargon2-0 -- ppa:savoury1/{backports,utilities} 65 | - libmhash2 -- Xenial has same version as Bionic 66 | - keepass2 -- ppa:savoury1/backports 67 | - libcrack2 -- ppa:savoury1/backports 68 | - cracklib-runtime -- ppa:savoury1/backports 69 | - libpwquality-common -- ppa:savoury1/backports 70 | - libpwquality1 -- ppa:savoury1/backports 71 | - liboauth0 -- ppa:savoury1/backports 72 | - libcrypto++6 -- ppa:savoury1/backports 73 | - python-oauth -- superseded by python-oauthlib 74 | - python-oauthlib -- ppa:savoury1/python 75 | - python3-oauthlib -- ppa:savoury1/python 76 | - python-asn1crypto -- ppa:savoury1/python 77 | - python3-asn1crypto -- ppa:savoury1/python 78 | - python-cryptography -- ppa:savoury1/{encryption,python} 79 | - python3-cryptography -- ppa:savoury1/{encryption,python} 80 | - python-secretstorage -- ppa:savoury1/python 81 | - python-keyring -- ppa:savoury1/python 82 | - python-paramiko -- ppa:savoury1/python 83 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/core-startup.txt: -------------------------------------------------------------------------------- 1 | B libdbus-1-3 2 | B libdbus-1-3:i386 3 | B libdbus-1-dev 4 | B dbus 5 | ~ dbus-x11 -- modded version required for proper dbus/X11 startup 6 | B libdbus-glib-1-2 7 | B libdbus-glib-1-2:i386 8 | B libdbus-glib-1-dev 9 | - libatk1.0-data -- ppa:savoury1/gtk-xenial 10 | - libatk1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libatk1.0-0:i386 -- ppa:savoury1/gtk-xenial 12 | - gir1.2-atk-1.0 -- ppa:savoury1/gtk-xenial 13 | - libatk1.0-dev -- ppa:savoury1/gtk-xenial 14 | - libatkmm-1.6-1v5 -- ppa:savoury1/gtk-xenial 15 | - libatkmm-1.6-dev -- ppa:savoury1/gtk-xenial 16 | B libatspi2.0-0 17 | B libatspi2.0-0:i386 18 | B gir1.2-atspi-2.0 19 | B libatspi2.0-dev 20 | B at-spi2-core 21 | B libatk-bridge2.0-0 22 | B libatk-bridge2.0-0:i386 23 | B libatk-bridge2.0-dev 24 | B libatk-adaptor 25 | B libatk-adaptor:i386 26 | B libkmod2 27 | B kmod 28 | B dkms 29 | B libklibc 30 | B klibc-utils 31 | B busybox-static 32 | B busybox-initramfs 33 | B initramfs-tools-bin 34 | B initramfs-tools-core 35 | B initramfs-tools 36 | B watershed 37 | - libprocps6 -- ppa:savoury1/{backports,display} 38 | - procps -- ppa:savoury1/{backports,display} 39 | B psmisc 40 | - drbl -- ppa:savoury1/{backports,utilities} 41 | B libsmbios-c2 42 | B libefivar1 43 | B libefiboot1 44 | B efibootmgr 45 | B libfwup1 46 | B fwupdate 47 | B grub-common 48 | B grub2-common 49 | B grub-pc-bin 50 | B grub-pc 51 | B os-prober 52 | B kpartx 53 | B kpartx-boot 54 | B casper 55 | B lupin-casper 56 | B lupin-support 57 | B sysvinit-utils 58 | - init -- ppa:savoury1/backports 59 | - init-system-helpers -- ppa:savoury1/backports 60 | B libudev1 61 | B libudev1:i386 62 | B libudev-dev 63 | B udev 64 | - libgudev-1.0-0 -- ppa:savoury1/gtk-xenial 65 | - libgudev-1.0-0:i386 -- ppa:savoury1/gtk-xenial 66 | - gir1.2-gudev-1.0 -- ppa:savoury1/gtk-xenial 67 | B libsystemd0 68 | B libsystemd0:i386 69 | B systemd 70 | B systemd-sysv 71 | B systemd-container 72 | B libpam-systemd 73 | B friendly-recovery 74 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/data-types.txt: -------------------------------------------------------------------------------- 1 | - dictionaries-common -- ppa:savoury1/backports 2 | - wbritish -- ppa:savoury1/backports 3 | - wamerican -- ppa:savoury1/backports 4 | - libaspell15 -- ppa:savoury1/backports 5 | - aspell -- ppa:savoury1/backports 6 | - aspell-en -- ppa:savoury1/backports 7 | - libhunspell-1.6-0 -- ppa:savoury1/backports 8 | - libhunspell-1.7-0 -- ppa:savoury1/{backports,scribus} 9 | - libenchant1c2a -- ppa:savoury1/backports 10 | - enchant -- ppa:savoury1/backports 11 | - libgtkspell0 -- ppa:savoury1/backports 12 | - libhyphen0 -- ppa:savoury1/backports 13 | - hyphen-en-us -- ppa:savoury1/backports 14 | - wordnet-base -- ppa:savoury1/backports 15 | - wordnet -- ppa:savoury1/backports 16 | - libmythes-1.2-0 -- ppa:savoury1/backports 17 | B mythes-en-us 18 | B liblangtag-common 19 | B liblangtag1 20 | B language-pack-en-base 21 | B language-pack-en 22 | B language-pack-gnome-en-base 23 | B language-pack-gnome-en 24 | B libexttextcat-data 25 | B libexttextcat-2.0-0 26 | - libphonenumber7 -- ppa:savoury1/backports 27 | - libgxps2 -- ppa:savoury1/backports 28 | - mscompress -- ppa:savoury1/backports 29 | - libmspack0 -- ppa:savoury1/backports 30 | - cabextract -- ppa:savoury1/backports 31 | - libgcab-1.0-0 -- ppa:savoury1/backports 32 | - libnetcdf13 -- superseded by ppa:savoury1/backports 33 | - librevenge-0.0-0 -- ppa:savoury1/{backports,scribus} 34 | - libodfgen-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 35 | - libwpd-0.10-10 -- ppa:savoury1/libreoffice{-6-4,-7-1} 36 | - libwpg-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 37 | - libwps-0.4-4 -- ppa:savoury1/libreoffice{-6-4,-7-1} 38 | - libcdr-0.1-1 -- ppa:savoury1/{backports,scribus} 39 | - libmspub-0.1-1 -- ppa:savoury1/{backports,scribus} 40 | - libvisio-0.1-1 -- ppa:savoury1/{backports,libreoffice,scribus} 41 | - libpagemaker-0.0-0 -- ppa:savoury1/{backports,scribus} 42 | - libqxp-0.0-0 -- ppa:savoury1/{backports,scribus} 43 | - libzmf-0.0-0 -- ppa:savoury1/{backports,scribus} 44 | - libmwaw-0.3-3 -- ppa:savoury1/libreoffice{-6-4,-7-1} 45 | - libetonyek-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 46 | - libfreexl1 -- ppa:savoury1/backports 47 | - libe-book-0.1-1 -- ppa:savoury1/libreoffice{-6-4,-7-1} 48 | - libfreehand-0.1-1 -- ppa:savoury1/{backports,scribus} 49 | - snap -- not required 50 | B libstemmer0d 51 | - libtracker-sparql-2.0-0 -- ppa:savoury1/backports 52 | - proj-data -- ppa:savoury1/backports 53 | - libproj12 -- superseded by ppa:savoury1/backports 54 | - libogdi3.2 -- superseded by ppa:savoury1/backports 55 | - libqhull7 -- ppa:savoury1/backports 56 | - libgeos-3.6.2 -- superseded by ppa:savoury1/backports 57 | - libgeos-c1v5 -- superseded by ppa:savoury1/backports 58 | B libfyba0 59 | B libgeotiff2 60 | - libspatialite7 -- ppa:savoury1/backports 61 | - libepsilon1 -- ppa:savoury1/backports 62 | - liburiparser1 -- ppa:savoury1/backports 63 | - libkmlbase1 -- ppa:savoury1/backports 64 | - libkmldom1 -- ppa:savoury1/backports 65 | - libkmlengine1 -- ppa:savoury1/backports 66 | - gdal-data -- ppa:savoury1/backports 67 | - libgdal20 -- superseded by ppa:savoury1/backports 68 | - opencv-data -- ppa:savoury1/graphics 69 | - libopencv-core3.2 -- superseded by ppa:savoury1/graphics 70 | - libopencv-ml3.2 -- superseded by ppa:savoury1/graphics 71 | - libopencv-imgproc3.2 -- superseded by ppa:savoury1/graphics 72 | - libopencv-imgcodecs3.2 -- superseded by ppa:savoury1/graphics 73 | - libopencv-video3.2 -- superseded by ppa:savoury1/graphics 74 | - libopencv-videoio3.2 -- superseded by ppa:savoury1/graphics 75 | - libopencv-highgui3.2 -- superseded by ppa:savoury1/graphics 76 | - libopencv-objdetect3.2 -- superseded by ppa:savoury1/graphics 77 | - frei0r-plugins -- ppa:savoury1/multimedia 78 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/gcrypt-gnupg.txt: -------------------------------------------------------------------------------- 1 | - libgpg-error0 -- ppa:savoury1/gpg 2 | - libgpg-error0:i386 -- ppa:savoury1/gpg 3 | - libgpg-error-dev -- ppa:savoury1/gpg 4 | - libgcrypt20 -- ppa:savoury1/gpg 5 | - libgcrypt20:i386 -- ppa:savoury1/gpg 6 | - libgcrypt20-dev -- ppa:savoury1/gpg 7 | - libassuan0 -- ppa:savoury1/gpg 8 | - libksba8 -- ppa:savoury1/gpg 9 | - gpgconf -- ppa:savoury1/gpg 10 | - gpg-agent -- ppa:savoury1/gpg 11 | - gnupg-agent -- ppa:savoury1/gpg 12 | - gnupg-utils -- ppa:savoury1/gpg 13 | - dirmngr -- ppa:savoury1/gpg 14 | - gpgsm -- ppa:savoury1/gpg 15 | - gpgv -- ppa:savoury1/gpg 16 | - gpg -- ppa:savoury1/gpg 17 | - gpg-wks-client -- ppa:savoury1/gpg 18 | - gpg-wks-server -- ppa:savoury1/gpg 19 | - gnupg-l10n -- ppa:savoury1/gpg 20 | - gnupg -- ppa:savoury1/gpg 21 | - gnupg2 -- ppa:savoury1/gpg 22 | - scdaemon -- ppa:savoury1/gpg 23 | - libgpgme11 -- ppa:savoury1/gpg 24 | - libgpgmepp6 -- ppa:savoury1/gpg 25 | - libqgpgme7 -- ppa:savoury1/gpg 26 | - python3-gpg -- ppa:savoury1/gpg 27 | - gpa -- ppa:savoury1/gpg 28 | - libgck-1-0 -- ppa:savoury1/gtk-xenial 29 | - libgck-1-0:i386 -- ppa:savoury1/gtk-xenial 30 | - libgcr-base-3-1 -- ppa:savoury1/gtk-xenial 31 | - libgcr-base-3-1:i386 -- ppa:savoury1/gtk-xenial 32 | - libgcr-ui-3-1 -- ppa:savoury1/gtk-xenial 33 | - gcr -- ppa:savoury1/gtk-xenial 34 | - pinentry-gnome3 -- ppa:savoury1/qt-xenial 35 | - gnome-keyring -- ppa:savoury1/gtk-xenial 36 | - libpam-gnome-keyring -- ppa:savoury1/gtk-xenial 37 | - gnome-keyring-pkcs11 -- ppa:savoury1/gtk-xenial 38 | - libp11-kit-gnome-keyring -- ppa:savoury1/gtk-xenial 39 | - paperkey -- ppa:savoury1/encryption 40 | - seahorse -- ppa:savoury1/gtk-xenial 41 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/gtk2-gtk3.txt: -------------------------------------------------------------------------------- 1 | - gtk-update-icon-cache -- ppa:savoury1/gtk-xenial 2 | - gtk2-engines-pixbuf -- ppa:savoury1/gtk-xenial 3 | - gtk2-engines-pixbuf:i386 -- ppa:savoury1/gtk-xenial 4 | - libgtk2.0-common -- ppa:savoury1/gtk-xenial 5 | - libgtk2.0-0 -- ppa:savoury1/gtk-xenial 6 | - libgtk2.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libgtk2.0-bin -- ppa:savoury1/gtk-xenial 8 | - gir1.2-gtk-2.0 -- ppa:savoury1/gtk-xenial 9 | - libgtk2.0-dev -- ppa:savoury1/gtk-xenial 10 | - libgail18 -- ppa:savoury1/gtk-xenial 11 | - libgail18:i386 -- ppa:savoury1/gtk-xenial 12 | - libgail-common -- ppa:savoury1/gtk-xenial 13 | - libgail-common:i386 -- ppa:savoury1/gtk-xenial 14 | - libgtkmm-2.4-1v5 -- ppa:savoury1/gtk-xenial 15 | - libgtkmm-2.4-dev -- ppa:savoury1/gtk-xenial 16 | - libgtksourceview2.0-common -- unneeded (minor packaging changes) 17 | - libgtksourceview2.0-0 -- unneeded (minor packaging changes) 18 | - libjavascriptcoregtk-1.0-0 -- ppa:savoury1/gtk-xenial 19 | - libwebkitgtk-1.0-0 -- ppa:savoury1/gtk-xenial 20 | - libgtk-3-common -- ppa:savoury1/gtk-xenial 21 | - libgtk-3-0 -- ppa:savoury1/gtk-xenial 22 | - libgtk-3-bin -- ppa:savoury1/gtk-xenial 23 | - gir1.2-gtk-3.0 -- ppa:savoury1/gtk-xenial 24 | - libgtk-3-dev -- ppa:savoury1/gtk-xenial 25 | - libgtkmm-3.0-1v5 -- ppa:savoury1/gtk-xenial 26 | - libgtkmm-3.0-dev -- ppa:savoury1/gtk-xenial 27 | - libgail-3-0 -- ppa:savoury1/gtk-xenial 28 | - libgtksourceview-3.0-common -- ppa:savoury1/gtk-xenial 29 | - libgtksourceview-3.0-1 -- ppa:savoury1/gtk-xenial 30 | - gir1.2-gtksource-3.0 -- ppa:savoury1/gtk-xenial 31 | - libjavascriptcoregtk-3.0-0 -- ppa:savoury1/gtk-xenial 32 | - gir1.2-javascriptcoregtk-3.0 -- ppa:savoury1/gtk-xenial 33 | - libjavascriptcoregtk-4.0-18 -- ppa:savoury1/gtk-xenial 34 | - gir1.2-javascriptcoregtk-4.0 -- ppa:savoury1/gtk-xenial 35 | - libwebkitgtk-3.0-0 -- ppa:savoury1/gtk-xenial 36 | - gir1.2-webkit-3.0 -- ppa:savoury1/gtk-xenial 37 | - libwebkit2gtk-4.0-37 -- ppa:savoury1/gtk-xenial 38 | - gir1.2-webkit2-4.0 -- ppa:savoury1/gtk-xenial 39 | - wayland-protocols -- ppa:savoury1/backports 40 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/media-devices.txt: -------------------------------------------------------------------------------- 1 | - exfat-fuse -- ppa:savoury1/backports 2 | - exfat-utils -- ppa:savoury1/backports 3 | - media-player-info -- ppa:savoury1/multimedia 4 | - libmtp-common -- ppa:savoury1/multimedia 5 | - libmtp-runtime -- ppa:savoury1/multimedia 6 | - libmtp9 -- ppa:savoury1/multimedia 7 | B jmtpfs 8 | - gmtp -- ppa:savoury1/multimedia 9 | - libplist3 -- ppa:savoury1/backports 10 | - libusbmuxd4 -- superseded by libusbmuxd6 11 | - usbmuxd -- ppa:savoury1/backports 12 | - libimobiledevice6 -- ppa:savoury1/backports 13 | - libimobiledevice-utils -- ppa:savoury1/backports 14 | - ideviceinstaller -- ppa:savoury1/backports 15 | - libical2 -- ppa:savoury1/kde-xenial 16 | - libical3 -- ppa:savoury1/backports 17 | - libsgutils2-2 -- ppa:savoury1/{backports,utilities} 18 | B libgpod4 19 | B libgpod-common 20 | B ifuse 21 | B eject 22 | - libcdio17 -- superseded by libcdio19 23 | - libiso9660-10 -- superseded by libiso9660-11 24 | - libvcdinfo0 -- ppa:savoury1/multimedia 25 | - libcdio-cdda2 -- ppa:savoury1/{ffmpeg4,multimedia} 26 | - libcdio-paranoia2 -- ppa:savoury1/{ffmpeg4,multimedia} 27 | B libcdparanoia0 28 | B libcdparanoia0:i386 29 | B cdparanoia 30 | B libjte1 31 | - genisoimage -- ppa:savoury1/multimedia 32 | - libisofs6 -- ppa:savoury1/multimedia 33 | - bchunk -- ppa:savoury1/multimedia 34 | B cdrdao 35 | - wodim -- ppa:savoury1/multimedia 36 | - libburn4 -- ppa:savoury1/multimedia 37 | - cdrskin -- ppa:savoury1/multimedia 38 | - libdvd-pkg -- ppa:savoury1/multimedia 39 | - libdvdread4 -- superseded by libdvdread8 40 | - libdvdread8 -- ppa:savoury1/multimedia 41 | - libdvdnav4 -- ppa:savoury1/multimedia 42 | B libdvbpsi10 43 | - libasm-java -- ppa:savoury1/backports 44 | - libbluray2 -- ppa:savoury1/multimedia 45 | - libbluray-bin -- ppa:savoury1/multimedia 46 | - libbluray-bdj -- ppa:savoury1/multimedia 47 | B growisofs 48 | B dvd+rw-tools 49 | - dvdauthor -- ppa:savoury1/multimedia 50 | - brasero-common -- ppa:savoury1/multimedia 51 | - libbrasero-media3-1 -- ppa:savoury1/multimedia 52 | - brasero-cdrkit -- ppa:savoury1/multimedia 53 | - brasero -- ppa:savoury1/multimedia 54 | B libraw1394-11 55 | B libraw1394-11:i386 56 | B libavc1394-0 57 | B libavc1394-0:i386 58 | B libiec61883-0 59 | B libiec61883-0:i386 60 | - libdc1394-22 -- ppa:savoury1/multimedia 61 | B libbluetooth3 62 | B bluetooth 63 | B libbluetooth-dev 64 | B bluez 65 | B bluez-obexd 66 | B bluez-cups 67 | - libgnome-bluetooth13 -- ppa:savoury1/gtk-xenial 68 | - gir1.2-gnomebluetooth-1.0 -- ppa:savoury1/gtk-xenial 69 | - gnome-bluetooth -- ppa:savoury1/gtk-xenial 70 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/qt4-framework.txt: -------------------------------------------------------------------------------- 1 | - qtchooser -- ppa:savoury1/{qt-xenial,qt-5-15} 2 | - qt4-qmake -- ppa:savoury1/{qt-xenial,qt-5-15} 3 | - qtcore4-l10n -- ppa:savoury1/{qt-xenial,qt-5-15} 4 | - libqtcore4 -- ppa:savoury1/{qt-xenial,qt-5-15} 5 | - libqtcore4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 6 | - libqt4-test -- ppa:savoury1/{qt-xenial,qt-5-15} 7 | - libqt4-test:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 8 | - libqt4-sql -- ppa:savoury1/{qt-xenial,qt-5-15} 9 | - libqt4-sql:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 10 | - libqt4-xml -- ppa:savoury1/{qt-xenial,qt-5-15} 11 | - libqt4-xml:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 12 | - libqtdbus4 -- ppa:savoury1/{qt-xenial,qt-5-15} 13 | - libqtdbus4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 14 | - qdbus -- ppa:savoury1/{qt-xenial,qt-5-15} 15 | - libqt4-dbus -- ppa:savoury1/{qt-xenial,qt-5-15} 16 | - libqt4-dbus:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 17 | - libqt4-script -- ppa:savoury1/{qt-xenial,qt-5-15} 18 | - libqt4-script:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 19 | - libqt4-network -- ppa:savoury1/{qt-xenial,qt-5-15} 20 | - libqt4-network:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 21 | - libqt4-xmlpatterns -- ppa:savoury1/{qt-xenial,qt-5-15} 22 | - libqt4-xmlpatterns:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 23 | - libqt4-declarative -- ppa:savoury1/{qt-xenial,qt-5-15} 24 | - libqt4-declarative:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 25 | - libqtgui4 -- ppa:savoury1/{qt-xenial,qt-5-15} 26 | - libqtgui4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 27 | - libqt4-scripttools -- ppa:savoury1/{qt-xenial,qt-5-15} 28 | - libqt4-scripttools:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 29 | - libqt4-svg -- ppa:savoury1/{qt-xenial,qt-5-15} 30 | - libqt4-svg:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 31 | - libqt4-opengl -- ppa:savoury1/{qt-xenial,qt-5-15} 32 | - libqt4-opengl:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 33 | - libqt4-designer -- ppa:savoury1/{qt-xenial,qt-5-15} 34 | - libqt4-designer:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 35 | - libqt4-qt3support -- ppa:savoury1/{qt-xenial,qt-5-15} 36 | - libqt4-qt3support:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 37 | - libqt4-help -- ppa:savoury1/{qt-xenial,qt-5-15} 38 | - libqt4-dev-bin -- ppa:savoury1/{qt-xenial,qt-5-15} 39 | - qt4-linguist-tools -- ppa:savoury1/{qt-xenial,qt-5-15} 40 | - libqt4-dev -- ppa:savoury1/{qt-xenial,qt-5-15} 41 | - libqtassistantclient4 -- unneeded (rebuild only) 42 | - libpolkit-qt-1-1 -- ppa:savoury1/qt-xenial 43 | - libqtwebkit4 -- ppa:savoury1/{qt-xenial,qt-5-15} 44 | - libqtwebkit4:i386 -- ppa:savoury1/{qt-xenial,qt-5-15} 45 | - qt-at-spi -- unneeded (packaging changes reverted) 46 | - libdbusmenu-qt2 -- ppa:savoury1/qt-xenial 47 | - python-qt4-dbus -- ppa:savoury1/{python,qt-xenial} 48 | - sni-qt -- ppa:savoury1/qt-xenial 49 | - libqca2 -- ppa:savoury1/{qt-xenial,qt-5-15} 50 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/text-terminal.txt: -------------------------------------------------------------------------------- 1 | - libpango-1.0-0 -- ppa:savoury1/gtk-xenial 2 | - libpango-1.0-0:i386 -- ppa:savoury1/gtk-xenial 3 | - libpangoft2-1.0-0 -- ppa:savoury1/gtk-xenial 4 | - libpangoft2-1.0-0:i386 -- ppa:savoury1/gtk-xenial 5 | - libpangocairo-1.0-0 -- ppa:savoury1/gtk-xenial 6 | - libpangocairo-1.0-0:i386 -- ppa:savoury1/gtk-xenial 7 | - libpangoxft-1.0-0 -- ppa:savoury1/gtk-xenial 8 | - gir1.2-pango-1.0 -- ppa:savoury1/gtk-xenial 9 | - libpango1.0-dev -- ppa:savoury1/gtk-xenial 10 | - libpango1.0-0 -- ppa:savoury1/gtk-xenial 11 | - libpangomm-1.4-1v5 -- ppa:savoury1/gtk-xenial 12 | - libpangomm-1.4-dev -- ppa:savoury1/gtk-xenial 13 | - libunistring2 -- ppa:savoury1/backports 14 | - libunistring2:i386 -- ppa:savoury1/backports 15 | - readline-common -- ppa:savoury1/backports 16 | - libreadline7 -- ppa:savoury1/backports 17 | - libreadline7:i386 -- ppa:savoury1/backports 18 | B libtinfo5 19 | B libtinfo5:i386 20 | B libncurses5 21 | B libncurses5:i386 22 | B libncursesw5 23 | B libncursesw5:i386 24 | B ncurses-base 25 | B ncurses-bin 26 | B libtinfo-dev 27 | B libncurses5-dev 28 | B libncursesw5-dev 29 | B dash 30 | B ash 31 | - bash -- ppa:savoury1/backports 32 | - bash-completion -- ppa:savoury1/backports 33 | B command-not-found-data 34 | B python3-commandnotfound 35 | B command-not-found 36 | - libpopt0 -- ppa:savoury1/backports 37 | - groff-base -- ppa:savoury1/backports 38 | B libpipeline1 39 | B binfmt-support 40 | B libgdbm5 41 | B libgdbm5:i386 42 | B libgdbm-compat4 43 | B libgdbm-compat4:i386 44 | B manpages -- same version as manpages-dev 45 | B manpages-dev 46 | B man-db 47 | B ed 48 | - sed -- ppa:savoury1/backports 49 | - grep -- ppa:savoury1/backports 50 | - less -- ppa:savoury1/backports 51 | B findutils 52 | B mlocate 53 | - xxd -- ppa:savoury1/backports 54 | - vim-common -- ppa:savoury1/backports 55 | - vim-tiny -- ppa:savoury1/backports 56 | - ncdu -- ppa:savoury1/utilities 57 | - libcdk5 -- ppa:savoury1/backports 58 | - libedit2 -- ppa:savoury1/backports 59 | - libedit2:i386 -- ppa:savoury1/backports 60 | B dialog 61 | - libgpm2 -- ppa:savoury1/backports 62 | - libgpm2:i386 -- ppa:savoury1/backports 63 | - libre2-4 -- obsolete by libre2-5 64 | - libre2-5 -- ppa:savoury1/backports 65 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/themes-assist.txt: -------------------------------------------------------------------------------- 1 | B sound-theme-freedesktop 2 | - libcanberra0 -- ppa:savoury1/gtk-xenial 3 | - libcanberra0:i386 -- ppa:savoury1/gtk-xenial 4 | - libcanberra-pulse -- ppa:savoury1/gtk-xenial 5 | - libcanberra-gtk0 -- ppa:savoury1/gtk-xenial 6 | - libcanberra-gtk0:i386 -- ppa:savoury1/gtk-xenial 7 | - libcanberra-gtk-module -- ppa:savoury1/gtk-xenial 8 | - libcanberra-gtk-module:i386 -- ppa:savoury1/gtk-xenial 9 | - libcanberra-gtk3-0 -- ppa:savoury1/gtk-xenial 10 | - libcanberra-gtk3-module -- ppa:savoury1/gtk-xenial 11 | - gnome-session-canberra -- ppa:savoury1/gtk-xenial 12 | B dmz-cursor-theme 13 | - hicolor-icon-theme -- ppa:savoury1/{backports,gtk-xenial} 14 | B lubuntu-icon-theme 15 | B gnome-icon-theme 16 | B gnome-themes-standard 17 | B gnome-themes-extra 18 | B gnome-themes-extra-data 19 | B gnome-accessibility-themes 20 | B mousetweaks 21 | - libspeechd2 -- ppa:savoury1/multimedia 22 | - speech-dispatcher-audio-plugins -- ppa:savoury1/multimedia 23 | - speech-dispatcher -- ppa:savoury1/multimedia 24 | - python3-speechd -- ppa:savoury1/multimedia 25 | - espeak-data -- ppa:savoury1/multimedia 26 | - libespeak1 -- ppa:savoury1/multimedia 27 | - espeak -- ppa:savoury1/multimedia 28 | B cowsay 29 | B fortunes-min 30 | B fortune-mod 31 | B python-pyatspi 32 | B python3-pyatspi 33 | B liblouis-data 34 | B liblouis14 35 | B python3-louis 36 | B orca 37 | B gnome-orca 38 | - libbrlapi0.6 -- revert to Xenial version 39 | - libbrlapi-dev -- revert to Xenial version 40 | - python3-brlapi -- revert to Xenial version 41 | - brltty -- revert to Xenial version 42 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/x11-proto-xcb.txt: -------------------------------------------------------------------------------- 1 | - x11proto-dev -- ppa:savoury1/display 2 | - x11proto-composite-dev -- ppa:savoury1/display 3 | - x11proto-core-dev -- ppa:savoury1/display 4 | - x11proto-damage-dev -- ppa:savoury1/display 5 | - x11proto-dri2-dev -- ppa:savoury1/display 6 | - x11proto-fixes-dev -- ppa:savoury1/display 7 | - x11proto-gl-dev -- ppa:savoury1/display 8 | - x11proto-input-dev -- ppa:savoury1/display 9 | - x11proto-kb-dev -- ppa:savoury1/display 10 | - x11proto-randr-dev -- ppa:savoury1/display 11 | - x11proto-record-dev -- ppa:savoury1/display 12 | - x11proto-render-dev -- ppa:savoury1/display 13 | - x11proto-scrnsaver-dev -- ppa:savoury1/display 14 | - x11proto-video-dev -- ppa:savoury1/display 15 | - x11proto-xext-dev -- ppa:savoury1/display 16 | - x11proto-xf86vidmode-dev -- ppa:savoury1/display 17 | - x11proto-xinerama-dev -- ppa:savoury1/display 18 | - libxcb1 -- ppa:savoury1/display 19 | - libxcb1:i386 -- ppa:savoury1/display 20 | - libxcb1-dev -- ppa:savoury1/display 21 | - libxcb-dri2-0 -- ppa:savoury1/display 22 | - libxcb-dri2-0:i386 -- ppa:savoury1/display 23 | - libxcb-dri2-0-dev -- ppa:savoury1/display 24 | - libxcb-dri3-0 -- ppa:savoury1/display 25 | - libxcb-dri3-0:i386 -- ppa:savoury1/display 26 | - libxcb-dri3-dev -- ppa:savoury1/display 27 | - libxcb-glx0 -- ppa:savoury1/display 28 | - libxcb-glx0:i386 -- ppa:savoury1/display 29 | - libxcb-glx0-dev -- ppa:savoury1/display 30 | - libxcb-render0 -- ppa:savoury1/display 31 | - libxcb-render0:i386 -- ppa:savoury1/display 32 | - libxcb-render0-dev -- ppa:savoury1/display 33 | - libxcb-xinerama0 -- ppa:savoury1/display 34 | - libxcb-damage0 -- ppa:savoury1/display 35 | - libxcb-randr0 -- ppa:savoury1/display 36 | - libxcb-randr0-dev -- ppa:savoury1/display 37 | - libxcb-shape0 -- ppa:savoury1/display 38 | - libxcb-shape0-dev -- ppa:savoury1/display 39 | - libxcb-xfixes0 -- ppa:savoury1/display 40 | - libxcb-xfixes0-dev -- ppa:savoury1/display 41 | - libxcb-shm0 -- ppa:savoury1/display 42 | - libxcb-shm0:i386 -- ppa:savoury1/display 43 | - libxcb-shm0-dev -- ppa:savoury1/display 44 | - libxcb-sync1 -- ppa:savoury1/display 45 | - libxcb-sync1:i386 -- ppa:savoury1/display 46 | - libxcb-sync-dev -- ppa:savoury1/display 47 | - libxcb-present0 -- ppa:savoury1/display 48 | - libxcb-present0:i386 -- ppa:savoury1/display 49 | - libxcb-present-dev -- ppa:savoury1/display 50 | - libxcb-composite0 -- ppa:savoury1/display 51 | - libxcb-res0 -- ppa:savoury1/display 52 | - libxcb-xinput0 -- ppa:savoury1/display 53 | - libxcb-xkb1 -- ppa:savoury1/display 54 | - libxcb-xtest0 -- ppa:savoury1/display 55 | - libxcb-xv0 -- ppa:savoury1/display 56 | -------------------------------------------------------------------------------- /pkg-lists/tweaked/xorg-xserver.txt: -------------------------------------------------------------------------------- 1 | - xvfb -- ppa:savoury1/display 2 | - xserver-common -- ppa:savoury1/display 3 | - xserver-xorg-core -- ppa:savoury1/display 4 | - xserver-xorg-input-libinput -- ppa:savoury1/display 5 | - xserver-xorg-input-wacom -- ppa:savoury1/display 6 | - xserver-xorg-input-evdev -- ppa:savoury1/display 7 | - xserver-xorg-input-synaptics -- ppa:savoury1/display 8 | - xserver-xorg-input-all -- ppa:savoury1/display 9 | - xserver-xorg -- ppa:savoury1/display 10 | - xorg -- ppa:savoury1/display 11 | - xserver-xorg-video-vesa -- ppa:savoury1/display 12 | - xserver-xorg-video-fbdev -- ppa:savoury1/display 13 | - xserver-xorg-video-qxl -- ppa:savoury1/display 14 | - xserver-xorg-video-vmware -- ppa:savoury1/display 15 | - xserver-xorg-video-intel -- ppa:savoury1/display 16 | - xserver-xorg-video-nouveau -- ppa:savoury1/display 17 | - xserver-xorg-video-amdgpu -- ppa:savoury1/display 18 | - xserver-xorg-video-radeon -- ppa:savoury1/display 19 | - xserver-xorg-video-ati -- ppa:savoury1/display 20 | B libxnvctrl0 21 | - xserver-xorg-video-all -- ppa:savoury1/display 22 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/dbus-x11_1.12.2-1ubuntu1.2_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/dbus-x11_1.12.2-1ubuntu1.2_amd64/DEBIAN/control b/dbus-x11_1.12.2-1ubuntu1.2+16.04.sav0_amd64/DEBIAN/control 2 | --- a/dbus-x11_1.12.2-1ubuntu1.2_amd64/DEBIAN/control 3 | +++ b/dbus-x11_1.12.2-1ubuntu1.2+16.04.sav0_amd64/DEBIAN/control 4 | @@ -1,6 +1,6 @@ 5 | Package: dbus-x11 6 | Source: dbus 7 | -Version: 1.12.2-1ubuntu1.2 8 | +Version: 1.12.2-1ubuntu1.2+16.04.sav0 9 | Architecture: amd64 10 | Maintainer: Ubuntu Developers 11 | Installed-Size: 147 12 | diff --git a/dbus-x11_1.12.2-1ubuntu1.2_amd64/etc/X11/Xsession.d/99vw_dbus_upd-activation-env b/dbus-x11_1.12.2-1ubuntu1.2+16.04.sav0_amd64/etc/X11/Xsession.d/99vw_dbus_upd-activation-env 13 | new file mode 100644 14 | --- /dev/null 15 | +++ b/dbus-x11_1.12.2-1ubuntu1.2_amd64/etc/X11/Xsession.d/99vw_dbus_upd-activation-env 16 | @@ -0,0 +1,17 @@ 17 | +# vim:set ft=sh sw=2 sts=2 et: 18 | + 19 | +if [ -n "$DBUS_SESSION_BUS_ADDRESS" ] && \ 20 | + [ -x "/usr/bin/dbus-update-activation-environment" ]; then 21 | + # subshell so we can unset environment variables 22 | + ( 23 | + # unset login-session-specifics 24 | + unset XDG_SEAT 25 | + unset XDG_SESSION_ID 26 | + unset XDG_VTNR 27 | + 28 | + # tell dbus-daemon --session (and systemd --user, if running) 29 | + # to put the Xsession's environment in activated services' 30 | + # environments 31 | + dbus-update-activation-environment --verbose --systemd --all 32 | + ) 33 | +fi 34 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/mint-artwork-common_2.1.0.2_all.patch: -------------------------------------------------------------------------------- 1 | diff --git a/mint-artwork-common_2.1.0.2_all/DEBIAN/control b/mint-artwork-common_2.1.0.2+sav0_all/DEBIAN/control 2 | --- a/mint-artwork-common_2.1.0.2_all/DEBIAN/control 3 | +++ b/mint-artwork-common_2.1.0.2+sav0_all/DEBIAN/control 4 | @@ -1,5 +1,5 @@ 5 | Package: mint-artwork-common 6 | -Version: 2.1.0.2 7 | +Version: 2.1.0.2+sav0 8 | Architecture: all 9 | Maintainer: Clement Lefebvre 10 | Installed-Size: 13785 11 | diff --git a/mint-artwork-common_2.1.0.2_all/etc/X11/Xsession.d/99mint b/mint-artwork-common_2.1.0.2+sav0_all/etc/X11/Xsession.d/99mint 12 | --- a/mint-artwork-common_2.1.0.2_all/etc/X11/Xsession.d/99mint 13 | +++ b/mint-artwork-common_2.1.0.2+sav0_all/etc/X11/Xsession.d/99mint 14 | @@ -4,9 +4,6 @@ if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" = "xmate" ]; t 15 | # Disable GTK3 overlay scrollbars 16 | export GTK_OVERLAY_SCROLLING=0 17 | 18 | - # QT apps to use GTK styling 19 | - export QT_STYLE_OVERRIDE=gtk 20 | - 21 | # Workaround clutter issue (LP: #1462445) 22 | export CLUTTER_BACKEND=x11 23 | fi 24 | @@ -15,9 +12,6 @@ if [ "x$DESKTOP_SESSION" = "xxfce" ] || [ "x$XDG_SESSION_DESKTOP" = "xxfce" ]; t 25 | # Disable GTK3 overlay scrollbars 26 | export GTK_OVERLAY_SCROLLING=0 27 | 28 | - # QT apps to use GTK styling 29 | - export QT_STYLE_OVERRIDE=gtk 30 | - 31 | # Workaround clutter issue (LP: #1462445) 32 | export CLUTTER_BACKEND=x11 33 | fi 34 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/mint-artwork-mate_1.3.2_all.patch: -------------------------------------------------------------------------------- 1 | diff --git a/mint-artwork-mate_1.3.2_all/DEBIAN/control b/mint-artwork-mate_1.3.2sav0_all/DEBIAN/control 2 | --- a/mint-artwork-mate_1.3.2_all/DEBIAN/control 3 | +++ b/mint-artwork-mate_1.3.2sav0_all/DEBIAN/control 4 | @@ -1,5 +1,5 @@ 5 | Package: mint-artwork-mate 6 | -Version: 1.3.2 7 | +Version: 1.3.2sav0 8 | Architecture: all 9 | Maintainer: Clement Lefebvre 10 | Installed-Size: 28 11 | diff --git a/mint-artwork-mate_1.3.2_all/usr/share/glib-2.0/schemas/mint-artwork-mate.gschema.override b/mint-artwork-mate_1.3.2sav0_all/usr/share/glib-2.0/schemas/mint-artwork-mate.gschema.override 12 | --- a/mint-artwork-mate_1.3.2_all/usr/share/glib-2.0/schemas/mint-artwork-mate.gschema.override 13 | +++ b/mint-artwork-mate_1.3.2sav0_all/usr/share/glib-2.0/schemas/mint-artwork-mate.gschema.override 14 | @@ -1,6 +1,3 @@ 15 | -[org.gnome.metacity] 16 | -theme='Mint-X' 17 | - 18 | [org.gnome.desktop.interface] 19 | cursor-theme='DMZ-White' 20 | gtk-key-theme='Default' 21 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/mint-info-mate_2016.11.02_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/mint-info-mate_2016.11.02_amd64/DEBIAN/control b/mint-info-mate_2016.11.02sav0_amd64/DEBIAN/control 2 | --- a/mint-info-mate_2016.11.02_amd64/DEBIAN/control 3 | +++ b/mint-info-mate_2016.11.02sav0_amd64/DEBIAN/control 4 | @@ -1,6 +1,6 @@ 5 | Package: mint-info-mate 6 | Source: mint-info 7 | -Version: 2016.11.02 8 | +Version: 2016.11.02sav0 9 | Architecture: amd64 10 | Maintainer: Clement Lefebvre 11 | Installed-Size: 12 12 | diff --git a/mint-info-mate_2016.11.02_amd64/etc/linuxmint/info b/mint-info-mate_2016.11.02sav0_amd64/etc/linuxmint/info 13 | --- a/mint-info-mate_2016.11.02_amd64/etc/linuxmint/info 14 | +++ b/mint-info-mate_2016.11.02sav0_amd64/etc/linuxmint/info 15 | @@ -1,7 +1,7 @@ 16 | RELEASE=18.1 17 | CODENAME=serena 18 | EDITION="MATE 64-bit" 19 | -DESCRIPTION="Linux Mint 18.1 Serena" 20 | +DESCRIPTION="Mint 18.1 ~ Serena Enhanced" 21 | DESKTOP=MATE 22 | TOOLKIT=GTK 23 | NEW_FEATURES_URL=http://www.linuxmint.com/rel_serena_mate_whatsnew.php 24 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/python3-dev_3.5.1-3_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/python3-dev_3.5.1-3_amd64/DEBIAN/control b/python3-dev_3.5.1-3sav0_amd64/DEBIAN/control 2 | --- a/python3-dev_3.5.1-3_amd64/DEBIAN/control 3 | +++ b/python3-dev_3.5.1-3sav0_amd64/DEBIAN/control 4 | @@ -1,11 +1,11 @@ 5 | Package: python3-dev 6 | Source: python3-defaults 7 | -Version: 3.5.1-3 8 | +Version: 3.5.1-3sav0 9 | Architecture: amd64 10 | Maintainer: Ubuntu Developers 11 | Original-Maintainer: Matthias Klose 12 | Installed-Size: 17 13 | -Depends: python3 (= 3.5.1-3), libpython3-dev (= 3.5.1-3), python3.5-dev (>= 3.5.1-2~) 14 | +Depends: python3 (= 3.6.12-1+really3.5.1-3sav0), libpython3-dev (= 3.5.1-3), python3.5-dev (>= 3.5.1-2~) 15 | Replaces: python3.1 (<< 3.1.2+20100706-3) 16 | Section: python 17 | Priority: optional 18 | -------------------------------------------------------------------------------- /scripts/base-enhance-patches/python3_3.5.1-3_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/python3_3.5.1-3_amd64/DEBIAN/control b/python3_3.6.12-1+really3.5.1-3sav0_amd64/DEBIAN/control 2 | --- a/python3_3.5.1-3_amd64/DEBIAN/control 3 | +++ b/python3_3.6.12-1+really3.5.1-3sav0_amd64/DEBIAN/control 4 | @@ -1,15 +1,15 @@ 5 | Package: python3 6 | Source: python3-defaults 7 | -Version: 3.5.1-3 8 | +Version: 3.6.12-1+really3.5.1-3sav0 9 | Architecture: amd64 10 | Maintainer: Ubuntu Developers 11 | Original-Maintainer: Matthias Klose 12 | Installed-Size: 67 13 | Pre-Depends: python3-minimal (= 3.5.1-3) 14 | -Depends: python3.5 (>= 3.5.1-2~), libpython3-stdlib (= 3.5.1-3), dh-python 15 | +Depends: python3.5 (>= 3.5.1-2~), libpython3-stdlib (= 3.5.1-3), dh-python, python3.6 (= 3.6.12-1+xenial1), libpython3.6-stdlib (= 3.6.12-1+xenial1) 16 | Suggests: python3-doc (>= 3.5.1-3), python3-tk (>= 3.5.1-2~), python3-venv (>= 3.5.1-3) 17 | Replaces: python3-minimal (<< 3.1.2-2) 18 | -Provides: python3-profiler 19 | +Provides: python3-profiler, python3-distutils, python3-lib2to3 20 | Section: python 21 | Priority: optional 22 | Multi-Arch: allowed 23 | -------------------------------------------------------------------------------- /scripts/base-enhancement/enhancements-1st-run: -------------------------------------------------------------------------------- 1 | ../enhance-scripts-initial/enhance-all -------------------------------------------------------------------------------- /scripts/enhance-scripts-make/enhance-pkg-lists-versions: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # input for series names and package "categories" 4 | enhance_make_cats="enhance-scripts-make-cats.txt" 5 | package_lists_dir="$HOME/.enhance/pkg-lists/current" 6 | 7 | # change directory to location of script 8 | pushd "$(dirname "$(readlink -f "$0")")" >/dev/null 9 | 10 | # populate an array with category info 11 | # allows easy re-ordering of categories 12 | cat_num=0 13 | while IFS='|' read -r cat_file cat_name; do 14 | cat_num=$((cat_num + 1)) 15 | category[$cat_num]="$cat_file" 16 | done < "$enhance_make_cats" 17 | 18 | # main loop to add versions to packages 19 | for (( i = 1; i <= $cat_num; i++ )) do 20 | cat_file=${category[$i]} 21 | cat_file_ver=${cat_file}_ver 22 | echo rm "$package_lists_dir/$cat_file_ver.txt" 23 | while IFS=' ' read -r series_code package_name comments; do 24 | package_ver="=$(dpkg --status $package_name 2>/dev/null | grep ^Version | cut -d ' ' -f 2)" 25 | if [ "$package_ver" == "=" ]; then package_ver=""; fi 26 | echo $series_code $package_name$package_ver $comments >> "$package_lists_dir/$cat_file_ver.txt" 27 | done < "$package_lists_dir/$cat_file.txt" 28 | done 29 | 30 | popd >/dev/null 31 | -------------------------------------------------------------------------------- /scripts/enhance-scripts-make/enhance-scripts-make-cats.txt: -------------------------------------------------------------------------------- 1 | c-libraries|C Libraries 2 | text-terminal|Text + Terminal 3 | gtk2-gtk3|GTK2 + GTK3 4 | core-network|Core Network 5 | base-security|Base Security 6 | core-perl|Core Perl 7 | core-python|Core Python 8 | gcrypt-gnupg|GCrypt + GnuPG 9 | core-data|Core Data 10 | python-ruby-js|Python + Ruby + JS 11 | core-security|Core Security 12 | apt-build|Apt + Build 13 | themes-assist|Themes + Assist 14 | core-desktop|Core Desktop 15 | core-hardware|Core Hardware 16 | core-disks|Core Disks 17 | core-startup|Core Startup 18 | networking|Networking 19 | core-system|Core System 20 | fonts-print|Fonts + Print 21 | data-types|Data Types 22 | core-graphics|Core Graphics 23 | media-devices|Media Devices 24 | core-display|Core Display 25 | x11-proto-xcb|X11 Proto + XCB 26 | x11-framework|X11 Framework 27 | xorg-xserver|X.Org X Server 28 | qt4-framework|Qt4 Framework 29 | qt5-framework|Qt5 Framework 30 | kde-framework|KDE Framework 31 | core-audio|Core Audio 32 | multimedia|Multimedia 33 | applications|Applications 34 | -------------------------------------------------------------------------------- /scripts/enhance-scripts-make/enhance-scripts-make-series.txt: -------------------------------------------------------------------------------- 1 | B|bionic 2 | C|cosmic 3 | D|disco 4 | E|eoan 5 | F|focal 6 | G|groovy 7 | H|hirsute 8 | -------------------------------------------------------------------------------- /scripts/extra-enhancement/python3-gpg_1.13.0-2ubuntu3_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/python3-gpg_1.13.0-2ubuntu3_amd64/DEBIAN/control b/python3-gpg_1.13.0-2ubuntu3~16.04.sav0_amd64/DEBIAN/control 2 | index f49ce65..f0703a1 100644 3 | --- a/python3-gpg_1.13.0-2ubuntu3_amd64/DEBIAN/control 4 | +++ b/python3-gpg_1.13.0-2ubuntu3~16.04.sav0_amd64/DEBIAN/control 5 | @@ -1,10 +1,10 @@ 6 | Package: python3-gpg 7 | Source: gpgme1.0 8 | -Version: 1.13.0-2ubuntu3 9 | +Version: 1.13.0-2ubuntu3~16.04.sav0 10 | Architecture: amd64 11 | Maintainer: Jiri Kerestes (PPA key) 12 | Installed-Size: 1136 13 | -Depends: python3 (<< 3.8), python3 (>= 3.7~), python3:any, libc6 (>= 2.14), libgpgme11 (>= 1.12.0) 14 | +Depends: python3 (<< 3.8), python3.7 (>= 3.7~), python3:any, libc6 (>= 2.14), libgpgme11 (>= 1.12.0) 15 | Provides: python3.7-gpg 16 | Section: python 17 | Priority: optional 18 | -------------------------------------------------------------------------------- /scripts/extra-enhancement/python3-libvirt_5.5.0-0~19.04~ppa0_amd64.patch: -------------------------------------------------------------------------------- 1 | diff --git a/python3-libvirt_5.5.0-0~19.04~ppa0_amd64/DEBIAN/control b/python3-libvirt_5.5.0-0~19.04~sav0_amd64/DEBIAN/control 2 | index 27bdc37..9996b30 100644 3 | --- a/python3-libvirt_5.5.0-0~19.04~ppa0_amd64/DEBIAN/control 4 | +++ b/python3-libvirt_5.5.0-0~19.04~sav0_amd64/DEBIAN/control 5 | @@ -1,10 +1,10 @@ 6 | Package: python3-libvirt 7 | Source: libvirt-python 8 | -Version: 5.5.0-0~19.04~ppa0 9 | +Version: 5.5.0-0~19.04~sav0 10 | Architecture: amd64 11 | Maintainer: Jacob Zimmermann 12 | Installed-Size: 730 13 | -Depends: libc6 (>= 2.4), libvirt0 (>= 4.10.0), python3 (<< 3.8), python3 (>= 3.7~), python3:any 14 | +Depends: libc6 (>= 2.4), libvirt0 (>= 4.10.0), python3 (<< 3.8), python3.7 (>= 3.7~), python3:any 15 | Recommends: libvirt-daemon 16 | Section: python 17 | Priority: optional 18 | --------------------------------------------------------------------------------