From 3403606e069099d69489ec9a4e589bb490690b88 Mon Sep 17 00:00:00 2001 From: Fincer Date: Wed, 15 Aug 2018 20:58:17 +0300 Subject: [PATCH] Add stderred & libetc build files (Arch Linux) --- libetc/PKGBUILD | 30 + libetc/libetc-0.4-1-any.pkg.tar.xz | Bin 0 -> 16832 bytes libetc/libetc-0.4.tar.gz | Bin 0 -> 19417 bytes libetc/patch_add_missing_header.patch | 10 + libetc/pkg/libetc/.BUILDINFO | 1403 +++++++++++++++++++++ libetc/pkg/libetc/.MTREE | Bin 0 -> 431 bytes libetc/pkg/libetc/.PKGINFO | 14 + libetc/pkg/libetc/usr/lib/libetc.so | 1 + libetc/pkg/libetc/usr/lib/libetc.so.0 | 1 + libetc/pkg/libetc/usr/lib/libetc.so.0.4 | Bin 0 -> 18128 bytes libetc/src/libetc-0.4.tar.gz | 1 + libetc/src/libetc-0.4/COPYING | 676 ++++++++++ libetc/src/libetc-0.4/Makefile | 20 + libetc/src/libetc-0.4/NEWS | 27 + libetc/src/libetc-0.4/README | 110 ++ libetc/src/libetc-0.4/libetc.c | 405 ++++++ libetc/src/libetc-0.4/libetc.h | 117 ++ libetc/src/libetc-0.4/libetc.so.0.4 | Bin 0 -> 61064 bytes libetc/src/patch_add_missing_header.patch | 1 + stderred/PKGBUILD | 63 + stderred/patch_brightred.patch | 11 + 21 files changed, 2890 insertions(+) create mode 100644 libetc/PKGBUILD create mode 100644 libetc/libetc-0.4-1-any.pkg.tar.xz create mode 100644 libetc/libetc-0.4.tar.gz create mode 100644 libetc/patch_add_missing_header.patch create mode 100644 libetc/pkg/libetc/.BUILDINFO create mode 100644 libetc/pkg/libetc/.MTREE create mode 100644 libetc/pkg/libetc/.PKGINFO create mode 120000 libetc/pkg/libetc/usr/lib/libetc.so create mode 120000 libetc/pkg/libetc/usr/lib/libetc.so.0 create mode 100755 libetc/pkg/libetc/usr/lib/libetc.so.0.4 create mode 120000 libetc/src/libetc-0.4.tar.gz create mode 100644 libetc/src/libetc-0.4/COPYING create mode 100644 libetc/src/libetc-0.4/Makefile create mode 100644 libetc/src/libetc-0.4/NEWS create mode 100644 libetc/src/libetc-0.4/README create mode 100644 libetc/src/libetc-0.4/libetc.c create mode 100644 libetc/src/libetc-0.4/libetc.h create mode 100755 libetc/src/libetc-0.4/libetc.so.0.4 create mode 120000 libetc/src/patch_add_missing_header.patch create mode 100644 stderred/PKGBUILD create mode 100644 stderred/patch_brightred.patch diff --git a/libetc/PKGBUILD b/libetc/PKGBUILD new file mode 100644 index 0000000..d073a82 --- /dev/null +++ b/libetc/PKGBUILD @@ -0,0 +1,30 @@ +pkgname=libetc +pkgver=0.4 +pkgrel=1 +pkgdesc='Redirect all dotfile calls from $HOME to $XDG_CONFIG_HOME, following the freedesktop standard' +arch=(any) +url='http://ordiluc.net/fs/libetc/' +license=(GPL) +makedepends=('make') +depends=('glibc') +source=(http://ordiluc.net/fs/libetc/libetc-0.4.tar.gz +patch_add_missing_header.patch) + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 < ../patch_add_missing_header.patch +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make +} + +package() { + mkdir -p "${pkgdir}"/usr/lib/ + install -m 755 "${srcdir}/${pkgname}-${pkgver}"/libetc.so.0.4 "${pkgdir}"/usr/lib/ + ln -s "${pkgdir}"/usr/lib/libetc.so.0.4 "${pkgdir}"/usr/lib/libetc.so.0 + ln -s "${pkgdir}"/usr/lib/libetc.so.0 "${pkgdir}"/usr/lib/libetc.so +} +md5sums=('d72901834a7246c871f5985a30940f4c' + '6da0618a7305075a31253cc0a8e3e4c1') diff --git a/libetc/libetc-0.4-1-any.pkg.tar.xz b/libetc/libetc-0.4-1-any.pkg.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..0f0283de2eb071f12d94d452422dc001ccde3b67 GIT binary patch literal 16832 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 literal 0 HcmV?d00001 diff --git a/libetc/libetc-0.4.tar.gz b/libetc/libetc-0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d0fa552525ea82a6c55b191aa63d41b9bdc06e70 GIT binary patch literal 19417 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 k literal 0 HcmV?d00001 diff --git a/libetc/patch_add_missing_header.patch b/libetc/patch_add_missing_header.patch new file mode 100644 index 0000000..f6e33ec --- /dev/null +++ b/libetc/patch_add_missing_header.patch @@ -0,0 +1,10 @@ +--- a/libetc.c ++++ b/libetc.c +@@ -22,6 +22,7 @@ + #define _GNU_SOURCE + #include + #include ++#include + #include + #include + #include diff --git a/libetc/pkg/libetc/.BUILDINFO b/libetc/pkg/libetc/.BUILDINFO new file mode 100644 index 0000000..2bd0672 --- /dev/null +++ b/libetc/pkg/libetc/.BUILDINFO @@ -0,0 +1,1403 @@ +format = 1 +pkgname = libetc +pkgbase = libetc +pkgver = 0.4-1 +pkgarch = any +pkgbuild_sha256sum = 3d603f7362120ff56556f70e53744defbcce7f07762bbcc2af874aa32df38f5e +packager = Unknown Packager +builddate = 1534355175 +builddir = /home/fincer/arch_linux_programs/libetc +buildenv = !distcc +buildenv = color +buildenv = ccache +buildenv = check +buildenv = !sign +options = strip +options = docs +options = !libtool +options = !staticlibs +options = emptydirs +options = zipman +options = purge +options = !optipng +options = !upx +options = !debug +installed = 9base-6-6-x86_64 +installed = a52dec-0.7.4-9-x86_64 +installed = aalib-1.4rc5-12-x86_64 +installed = accountsservice-0.6.49-1-x86_64 +installed = acl-2.2.52-4-x86_64 +installed = acpi-1.7-2-x86_64 +installed = acpica-20180531-2-x86_64 +installed = acpid-2.0.29-2-x86_64 +installed = adwaita-icon-theme-3.28.0-1-any +installed = ale-0.9.0.3-3-x86_64 +installed = alembic-1.7.8-1-x86_64 +installed = alpm_octopi_utils-1.0.0-2-x86_64 +installed = alsa-lib-1.1.6-1-x86_64 +installed = alsa-plugins-1.1.6-2-x86_64 +installed = alsa-utils-1.1.6-1-x86_64 +installed = anbox-image-1:3-1-x86_64 +installed = appstream-0.12.1-1-x86_64 +installed = appstream-qt-0.12.1-1-x86_64 +installed = arch-audit-0.1.10-1-x86_64 +installed = arch-install-scripts-18-1-any +installed = archlinux-keyring-20180404-1-any +installed = archtools-0.1-1-any +installed = archtools-extra-0.1-1-any +installed = argon2-20171227-3-x86_64 +installed = argyllcms-2.0.0-1-x86_64 +installed = ark-18.04.2-1-x86_64 +installed = asciidoc-8.6.10-1-any +installed = aspell-0.60.6.1-5-x86_64 +installed = assimp-4.1.0-1-x86_64 +installed = at-spi2-atk-2.26.2-1-x86_64 +installed = at-spi2-core-2.28.0-1-x86_64 +installed = atk-2.28.1-1-x86_64 +installed = atkmm-2.24.2+1+gf30b47f-2-x86_64 +installed = attica-5.47.0-1-x86_64 +installed = attr-2.4.47-3-x86_64 +installed = audiothumbs-frameworks-git-r8.1d77a98-1-x86_64 +installed = autoconf-2.69-4-any +installed = autoconf-archive-1:2018.03.13-1-any +installed = autoconf2.13-2.13-4-any +installed = automake-1.15.1-1-any +installed = autopanogiga-4.4.1-1-x86_64 +installed = avahi-0.7+4+gd8d8c67-1-x86_64 +installed = baloo-5.47.0-1-x86_64 +installed = baloo-widgets-18.04.2-1-x86_64 +installed = bash-4.4.023-1-x86_64 +installed = bash-bats-0.4.0-1-any +installed = bbswitch-dkms-git-0.8.r2.g9dd2270-1-x86_64 +installed = bc-1.07.1-1-x86_64 +installed = bchunk-1.2.2-4-x86_64 +installed = bin86-0.16.21-2-x86_64 +installed = bind-tools-9.13.0-2-x86_64 +installed = binutils-2.30-5-x86_64 +installed = bison-3.0.5-1-x86_64 +installed = blas-3.8.0-2-x86_64 +installed = blender-17:2.79.b.git2.0385b33f-16-x86_64 +installed = blosc-1.14.3-1-x86_64 +installed = boost-1.67.0-4-x86_64 +installed = boost-libs-1.67.0-4-x86_64 +installed = breeze-5.13.1-1-x86_64 +installed = breeze-gtk-5.13.1-1-x86_64 +installed = breeze-icons-5.47.0-1-any +installed = brotli-1.0.4-1-x86_64 +installed = btrfs-progs-4.16.1-2-x86_64 +installed = bumblebee-git-3.2.1.r50.d469a32-2-x86_64 +installed = bzip2-1.0.6-7-x86_64 +installed = c-ares-1.14.0-1-x86_64 +installed = ca-certificates-20170307-1-any +installed = ca-certificates-cacert-20140824-4-any +installed = ca-certificates-mozilla-3.37.3-1-x86_64 +installed = ca-certificates-utils-20170307-1-any +installed = cabextract-1.6-3-x86_64 +installed = cairo-1.15.12-1-x86_64 +installed = cairomm-1.12.2-2-x86_64 +installed = calc-2.12.6.7-1-x86_64 +installed = cantarell-fonts-1:0.101-1-any +installed = catdoc-0.95-1-x86_64 +installed = cblas-3.8.0-2-x86_64 +installed = ccache-3.4.2-1-x86_64 +installed = cdemu-daemon-3.1.0-1-x86_64 +installed = cdparanoia-10.2-7-x86_64 +installed = cdrtools-3.02a09-1-x86_64 +installed = celestia-1.6.1-7-x86_64 +installed = celt-0.11.3-3-x86_64 +installed = celt0.5.1-0.5.1.3-4-x86_64 +installed = cereal-1.2.2-3-x86_64 +installed = cfitsio-3.450-1-x86_64 +installed = chrpath-0.16-2-x86_64 +installed = cifs-utils-6.7-2-x86_64 +installed = clang-6.0.0-1-x86_64 +installed = classpath-0.99-3-x86_64 +installed = clevo-xsm-wmi-dkms-1.1-6-x86_64 +installed = clevo-xsm-wmi-util-1.1-1-x86_64 +installed = clisp-2.49.93-1-x86_64 +installed = clucene-2.3.3.4-10-x86_64 +installed = clutter-1.26.2-1-x86_64 +installed = clutter-gtk-1.8.4-1-x86_64 +installed = cmake-3.11.4-1-x86_64 +installed = cogl-1.22.2+10+g3baa2d7a-1-x86_64 +installed = colord-1.4.3-1-x86_64 +installed = colord-gtk-0.1.26+5+ga9d9c91-1-x86_64 +installed = colord-kde-0.5.0-1-x86_64 +installed = compiler-rt-6.0.0-1-x86_64 +installed = convertlit-1.8-8-x86_64 +installed = copyq-3.1.2-1-x86_64 +installed = coreutils-8.29-1-x86_64 +installed = cower-18-1-x86_64 +installed = cpulimit-1:0.2-1-x86_64 +installed = cracklib-2.9.6-1-x86_64 +installed = cryfs-0.9.9-4-x86_64 +installed = crypto++-7.0.0-1-x86_64 +installed = cryptsetup-2.0.3-2-x86_64 +installed = cups-2.2.8-3-x86_64 +installed = cups-filters-1.20.3-2-x86_64 +installed = cups-pdf-3.0.1-4-x86_64 +installed = curl-7.60.0-1-x86_64 +installed = db-5.3.28-4-x86_64 +installed = dbus-1.12.8-1-x86_64 +installed = dbus-glib-0.110-1-x86_64 +installed = dbus-sharp-0.8.1-2-any +installed = dbus-sharp-glib-0.6.0-2-any +installed = dconf-0.28.0-1-x86_64 +installed = dcraw-9.28.0-1-x86_64 +installed = dejagnu-1.6.1-1-any +installed = desktop-file-utils-0.23+4+g92af410-1-x86_64 +installed = dev86-0.16.21-2-x86_64 +installed = device-mapper-2.02.177-5-x86_64 +installed = dhclient-4.4.1-4-x86_64 +installed = dhcpcd-7.0.5b-1-x86_64 +installed = dialog-1:1.3_20171209-1-x86_64 +installed = diffutils-3.6-1-x86_64 +installed = displaycal-3.5.3.0-1-x86_64 +installed = djvulibre-3.5.27-3-x86_64 +installed = dkms-2.5-3-any +installed = dmraid-1.0.0.rc16.3-11-x86_64 +installed = dnssec-anchors-20170711-1-any +installed = docbook-xml-4.5-7-any +installed = docbook-xsl-1.79.2-4-any +installed = dolphin-18.04.2-1-x86_64 +installed = dosfstools-4.1-1-x86_64 +installed = double-conversion-3.0.0-1-x86_64 +installed = downgrader-2.0.0-3-x86_64 +installed = drkonqi-5.13.1-1-x86_64 +installed = dxvk-git-20180815.3df708d-1-x86_64 +installed = e2fsprogs-1.44.2-1-x86_64 +installed = ebook-tools-0.2.2-4-x86_64 +installed = ecm-tools-1.03-2-x86_64 +installed = editorconfig-core-c-0.12.2-1-x86_64 +installed = efibootmgr-15-1-x86_64 +installed = efivar-34-1-x86_64 +installed = eigen-3.3.4-1-any +installed = elfutils-0.171-1-x86_64 +installed = encfs-1.9.5-1-x86_64 +installed = enchant-2.2.3-1-x86_64 +installed = etherape-0.9.18-1-x86_64 +installed = exfat-dkms-git-198.01c30ad-1-any +installed = exfat-utils-nofuse-1.2.7-1-x86_64 +installed = exiv2-git-r5623.341de450-1-x86_64 +installed = expac-8-2-x86_64 +installed = expat-2.2.5-1-x86_64 +installed = expect-5.45.4-1-x86_64 +installed = extra-cmake-modules-5.48.0-2-any +installed = extundelete-0.2.4-4-x86_64 +installed = f2fs-tools-1.10.0-1-x86_64 +installed = faad2-2.8.8-1-x86_64 +installed = fakeroot-1.22-1-x86_64 +installed = falkon-git-3.0.1.170.g633748a8-1-x86_64 +installed = farstream-0.2.8-1-x86_64 +installed = ffcall-1.13-2-x86_64 +installed = ffmpeg-git-4.1.r91245.g550372d0c4-1-x86_64 +installed = ffmpegthumbs-18.04.2-1-x86_64 +installed = fftw-3.3.8-1-x86_64 +installed = file-5.33-3-x86_64 +installed = filelight-18.04.2-1-x86_64 +installed = filesystem-2018.1-2-x86_64 +installed = findutils-4.6.0-2-x86_64 +installed = flac-1.3.2-1-x86_64 +installed = flex-git-2.6.4.88.g98018e3-1-x86_64 +installed = flif-git-r867.aad2083-1-x86_64 +installed = fltk-1.3.4.2-2-x86_64 +installed = fluidsynth-1.1.11-2-x86_64 +installed = fontconfig-2.13.0+10+g58f5285-1-x86_64 +installed = frameworkintegration-5.47.0-1-x86_64 +installed = freeglut-3.0.0-2-x86_64 +installed = freeimage-3.17.0-6-x86_64 +installed = freetds-1.00.91-1-x86_64 +installed = freetype2-2.9.1-1-x86_64 +installed = fribidi-1.0.2-1-x86_64 +installed = ftgl-2.1.3rc5-10-x86_64 +installed = ftjam-2.5.3rc2-5-x86_64 +installed = fuse-common-3.2.3-1-x86_64 +installed = fuse2-2.9.7-4-x86_64 +installed = fuse3-3.2.3-1-x86_64 +installed = gamin-0.1.10-9-x86_64 +installed = gawk-4.2.1-1-x86_64 +installed = gc-7.6.4-1-x86_64 +installed = gcc-8.1.1+20180531-1-x86_64 +installed = gcc-fortran-8.1.1+20180531-1-x86_64 +installed = gcc-libs-8.1.1+20180531-1-x86_64 +installed = gconf-3.2.6+11+g07808097-3-x86_64 +installed = gconf-sharp-2.24.2-5-x86_64 +installed = gd-2.2.5-1-x86_64 +installed = gdb-8.1-1-x86_64 +installed = gdb-common-8.1-1-x86_64 +installed = gdbm-1.14.1-1-x86_64 +installed = gdk-pixbuf2-2.36.12-1-x86_64 +installed = geoclue2-2.4.7-1-x86_64 +installed = geoip-1.6.11-1-x86_64 +installed = geoip-database-20180403-1-any +installed = gettext-0.19.8.1-2-x86_64 +installed = ghc-libs-8.4.3-1-x86_64 +installed = ghostscript-git-20180608-1-x86_64 +installed = giflib-5.1.4-1-x86_64 +installed = gimagereader-qt5-3.2.99-1-x86_64 +installed = git-2.17.1-1-x86_64 +installed = glew-2.1.0-1-x86_64 +installed = glib-networking-2.56.1-1-x86_64 +installed = glib2-2.56.1-1-x86_64 +installed = glib2-docs-2.56.1-1-x86_64 +installed = glibc-2.27-3-x86_64 +installed = glibmm-2.56.0-1-x86_64 +installed = glm-0.9.9.0-1-any +installed = glslang-6.2.2596-1-x86_64 +installed = glu-9.0.0-5-x86_64 +installed = gmp-6.1.2-1-x86_64 +installed = gnome-color-manager-3.28.0-1-x86_64 +installed = gnu-efi-libs-3.0.8-1-x86_64 +installed = gnu-netcat-0.7.1-6-x86_64 +installed = gnupg-2.2.8-1-x86_64 +installed = gnuplot-5.0.6-2-x86_64 +installed = gnutls-3.5.18-1-x86_64 +installed = gobject-introspection-1.56.1-1-x86_64 +installed = gobject-introspection-runtime-1.56.1-1-x86_64 +installed = goocanvas-2.0.4-1-x86_64 +installed = gottengeography-2.5-5-any +installed = gparted-0.31.0-1-x86_64 +installed = gperf-3.1-1-x86_64 +installed = gpgme-1.11.1-1-x86_64 +installed = gphoto2-2.5.17-1-x86_64 +installed = gpm-1.20.7-8-x86_64 +installed = gptfdisk-1.0.3-1-x86_64 +installed = grantlee-5.1.0-1-x86_64 +installed = graphene-1.8.2-1-x86_64 +installed = graphite-1:1.3.11-1-x86_64 +installed = graphviz-2.40.1-11-x86_64 +installed = grep-3.1-1-x86_64 +installed = groff-1.22.3-7-x86_64 +installed = gsettings-desktop-schemas-3.28.0+1+g85521dc-1-any +installed = gsfonts-20170829-1-any +installed = gsl-2.5-1-x86_64 +installed = gsm-1.0.18-1-x86_64 +installed = gsoap-2.8.66-1-x86_64 +installed = gst-libav-1.14.1-1-x86_64 +installed = gst-plugins-base-1.14.1-1-x86_64 +installed = gst-plugins-base-libs-1.14.1-1-x86_64 +installed = gst-plugins-good-1.14.1-1-x86_64 +installed = gstreamer-git-1.15.0.1.18134.f5f1fb578-1-x86_64 +installed = gstreamer0.10-0.10.36-16-x86_64 +installed = gstreamer0.10-base-0.10.36-9-x86_64 +installed = gstreamer0.10-ugly-0.10.19-27-x86_64 +installed = gstreamer0.10-ugly-plugins-0.10.19-27-x86_64 +installed = gstreamermm-1.10.0-1-x86_64 +installed = gtk-doc-1.28-1-any +installed = gtk-sharp-2-2.12.45-1-x86_64 +installed = gtk-update-icon-cache-3.22.30-1-x86_64 +installed = gtk2-2.24.32-1-x86_64 +installed = gtk3-3.22.30-1-x86_64 +installed = gtkglext-1.2.0-11-x86_64 +installed = gtkmm-2.24.5-2-x86_64 +installed = gtkmm3-3.22.2+2+g3002ed86-1-x86_64 +installed = gtkspell-2.0.16-7-x86_64 +installed = gts-0.7.6-4-x86_64 +installed = guile-2.2.3-1-x86_64 +installed = guile2.0-2.0.14-1-x86_64 +installed = gwenview-18.04.2-1-x86_64 +installed = gyp-20170609-2-any +installed = gzip-1.9-1-x86_64 +installed = haguichi-1.0.26-1-any +installed = hardening-wrapper-10-1-x86_64 +installed = hardinfo-0.5.1-7-x86_64 +installed = harfbuzz-1.8.1-1-x86_64 +installed = harfbuzz-icu-1.8.1-1-x86_64 +installed = haskell-cereal-0.5.5.0-3-x86_64 +installed = hdf5-1.10.2-3-x86_64 +installed = help2man-1.47.6-1-x86_64 +installed = hicolor-icon-theme-0.17-1-any +installed = hspell-1.4-1-x86_64 +installed = humanity-icon-theme-0.6.13-1-any +installed = hunspell-1.6.2-1-x86_64 +installed = hunspell-en-2017.01.22-2-any +installed = hunspell-en_GB-2017.01.22-2-any +installed = hunspell-en_US-2017.01.22-2-any +installed = hwids-20171003-1-any +installed = hwinfo-21.53-1-x86_64 +installed = hyphen-2.8.8-2-x86_64 +installed = i2c-tools-git-r328.22939a7-1-x86_64 +installed = iana-etc-20180524-1-any +installed = icoutils-0.32.3-1-x86_64 +installed = icu-61.1-1-x86_64 +installed = icu59-59.1-1-x86_64 +installed = idnkit-1.0-4-x86_64 +installed = ijs-0.35-1-x86_64 +installed = ilmbase-2.2.1-3-x86_64 +installed = imagemagick-7.0.8.2-1-x86_64 +installed = imake-1.0.7-2-x86_64 +installed = imlib2-1.5.1-1-x86_64 +installed = inetutils-1.9.4-5-x86_64 +installed = iniparser-4.1-1-x86_64 +installed = inkscape-0.92.3-3-x86_64 +installed = intel-tbb-2018_20180312-1-x86_64 +installed = intltool-0.51.0-3-any +installed = iotop-0.6-5-any +installed = iproute2-4.17.0-1-x86_64 +installed = iptables-1.6.2-2-x86_64 +installed = iputils-20161105.1f2bb12-2-x86_64 +installed = iso-codes-3.76-1-any +installed = isoimagewriter-0.2-1-x86_64 +installed = itstool-1:2.0.2+5+g676f3f7-1-any +installed = jack2-dbus-1.9.12-2-x86_64 +installed = jansson-2.10-3-x86_64 +installed = jasper-2.0.14-1-x86_64 +installed = jbigkit-2.1-3-x86_64 +installed = jemalloc-1:5.1.0-1-x86_64 +installed = jfsutils-1.1.15-5-x86_64 +installed = js52-52.7.3-2-x86_64 +installed = json-c-0.13.1-1-x86_64 +installed = json-glib-1.4.2-2-x86_64 +installed = jsoncpp-1.8.4-2-x86_64 +installed = jxrlib-0.2.0-2-x86_64 +installed = kactivities-5.47.0-1-x86_64 +installed = kactivities-stats-5.47.0-1-x86_64 +installed = kactivitymanagerd-5.13.1-1-x86_64 +installed = karchive-5.47.0-1-x86_64 +installed = kate-18.04.2-1-x86_64 +installed = kauth-5.47.0-1-x86_64 +installed = kbd-2.0.4-1-x86_64 +installed = kbookmarks-5.47.0-1-x86_64 +installed = kcalc-18.04.2-1-x86_64 +installed = kcalcore-18.04.2-1-x86_64 +installed = kcharselect-18.04.2-1-x86_64 +installed = kcmutils-5.47.0-1-x86_64 +installed = kcodecs-5.47.0-1-x86_64 +installed = kcompletion-5.47.0-1-x86_64 +installed = kconfig-5.47.0-1-x86_64 +installed = kconfigwidgets-5.47.0-1-x86_64 +installed = kcontacts-18.04.2-1-x86_64 +installed = kcoreaddons-5.47.0-1-x86_64 +installed = kcrash-5.47.0-1-x86_64 +installed = kdbusaddons-5.47.0-1-x86_64 +installed = kde-cdemu-manager-0.7.2-1-x86_64 +installed = kde-cli-tools-5.13.1-1-x86_64 +installed = kde-gtk-config-5.13.1-1-x86_64 +installed = kde-magiclantern-shortcut-1-1-x86_64 +installed = kde-servicemenus-destroyfile-1-1-any +installed = kde-servicemenus-devtools-1-1-any +installed = kde-servicemenus-flif-webp-1-1-any +installed = kde-servicemenus-hexstrings-1-1-any +installed = kde-servicemenus-imagetools-1-1-any +installed = kde-servicemenus-makepdf-1-1-any +installed = kde-servicemenus-mediainfo-1-1-any +installed = kde-servicemenus-multimediatools-1-1-any +installed = kde-servicemenus-pacman-1-1-any +installed = kde-servicemenus-qnapi-1-1-any +installed = kde-servicemenus-searchactions-1-1-any +installed = kde-servicemenus-unlockpdf-1-1-any +installed = kde-servicemenus-virtualbox-1-1-any +installed = kde-thumbnailer-apk-kf5-20170128.gc8f141c-1-x86_64 +installed = kde-thumbnailer-blender-kf5-git-7.efd0ded-1-x86_64 +installed = kde-thumbnailer-odf-1.0.0-2-x86_64 +installed = kdeclarative-5.47.0-1-x86_64 +installed = kdeconnect-git-r1981.367f2e08-1-x86_64 +installed = kdecoration-5.13.1-1-x86_64 +installed = kded-5.47.0-1-x86_64 +installed = kdegraphics-thumbnailers-18.04.2-1-x86_64 +installed = kdelibs4support-5.47.0-1-x86_64 +installed = kdenlive-git-18.07.70.r8652.2a377bf65-1-x86_64 +installed = kdeplasma-addons-git-r7909.a5d712363-1-x86_64 +installed = kdesdk-thumbnailers-18.04.2-1-x86_64 +installed = kdesignerplugin-5.47.0-1-x86_64 +installed = kdesu-5.47.0-1-x86_64 +installed = kdewebkit-5.47.0-1-x86_64 +installed = kdiagram-2.6.1-1-x86_64 +installed = kdialog-18.04.2-1-x86_64 +installed = kdnssd-5.47.0-1-x86_64 +installed = kdoctools-5.47.0-1-x86_64 +installed = kemoticons-5.47.0-1-x86_64 +installed = keyutils-1.5.10-2-x86_64 +installed = kfilemetadata-5.47.0-1-x86_64 +installed = kglobalaccel-5.47.0-1-x86_64 +installed = kguiaddons-5.47.0-1-x86_64 +installed = khelpcenter-18.04.2-1-x86_64 +installed = kholidays-1:5.47.0-1-x86_64 +installed = khotkeys-5.13.1-1-x86_64 +installed = khtml-5.47.0-1-x86_64 +installed = ki18n-5.47.0-1-x86_64 +installed = kiconthemes-5.47.0-1-x86_64 +installed = kidentitymanagement-18.04.2-1-x86_64 +installed = kidletime-5.47.0-1-x86_64 +installed = kimageformats-5.47.0-1-x86_64 +installed = kinit-5.47.0-1-x86_64 +installed = kio-5.47.0-1-x86_64 +installed = kio-extras-18.04.2-1-x86_64 +installed = kirigami2-5.47.0-2-x86_64 +installed = kitemmodels-5.47.0-1-x86_64 +installed = kitemviews-5.47.0-1-x86_64 +installed = kjobwidgets-5.47.0-1-x86_64 +installed = kjs-5.47.0-1-x86_64 +installed = kjsembed-5.47.0-1-x86_64 +installed = kldap-18.04.2-1-x86_64 +installed = kmenuedit-5.13.1-1-x86_64 +installed = kmod-25-1-x86_64 +installed = knetattach-5.13.1-1-x86_64 +installed = knewstuff-5.47.0-1-x86_64 +installed = knockd-0.7-3-x86_64 +installed = knotifications-5.47.0-1-x86_64 +installed = knotifyconfig-5.47.0-1-x86_64 +installed = kolourpaint-18.04.2-1-x86_64 +installed = konsole-18.04.2-1-x86_64 +installed = kpackage-5.47.0-1-x86_64 +installed = kparts-5.47.0-1-x86_64 +installed = kpeople-5.47.0-1-x86_64 +installed = kpimtextedit-18.04.2-1-x86_64 +installed = kplotting-5.47.0-1-x86_64 +installed = kproperty-3.1.0-1-x86_64 +installed = kpty-5.47.0-1-x86_64 +installed = krb5-1.16.1-1-x86_64 +installed = kreport-3.1.0-1-x86_64 +installed = kross-5.47.0-1-x86_64 +installed = krunner-5.47.0-1-x86_64 +installed = kscreen-5.13.1-1-x86_64 +installed = kscreenlocker-5.13.1-1-x86_64 +installed = kservice-5.47.0-1-x86_64 +installed = ksshaskpass-5.13.1-1-x86_64 +installed = kstars-1:2.9.6-1-x86_64 +installed = ksysguard-5.13.1-1-x86_64 +installed = ksystemlog-18.04.2-1-x86_64 +installed = ktexteditor-5.47.0-2-x86_64 +installed = ktextwidgets-5.47.0-1-x86_64 +installed = kunitconversion-5.47.0-1-x86_64 +installed = kuser-frameworks-16.08.3-1-x86_64 +installed = kwallet-5.47.0-1-x86_64 +installed = kwallet-pam-5.13.1-1-x86_64 +installed = kwalletmanager-18.04.2-1-x86_64 +installed = kwayland-5.47.0-1-x86_64 +installed = kwidgetsaddons-5.47.0-1-x86_64 +installed = kwin-5.13.1-1-x86_64 +installed = kwindowsystem-5.47.0-1-x86_64 +installed = kwrited-5.13.1-1-x86_64 +installed = kxmlgui-5.47.0-1-x86_64 +installed = kxmlrpcclient-5.47.0-1-x86_64 +installed = l-smash-2.14.5-1-x86_64 +installed = ladspa-1.13-7-x86_64 +installed = lame-3.100-1-x86_64 +installed = lapack-3.8.0-2-x86_64 +installed = lash-0.6.0~rc2-12-x86_64 +installed = lcms-1.19-7-x86_64 +installed = lcms2-2.9-1-x86_64 +installed = ldb-1.3.3-1-x86_64 +installed = ldns-1.7.0-4-x86_64 +installed = lensfun-0.3.2-6-x86_64 +installed = leptonica-1.76.0-1-x86_64 +installed = less-530-1-x86_64 +installed = lib32-acl-2.2.53-1-x86_64 +installed = lib32-alsa-lib-1.1.6-1-x86_64 +installed = lib32-alsa-plugins-1.1.6-1-x86_64 +installed = lib32-attr-2.4.47-2-x86_64 +installed = lib32-bzip2-1.0.6-3-x86_64 +installed = lib32-dbus-1.12.8-1-x86_64 +installed = lib32-e2fsprogs-1.44.2-1-x86_64 +installed = lib32-expat-2.2.5-1-x86_64 +installed = lib32-flac-1.3.2-1-x86_64 +installed = lib32-fontconfig-2.13.0+10+g58f5285-1.1-x86_64 +installed = lib32-freetype2-2.9.1-1-x86_64 +installed = lib32-gcc-libs-8.1.1+20180531-1-x86_64 +installed = lib32-gettext-0.19.8.1-1-x86_64 +installed = lib32-giflib-5.1.4-1-x86_64 +installed = lib32-glib2-2.56.1-1-x86_64 +installed = lib32-glibc-2.27-3-x86_64 +installed = lib32-glu-9.0.0-4-x86_64 +installed = lib32-gmp-6.1.2-1-x86_64 +installed = lib32-gnutls-3.5.18-1-x86_64 +installed = lib32-gst-plugins-base-libs-1.12.4-1-x86_64 +installed = lib32-gstreamer-1.14.1-1-x86_64 +installed = lib32-harfbuzz-1.8.7-1-x86_64 +installed = lib32-icu-61.1-1-x86_64 +installed = lib32-icu59-59.1-1-x86_64 +installed = lib32-keyutils-1.5.10-1-x86_64 +installed = lib32-krb5-1.16.1-1-x86_64 +installed = lib32-lcms2-2.9-1-x86_64 +installed = lib32-libasyncns-0.8+3+g68cd5af-1-x86_64 +installed = lib32-libcap-2.25-1-x86_64 +installed = lib32-libcups-2.2.7-1-x86_64 +installed = lib32-libdrm-2.4.92-1-x86_64 +installed = lib32-libelf-0.170-1-x86_64 +installed = lib32-libffi-3.2.1-2-x86_64 +installed = lib32-libgcrypt-1.8.2-1-x86_64 +installed = lib32-libglvnd-1.0.0-1-x86_64 +installed = lib32-libgpg-error-1.27-1-x86_64 +installed = lib32-libice-1.0.9-3-x86_64 +installed = lib32-libidn-1.33-1-x86_64 +installed = lib32-libjpeg-turbo-1.5.3-1-x86_64 +installed = lib32-libldap-2.4.46-1-x86_64 +installed = lib32-libltdl-2.4.6+40+g6ca5e224-4-x86_64 +installed = lib32-libnl-3.4.0-1-x86_64 +installed = lib32-libogg-1.3.3-2-x86_64 +installed = lib32-libpcap-1.8.1-1-x86_64 +installed = lib32-libpciaccess-0.14-1-x86_64 +installed = lib32-libpng-1.6.34-1-x86_64 +installed = lib32-libpulse-11.1-1-x86_64 +installed = lib32-libsm-1.2.2-2-x86_64 +installed = lib32-libsndfile-1.0.28-1-x86_64 +installed = lib32-libtasn1-4.13-1-x86_64 +installed = lib32-libtiff-4.0.9-1-x86_64 +installed = lib32-libtxc_dxtn-1.0.1-5-x86_64 +installed = lib32-libunwind-1.2.1-1-x86_64 +installed = lib32-libusb-1.0.22-1-x86_64 +installed = lib32-libva-1.8.3-1-x86_64 +installed = lib32-libvorbis-1.3.6-1-x86_64 +installed = lib32-libx11-1.6.5-1-x86_64 +installed = lib32-libxau-1.0.8-2-x86_64 +installed = lib32-libxcb-1.13-1-x86_64 +installed = lib32-libxcomposite-0.4.4-3-x86_64 +installed = lib32-libxcursor-1.1.15-1-x86_64 +installed = lib32-libxdamage-1.1.4-3-x86_64 +installed = lib32-libxdmcp-1.1.2-2-x86_64 +installed = lib32-libxext-1.3.3-2-x86_64 +installed = lib32-libxfixes-5.0.3-1-x86_64 +installed = lib32-libxi-1.7.9-1-x86_64 +installed = lib32-libxinerama-1.1.3-2-x86_64 +installed = lib32-libxml2-2.9.8-2-x86_64 +installed = lib32-libxmu-1.1.2-2-x86_64 +installed = lib32-libxrandr-1.5.1-1-x86_64 +installed = lib32-libxrender-0.9.10-1-x86_64 +installed = lib32-libxshmfence-1.3-1-x86_64 +installed = lib32-libxslt-1.1.32+3+g32c88216-1-x86_64 +installed = lib32-libxss-1.2.2-3-x86_64 +installed = lib32-libxt-1.1.5-2-x86_64 +installed = lib32-libxtst-1.2.3-1-x86_64 +installed = lib32-libxv-1.0.11-1-x86_64 +installed = lib32-libxxf86vm-1.1.4-2-x86_64 +installed = lib32-llvm-libs-6.0.0-1-x86_64 +installed = lib32-lm_sensors-3.4.0-1-x86_64 +installed = lib32-mesa-18.0.4-2-x86_64 +installed = lib32-mpg123-1.25.10-1-x86_64 +installed = lib32-ncurses-6.1-1-x86_64 +installed = lib32-nettle-3.4-1-x86_64 +installed = lib32-nvidia-utils-396.51.02-1-x86_64 +installed = lib32-ocl-icd-2.2.12-1-x86_64 +installed = lib32-openal-1.18.2-1-x86_64 +installed = lib32-openssl-1:1.1.0.h-1-x86_64 +installed = lib32-orc-0.4.28-1-x86_64 +installed = lib32-p11-kit-0.23.12-1-x86_64 +installed = lib32-pcre-8.42-1-x86_64 +installed = lib32-readline-7.0.003-1-x86_64 +installed = lib32-sdl-1.2.15-7-x86_64 +installed = lib32-systemd-238.133-1-x86_64 +installed = lib32-util-linux-2.32-1-x86_64 +installed = lib32-v4l-utils-1.12.5-1-x86_64 +installed = lib32-virtualgl-2.5.2-3-x86_64 +installed = lib32-vulkan-icd-loader-1.1.73.0-1-x86_64 +installed = lib32-wayland-1.15.0-1-x86_64 +installed = lib32-xz-5.2.3-1-x86_64 +installed = lib32-zlib-1.2.11-1-x86_64 +installed = libabw-0.1.2-1-x86_64 +installed = libaec-1.0.2-1-x86_64 +installed = libaio-0.3.111-1-x86_64 +installed = libao-1.2.2-2-x86_64 +installed = libarchive-3.3.2-2-x86_64 +installed = libass-0.14.0-1-x86_64 +installed = libassuan-2.5.1-1-x86_64 +installed = libasyncns-0.8+3+g68cd5af-1-x86_64 +installed = libatasmart-0.19-4-x86_64 +installed = libatomic_ops-7.6.4-1-x86_64 +installed = libavc1394-0.5.4-3-x86_64 +installed = libblockdev-2.17-3-x86_64 +installed = libbluray-1.0.2-1-x86_64 +installed = libbsd-0.9.1-1-x86_64 +installed = libbytesize-1.3-1-x86_64 +installed = libcaca-0.99.beta19-1-x86_64 +installed = libcacard-2.5.3-1-x86_64 +installed = libcanberra-0.30+2+gc0620e4-1-x86_64 +installed = libcanberra-pulse-0.30+2+gc0620e4-1-x86_64 +installed = libcap-2.25-1-x86_64 +installed = libcap-ng-0.7.9-1-x86_64 +installed = libcddb-1.3.2-5-x86_64 +installed = libcdio-2.0.0-1-x86_64 +installed = libcdr-0.1.4-3-x86_64 +installed = libchamplain-0.12.16-1-x86_64 +installed = libclc-0.2.0+506+96d10f2-1-any +installed = libcmis-0.5.1-9-x86_64 +installed = libcroco-0.6.12+4+g9ad7287-1-x86_64 +installed = libcups-2.2.8-3-x86_64 +installed = libdaemon-0.14-4-x86_64 +installed = libdatrie-0.2.10-2-x86_64 +installed = libdbusmenu-qt5-0.9.3+16.04.20160218-1-x86_64 +installed = libdc1394-2.2.5-1-x86_64 +installed = libdca-0.0.5-5-x86_64 +installed = libdmtx-0.7.4-6-x86_64 +installed = libdmx-1.1.4-1-x86_64 +installed = libdrm-2.4.92-1-x86_64 +installed = libdv-1.0.0-7-x86_64 +installed = libdvbpsi-1:1.3.2-1-x86_64 +installed = libdvdcss-1.4.2-1-x86_64 +installed = libdvdnav-6.0.0-1-x86_64 +installed = libdvdread-6.0.0-1-x86_64 +installed = libe-book-0.1.3-2-x86_64 +installed = libebml-1.3.6-1-x86_64 +installed = libebur128-1.2.4-1-x86_64 +installed = libedit-20170329_3.1-1-x86_64 +installed = libelf-0.171-1-x86_64 +installed = libepoxy-1.5.2-1-x86_64 +installed = libepubgen-0.1.1-1-x86_64 +installed = libetc-0.4-1-any +installed = libetonyek-0.1.8-1-x86_64 +installed = libevdev-1.5.9-1-x86_64 +installed = libevent-2.1.8-1-x86_64 +installed = libexif-0.6.21-3-x86_64 +installed = libexttextcat-3.4.5-1-x86_64 +installed = libfakekey-0.3-1-x86_64 +installed = libfbclient-2.5.8.27089-1-x86_64 +installed = libfdk-aac-0.1.6-1-x86_64 +installed = libffi-3.2.1-2-x86_64 +installed = libfontenc-1.1.3-2-x86_64 +installed = libfreehand-0.1.2-1-x86_64 +installed = libgadu-1.12.2-5-x86_64 +installed = libgcj17-bin-6.4.0_4-1-x86_64 +installed = libgcrypt-1.8.3-1-x86_64 +installed = libgdiplus-5.6-1-x86_64 +installed = libgexiv2-0.10.8-1-x86_64 +installed = libgit2-1:0.27.0-1-x86_64 +installed = libglade-2.6.4-6-x86_64 +installed = libglvnd-1.0.0-1-x86_64 +installed = libgnome-keyring-3.12.0-3-x86_64 +installed = libgoom2-2k4-4-x86_64 +installed = libgpg-error-1.31-1-x86_64 +installed = libgphoto2-2.5.18-1-x86_64 +installed = libgtop-2.38.0+13+gcab8791f-1-x86_64 +installed = libgudev-232-1-x86_64 +installed = libgusb-0.2.11-1-x86_64 +installed = libibus-1.5.18-1-x86_64 +installed = libical-3.0.3-2-x86_64 +installed = libice-1.0.9-2-x86_64 +installed = libid3tag-0.15.1b-9-x86_64 +installed = libidl2-0.8.14-4-x86_64 +installed = libidn-1.34-2-x86_64 +installed = libidn2-2.0.5-1-x86_64 +installed = libiec61883-1.2.0-5-x86_64 +installed = libieee1284-0.2.11-7-x86_64 +installed = libindi-1.7.2-2-x86_64 +installed = libinput-1.11.1-1-x86_64 +installed = libixion-0.13.0-2-x86_64 +installed = libjpeg-turbo-1.5.3-1-x86_64 +installed = libkate-0.4.1-6-x86_64 +installed = libkdcraw-18.04.2-1-x86_64 +installed = libkexiv2-18.04.2-1-x86_64 +installed = libkipi-18.04.2-1-x86_64 +installed = libksane-18.04.2-1-x86_64 +installed = libksba-1.3.5-1-x86_64 +installed = libkscreen-5.13.1-1-x86_64 +installed = libksysguard-5.13.1-1-x86_64 +installed = liblangtag-0.6.2-1-x86_64 +installed = libldap-2.4.46-1-x86_64 +installed = liblouis-3.5.0-1-x86_64 +installed = liblqr-0.4.2-2-x86_64 +installed = libmad-0.15.1b-8-x86_64 +installed = libmagick-7.0.8.2-1-x86_64 +installed = libmagick6-6.9.10.2-1-x86_64 +installed = libmariadbclient-10.1.33-1-x86_64 +installed = libmatroska-1.4.9-1-x86_64 +installed = libmbim-1.16.0-1-x86_64 +installed = libmediainfo-18.05-2-x86_64 +installed = libmicrohttpd-0.9.59-1-x86_64 +installed = libmirage-3.1.0-1-x86_64 +installed = libmm-glib-1.8.0-1-x86_64 +installed = libmms-0.6.4-2-x86_64 +installed = libmng-2.0.3-2-x86_64 +installed = libmnl-1.0.4-1-x86_64 +installed = libmodplug-0.8.9.0-1-x86_64 +installed = libmpc-1.1.0-1-x86_64 +installed = libmpcdec-1:0.1+r475-1-x86_64 +installed = libmpeg2-0.5.1-6-x86_64 +installed = libmspub-0.1.4-2-x86_64 +installed = libmwaw-0.3.14-1-x86_64 +installed = libndp-1.6-1-x86_64 +installed = libnewt-0.52.20-1-x86_64 +installed = libnfs-2.0.0-1-x86_64 +installed = libnftnl-1.1.0-1-x86_64 +installed = libnghttp2-1.31.1-1-x86_64 +installed = libnice-0.1.14+70+gfb2f1f7-1-x86_64 +installed = libnl-3.4.0-1-x86_64 +installed = libnm-1.10.10-1-x86_64 +installed = libnm-glib-1.10.10-1-x86_64 +installed = libnotify-0.7.7-1-x86_64 +installed = libnova-0.15.0-2-x86_64 +installed = libnsl-1.2.0-1-x86_64 +installed = libodfgen-0.1.7-1-x86_64 +installed = libogg-1.3.3-2-x86_64 +installed = libomxil-bellagio-0.9.3-2-x86_64 +installed = liborcus-0.13.4-2-x86_64 +installed = libotf-0.9.16-1-x86_64 +installed = libpagemaker-0.0.4-1-x86_64 +installed = libpaper-1.1.24-10-x86_64 +installed = libpasastro-1.1-19-x86_64 +installed = libpcap-1.8.1-2-x86_64 +installed = libpciaccess-0.14-1-x86_64 +installed = libpgm-5.2.122-3-x86_64 +installed = libpipeline-1.5.0-1-x86_64 +installed = libpng-1.6.34-2-x86_64 +installed = libpng12-1.2.59-1-x86_64 +installed = libproxy-0.4.15-6-x86_64 +installed = libpsl-0.20.2-1-x86_64 +installed = libpulse-11.1-1-x86_64 +installed = libpurple-2.13.0-2-x86_64 +installed = libpwquality-1.4.0-1-x86_64 +installed = libqalculate-2.6.0.b-1-x86_64 +installed = libqmi-1.20.0-1-x86_64 +installed = libqxp-0.0.1-2-x86_64 +installed = libraqm-0.5.0-1-x86_64 +installed = libraw-0.18.12-1-x86_64 +installed = libraw1394-2.1.2-1-x86_64 +installed = libreoffice-fresh-6.0.4-2-x86_64 +installed = librevenge-0.0.4-2-x86_64 +installed = librsvg-2:2.42.5-1-x86_64 +installed = libsamplerate-0.1.9-1-x86_64 +installed = libsasl-2.1.26-12-x86_64 +installed = libseccomp-2.3.2-2-x86_64 +installed = libsecret-0.18.6-1-x86_64 +installed = libshout-1:2.4.1-3-x86_64 +installed = libsidplay-1.36.59-8-x86_64 +installed = libsigc++-2.10.0-1-x86_64 +installed = libsigsegv-2.12-1-x86_64 +installed = libsm-1.2.2-3-x86_64 +installed = libsndfile-1.0.28-1-x86_64 +installed = libsodium-1.0.16-1-x86_64 +installed = libsoup-2.62.2-1-x86_64 +installed = libsoxr-0.1.3-1-x86_64 +installed = libspnav-0.2.3-2-x86_64 +installed = libsrtp-1:2.2.0-1-x86_64 +installed = libssh-0.7.5-2-x86_64 +installed = libssh2-1.8.0-2-x86_64 +installed = libstaroffice-0.0.6-1-x86_64 +installed = libstdc++5-3.3.6-5-x86_64 +installed = libstemmer-0+337-2-x86_64 +installed = libsystemd-git-238.1354-1-x86_64 +installed = libtar-1.2.20-4-x86_64 +installed = libtasn1-4.13-1-x86_64 +installed = libteam-1.27-1-x86_64 +installed = libthai-0.1.27-1-x86_64 +installed = libtheora-1.1.1-4-x86_64 +installed = libtiff-4.0.9-1-x86_64 +installed = libtiger-0.3.4-5-x86_64 +installed = libtirpc-1.0.3-2-x86_64 +installed = libtommath-1.0.1-1-x86_64 +installed = libtool-2.4.6+40+g6ca5e224-7-x86_64 +installed = libtxc_dxtn-1.0.1-6-x86_64 +installed = libunistring-0.9.10-1-x86_64 +installed = libunwind-1.2.1-1-x86_64 +installed = libupnp-1.6.25-1-x86_64 +installed = libusb-1.0.22-1-x86_64 +installed = libutempter-1.1.6-3-x86_64 +installed = libutil-linux-2.32-3-x86_64 +installed = libuv-1.20.3-1-x86_64 +installed = libva-2.1.0-1-x86_64 +installed = libva-intel-driver-2.1.0-1-x86_64 +installed = libvdpau-1.1.1+3+ga21bf7a-1-x86_64 +installed = libvisio-0.1.6-3-x86_64 +installed = libvisual-0.4.0-7-x86_64 +installed = libvncserver-0.9.11-3-x86_64 +installed = libvoikko-4.1.1-1-x86_64 +installed = libvorbis-1.3.6-1-x86_64 +installed = libvpx-1.7.0-1-x86_64 +installed = libwacom-0.29-1-x86_64 +installed = libwbclient-4.8.2-1-x86_64 +installed = libwebp-1.0.0-1-x86_64 +installed = libwmf-0.2.8.4-14-x86_64 +installed = libwpd-0.10.2-1-x86_64 +installed = libwpg-0.3.2-1-x86_64 +installed = libwps-0.4.9-1-x86_64 +installed = libx11-1.6.5-1-x86_64 +installed = libx264-2:152.20171224-2-x86_64 +installed = libx86emu-1.12-1-x86_64 +installed = libxau-1.0.8-3-x86_64 +installed = libxaw-1.0.13-2-x86_64 +installed = libxcb-1.13-1-x86_64 +installed = libxcomposite-0.4.4-3-x86_64 +installed = libxcursor-1.1.15-1-x86_64 +installed = libxdamage-1.1.4-3-x86_64 +installed = libxdmcp-1.1.2-2-x86_64 +installed = libxext-1.3.3-2-x86_64 +installed = libxfixes-5.0.3-2-x86_64 +installed = libxfont2-2.0.3-1-x86_64 +installed = libxft-2.3.2-2-x86_64 +installed = libxi-1.7.9-1-x86_64 +installed = libxinerama-1.1.3-3-x86_64 +installed = libxkbcommon-0.8.0-1-x86_64 +installed = libxkbcommon-x11-0.8.0-1-x86_64 +installed = libxkbfile-1.0.9-2-x86_64 +installed = libxml++2.6-2.40.1-2-x86_64 +installed = libxml2-2.9.8-2-x86_64 +installed = libxmu-1.1.2-2-x86_64 +installed = libxnvctrl-396.24-1-x86_64 +installed = libxpm-3.5.12-1-x86_64 +installed = libxrandr-1.5.1-2-x86_64 +installed = libxrender-0.9.10-1-x86_64 +installed = libxres-1.2.0-1-x86_64 +installed = libxshmfence-1.3-1-x86_64 +installed = libxslt-1.1.32+3+g32c88216-1-x86_64 +installed = libxss-1.2.2-3-x86_64 +installed = libxt-1.1.5-2-x86_64 +installed = libxtst-1.2.3-1-x86_64 +installed = libxv-1.0.11-1-x86_64 +installed = libxvmc-1.0.10-1-x86_64 +installed = libxxf86dga-1.1.4-2-x86_64 +installed = libxxf86vm-1.1.4-2-x86_64 +installed = libyaml-0.1.7-1-x86_64 +installed = libzen-0.4.37-1-x86_64 +installed = libzip-1.5.1-1-x86_64 +installed = libzmf-0.0.2-3-x86_64 +installed = licenses-20171006-1-any +installed = linux-4.17.2-1-x86_64 +installed = linux-api-headers-4.16.1-1-any +installed = linux-firmware-20180606.d114732-1-any +installed = linux-headers-4.17.2-1-x86_64 +installed = live-media-2018.01.29-1-x86_64 +installed = llvm-6.0.0-4-x86_64 +installed = llvm-libs-6.0.0-4-x86_64 +installed = lm_sensors-3.4.0-4-x86_64 +installed = lmdb-0.9.22-1-x86_64 +installed = log4cplus-2.0.0-1-x86_64 +installed = logmein-hamachi-2.1.0.174-3-x86_64 +installed = logrotate-3.14.0-1-x86_64 +installed = loliclip-2.6-1-x86_64 +installed = lpsolve-5.5.2.5-2-x86_64 +installed = lsb-release-1.4-15-any +installed = lsof-4.91-1-x86_64 +installed = lsscsi-0.29-1-x86_64 +installed = lua-5.3.4-2-x86_64 +installed = lua51-5.1.5-6-x86_64 +installed = lua52-5.2.4-2-x86_64 +installed = lvm2-2.02.177-5-x86_64 +installed = lz4-1:1.8.2-2-x86_64 +installed = lzo-2.10-1-x86_64 +installed = m4-1.4.18-1-x86_64 +installed = magiclantern-bootablecard-1-1-x86_64 +installed = magiclantern-tools-1-1-any +installed = make-4.2.1-2-x86_64 +installed = man-db-2.8.3-1-x86_64 +installed = man-pages-4.16-1-any +installed = marble-common-18.04.2-1-x86_64 +installed = mcpp-2.7.2-6-x86_64 +installed = mdadm-4.0-1-x86_64 +installed = mdds-1.3.1-1-any +installed = media-player-info-23-1-any +installed = memtester-4.3.0-4-x86_64 +installed = mercurial-4.6.1-1-x86_64 +installed = mesa-18.1.1-1-x86_64 +installed = mesa-demos-8.4.0-1-x86_64 +installed = meson-0.46.1-1-any +installed = milou-5.13.1-1-x86_64 +installed = mime-types-9-1-any +installed = mingw-w64-binutils-2.29-1-x86_64 +installed = mingw-w64-crt-5.0.3-1-any +installed = mingw-w64-gcc-7.3.0-1-x86_64 +installed = mingw-w64-headers-5.0.3-1-any +installed = mingw-w64-winpthreads-5.0.3-1-any +installed = minizip-1:1.2.11-2-x86_64 +installed = mkinitcpio-24-2-any +installed = mkinitcpio-busybox-1.28.4-1-x86_64 +installed = mlt-6.8.0-2-x86_64 +installed = mobile-broadband-provider-info-20170310-1-any +installed = modemmanager-1.8.0-1-x86_64 +installed = modemmanager-qt-5.47.0-1-x86_64 +installed = monica-3.7-6-x86_64 +installed = mono-5.12.0.260-1-x86_64 +installed = mozilla-common-1.4-5-any +installed = mpfr-4.0.1-1-x86_64 +installed = mpfr316-compat-3.1.6.p1-1-x86_64 +installed = mpg123-1.25.10-1-x86_64 +installed = mtdev-1.1.5-2-x86_64 +installed = nano-2.9.8-1-x86_64 +installed = nasm-2.13.03-1-x86_64 +installed = ncurses-6.1-3-x86_64 +installed = ndctl-60.3-2-x86_64 +installed = neon-0.30.2-3-x86_64 +installed = net-snmp-5.7.3-8-x86_64 +installed = net-tools-1.60.20180212git-1-x86_64 +installed = netactview-0.6.4-4-x86_64 +installed = netctl-1.16-1-any +installed = netpbm-10.73.18-1-x86_64 +installed = nettle-3.4-1-x86_64 +installed = networkmanager-1.10.2-1-x86_64 +installed = networkmanager-qt-5.47.0-1-x86_64 +installed = ninja-1.8.2-1-x86_64 +installed = notify-sharp-0.4.1-3-any +installed = noto-fonts-20180322-1-any +installed = npapi-vlc-git-2.2.5.10.r1547.g8d974bf-1-x86_64 +installed = npth-1.5-1-x86_64 +installed = nspr-4.19-1-x86_64 +installed = nss-3.37.3-1-x86_64 +installed = ntfs-3g-2017.3.23-1-x86_64 +installed = numactl-2.0.11-2-x86_64 +installed = nvidia-dkms-396.51.02-1-x86_64 +installed = nvidia-settings-396.24-1-x86_64 +installed = nvidia-utils-396.51.02-1-x86_64 +installed = nvidia-xrun-git-0.3.58.g9d8d477-1-x86_64 +installed = ocl-icd-2.2.12-1-x86_64 +installed = octopi-git-1:0.8.1.r1408.251822c-1-x86_64 +installed = okteta-1:0.25.0-1-x86_64 +installed = openal-1.18.2-2-x86_64 +installed = openbox-3.6.1-3-x86_64 +installed = opencl-headers-2:2.2.20170516-1-any +installed = opencollada-1:1.6.59-1-x86_64 +installed = opencolorio-1.1.0-1-x86_64 +installed = opencore-amr-0.1.5-1-x86_64 +installed = openexr-2.2.1-1-x86_64 +installed = openimageio-1.8.12-1-x86_64 +installed = openjpeg-1.5.2-2-x86_64 +installed = openjpeg2-2.3.0-1-x86_64 +installed = openldap-2.4.46-1-x86_64 +installed = openresolv-3.9.0-1-any +installed = openshadinglanguage-1.9.9-5-x86_64 +installed = openslp-2.0.0-2-x86_64 +installed = openssh-7.7p1-1-x86_64 +installed = openssl-1.1.0.h-1-x86_64 +installed = openssl-1.0-1.0.2.o-1-x86_64 +installed = opensubdiv-3.3.1-1-x86_64 +installed = openvdb-5.1.0-2-x86_64 +installed = opus-1.2.1-1-x86_64 +installed = opus-tools-0.1.10-1-x86_64 +installed = orc-0.4.28-1-x86_64 +installed = otf-museosans-fonts-1-1-x86_64 +installed = p11-kit-0.23.12-1-x86_64 +installed = p7zip-16.02-5-x86_64 +installed = pacaur-git-4.7.90-1-any +installed = package-query-1.9-3-x86_64 +installed = pacman-5.1.0-2-x86_64 +installed = pacman-contrib-1.0.0-2-x86_64 +installed = pacman-mirrorlist-20180524-1-any +installed = pam-1.3.0-2-x86_64 +installed = pambase-20171006-1-any +installed = pango-1.42.1-1-x86_64 +installed = pangomm-2.40.1-2-x86_64 +installed = pangox-compat-0.0.2+2+gedb9e09-2-x86_64 +installed = parted-3.2-6-x86_64 +installed = patch-2.7.6-1-x86_64 +installed = pciutils-3.5.6-1-x86_64 +installed = pcmciautils-018-8-x86_64 +installed = pcre-8.42-1-x86_64 +installed = pcre2-10.31-1-x86_64 +installed = pdftk-bin-2.02_4_b2-3-x86_64 +installed = perl-5.26.2-1-x86_64 +installed = perl-digest-sha1-2.13-10-x86_64 +installed = perl-encode-locale-1.05-3-any +installed = perl-error-0.17026-1-any +installed = perl-file-basedir-0.08-1-any +installed = perl-file-desktopentry-0.22-3-any +installed = perl-file-listing-6.04-4-any +installed = perl-file-mimeinfo-0.28-3-any +installed = perl-html-parser-3.72-5-x86_64 +installed = perl-html-tagset-3.20-6-any +installed = perl-http-cookies-6.04-2-any +installed = perl-http-daemon-6.01-5-any +installed = perl-http-date-6.02-4-any +installed = perl-http-message-6.18-1-any +installed = perl-http-negotiate-6.01-4-any +installed = perl-image-exiftool-11.01-1-any +installed = perl-io-html-1.001-3-any +installed = perl-io-socket-inet6-2.72-3-any +installed = perl-ipc-system-simple-1.25-3-any +installed = perl-libwww-6.33-1-any +installed = perl-locale-gettext-1.07-5-x86_64 +installed = perl-lwp-mediatypes-6.02-4-any +installed = perl-mailtools-2.20-1-any +installed = perl-net-http-6.18-1-any +installed = perl-parse-yapp-1.05-8-any +installed = perl-regexp-common-2016010801-4-any +installed = perl-socket6-0.28-4-x86_64 +installed = perl-test-needs-0.002005-3-any +installed = perl-test-pod-1.52-1-any +installed = perl-timedate-2.30-4-any +installed = perl-try-tiny-0.30-1-any +installed = perl-uri-1.74-1-any +installed = perl-www-robotrules-6.02-4-any +installed = perl-xml-parser-2.44-6-x86_64 +installed = perl-yaml-1.26-1-any +installed = phonon-qt5-4.10.1-1-x86_64 +installed = phonon-qt5-gstreamer-4.9.0-4-x86_64 +installed = pidgin-2.13.0-2-x86_64 +installed = pidgin-embeddedvideo-1.2-3-x86_64 +installed = pidgin-extended-blist-sort-1.9-1-x86_64 +installed = pidgin-libnotify-0.14-10-x86_64 +installed = pidgin-musictracker-0.4.22-6-x86_64 +installed = pidgin-opensteamworks-git-1.6.1.r62.gab6d446-1-x86_64 +installed = pidgin-smileys-facebook-1.0-1-x86_64 +installed = pidgin-smileys-msn-1.0-1-x86_64 +installed = pidgin-sound-1.2.1-1-x86_64 +installed = pidgin-toobars-1.14-2-x86_64 +installed = pidgin-unicode-emoji-git-r33.da5147c-1-any +installed = pidgin-window_merge-0.3-1-x86_64 +installed = pinentry-1.1.0-3-x86_64 +installed = pixman-0.34.0-1-x86_64 +installed = pkgbuild-introspection-8-1-any +installed = pkgconf-1.4.2-2-x86_64 +installed = pkgfile-17-1-x86_64 +installed = plasma-desktop-5.13.1-1-x86_64 +installed = plasma-framework-5.47.0-1-x86_64 +installed = plasma-integration-5.13.1-1-x86_64 +installed = plasma-nm-5.13.1-1-x86_64 +installed = plasma-pa-5.13.1-1-x86_64 +installed = plasma-vault-5.13.1-1-x86_64 +installed = plasma-video-wallpaper-git-r13.65a7928-1-any +installed = plasma-workspace-5.13.1-1-x86_64 +installed = plasma-workspace-wallpapers-5.13.1-1-any +installed = playonlinux-4.2.10-1-any +installed = plotutils-2.6-8-x86_64 +installed = podofo-0.9.5-2-x86_64 +installed = polkit-0.114-1-x86_64 +installed = polkit-kde-agent-5.13.1-1-x86_64 +installed = polkit-qt5-0.112.0+git20180107-1-x86_64 +installed = poppler-0.64.0-1-x86_64 +installed = poppler-data-0.4.9-1-any +installed = poppler-glib-0.64.0-1-x86_64 +installed = poppler-qt5-0.64.0-1-x86_64 +installed = popt-1.16-9-x86_64 +installed = portaudio-190600_20161030-1-x86_64 +installed = postgresql-libs-10.4-3-x86_64 +installed = potrace-1.15-1-x86_64 +installed = powerdevil-5.13.1-1-x86_64 +installed = ppp-2.4.7-4-x86_64 +installed = print-manager-18.04.3-1-x86_64 +installed = prison-5.47.0-1-x86_64 +installed = procps-ng-3.3.15-1-x86_64 +installed = progsreiserfs-0.3.0.5-9-x86_64 +installed = projectm-2.1.0-17-x86_64 +installed = protobuf-3.5.2-1-x86_64 +installed = protobuf-c-1.3.0-2-x86_64 +installed = psmisc-23.1-1-x86_64 +installed = pstoedit-3.73-1-x86_64 +installed = ptex-2.1.33-1-x86_64 +installed = pugixml-1.9-1-x86_64 +installed = pulseaudio-11.1-1-x86_64 +installed = pulseaudio-alsa-2-4-any +installed = pulseaudio-gconf-11.1-1-x86_64 +installed = purple-facebook-git-v0.9.5.9ff9acf9fa14.r3.g4aa77de-1-x86_64 +installed = purple-plugin-pack-2.7.0-4-x86_64 +installed = purple-skypeweb-git-r974.c6cf5bf-1-any +installed = pygobject-devel-3.28.3-1-x86_64 +installed = pyqt5-common-5.10.1-3-x86_64 +installed = python-3.6.5-3-x86_64 +installed = python-anytree-2.4.3-1-any +installed = python-appdirs-1.4.3-1-any +installed = python-asn1crypto-0.24.0-1-any +installed = python-beaker-1.10.0-1-any +installed = python-cffi-1.11.5-1-x86_64 +installed = python-chardet-3.0.4-1-any +installed = python-cryptography-2.2.2-1-x86_64 +installed = python-dateutil-2.7.3-1-any +installed = python-dbus-1.2.6-1-x86_64 +installed = python-dbus-common-1.2.6-1-x86_64 +installed = python-distutils-extra-2.39-2-any +installed = python-docutils-0.14-1-any +installed = python-geopy-1.11.0-1-any +installed = python-gobject-3.28.3-1-x86_64 +installed = python-idna-2.7-2-any +installed = python-lxml-4.2.1-1-x86_64 +installed = python-mako-1.0.7-1-any +installed = python-markdown-2.6.11-1-any +installed = python-markdown-math-0.6-1-any +installed = python-markups-3.0.0-2-any +installed = python-markupsafe-1.0-1-x86_64 +installed = python-numpy-1.14.5-1-x86_64 +installed = python-oauthlib-2.1.0-1-any +installed = python-packaging-17.1-1-any +installed = python-ply-3.11-1-any +installed = python-pycparser-2.18-1-any +installed = python-pycups-1.9.73-3-x86_64 +installed = python-pyexiftool-0.2.0-2-any +installed = python-pygments-2.2.0-1-any +installed = python-pyparsing-2.2.0-1-any +installed = python-pyqt5-5.10.1-3-x86_64 +installed = python-pytz-2018.4-1-any +installed = python-requests-2.19.1-1-any +installed = python-requests-oauthlib-1.0.0-1-any +installed = python-setuptools-1:39.2.0-2-any +installed = python-sip-4.19.8-1-x86_64 +installed = python-six-1.11.0-1-any +installed = python-urllib3-1.23-1-any +installed = python2-2.7.15-1-x86_64 +installed = python2-appdirs-1.4.3-1-any +installed = python2-beaker-1.10.0-1-any +installed = python2-dbus-1.2.6-1-x86_64 +installed = python2-docutils-0.14-1-any +installed = python2-funcsigs-1.0.2-1-any +installed = python2-mako-1.0.7-1-any +installed = python2-markupsafe-1.0-1-x86_64 +installed = python2-numpy-1.14.5-1-x86_64 +installed = python2-packaging-17.1-1-any +installed = python2-pyparsing-2.2.0-1-any +installed = python2-setuptools-1:39.2.0-2-any +installed = python2-six-1.11.0-1-any +installed = qca-qt5-2.1.3-10-x86_64 +installed = qgpgme-1.11.1-1-x86_64 +installed = qnapi-0.2.3-1-x86_64 +installed = qpdf-8.0.2-1-x86_64 +installed = qqc2-desktop-style-5.47.0-1-x86_64 +installed = qrencode-4.0.2-1-x86_64 +installed = qt-flif-plugin-git-r16.9272881-1-x86_64 +installed = qt5-base-5.11.1-1-x86_64 +installed = qt5-datavis3d-5.11.1-1-x86_64 +installed = qt5-declarative-5.11.1-1-x86_64 +installed = qt5-graphicaleffects-5.11.1-1-x86_64 +installed = qt5-imageformats-5.11.1-1-x86_64 +installed = qt5-location-5.11.1-1-x86_64 +installed = qt5-multimedia-5.11.1-1-x86_64 +installed = qt5-quickcontrols-5.11.1-1-x86_64 +installed = qt5-quickcontrols2-5.11.1-1-x86_64 +installed = qt5-script-5.11.1-1-x86_64 +installed = qt5-sensors-5.11.1-1-x86_64 +installed = qt5-speech-5.11.1-1-x86_64 +installed = qt5-svg-5.11.1-1-x86_64 +installed = qt5-tools-5.11.1-1-x86_64 +installed = qt5-webchannel-5.11.1-1-x86_64 +installed = qt5-webengine-5.11.1-1-x86_64 +installed = qt5-webkit-5.212.0alpha2-15-x86_64 +installed = qt5-x11extras-5.11.1-1-x86_64 +installed = qt5-xmlpatterns-5.11.1-1-x86_64 +installed = qtermwidget-0.9.0-1-x86_64 +installed = qtspell-0.8.4-1-x86_64 +installed = quazip-0.7.3-4-x86_64 +installed = quota-tools-1:4.04-1-x86_64 +installed = raptor-2.0.15-8-x86_64 +installed = rar-5.5.0-1-x86_64 +installed = rasqal-1:0.9.33-2-x86_64 +installed = raw2dng-1-1-any +installed = rawtran-0.3.8-1-x86_64 +installed = re2-20180401-1-x86_64 +installed = readline-7.0.005-1-x86_64 +installed = redland-1:1.0.17-4-x86_64 +installed = reflector-2018-1-any +installed = reiserfsprogs-3.6.27-1-x86_64 +installed = rest-0.8.1-1-x86_64 +installed = retext-git-7.0.0.r95.g88ee7bf-1-any +installed = reverse-geo-1-1-x86_64 +installed = rhash-1.3.6-1-x86_64 +installed = rpcs3-git-0.0.5.r722.57ba9d393-1-x86_64 +installed = rpcsvc-proto-1.4-1-x86_64 +installed = rrdtool-1.7.0-4-x86_64 +installed = rsync-3.1.3-1-x86_64 +installed = rtkit-0.11+8+ge0a51fe-1-x86_64 +installed = ruby-2.5.1-1-x86_64 +installed = rubygems-2.7.7-1-any +installed = run-parts-4.8.6-1-x86_64 +installed = samba-4.8.2-1-x86_64 +installed = sane-1.0.27-1-x86_64 +installed = sddm-0.17.0-5-x86_64 +installed = sddm-kcm-5.13.1-1-x86_64 +installed = sdl-1.2.15-9-x86_64 +installed = sdl2-2.0.8-8-x86_64 +installed = sdl_image-1.2.12-4-x86_64 +installed = sdl_ttf-2.0.11-4-x86_64 +installed = sdlhack-1.4-1-x86_64 +installed = seabios-1.11.0-1-any +installed = sed-4.5-1-x86_64 +installed = shadow-4.5-4-x86_64 +installed = shared-color-targets-0.1.7-1-any +installed = shared-mime-info-1.9-1-x86_64 +installed = simplescreenrecorder-0.3.11-1-x86_64 +installed = sip-4.19.8-1-x86_64 +installed = skanlite-2.1.0.1-1-x86_64 +installed = skychart-4.0-3-x86_64 +installed = skychart-data-dso-20130309-1-any +installed = skychart-data-stars-20130309-1-any +installed = skychart-pictures-3.1-2-any +installed = slang-2.3.2-1-x86_64 +installed = smartmontools-6.6-1-x86_64 +installed = smbclient-4.8.2-1-x86_64 +installed = snappy-1.1.7-1-x86_64 +installed = socat-1.7.3.2-2-x86_64 +installed = solid-5.47.0-1-x86_64 +installed = sonnet-5.47.0-1-x86_64 +installed = sound-theme-freedesktop-0.8-3-any +installed = soundfont-fluid-3.1-1-any +installed = source-highlight-3.1.8-15-x86_64 +installed = speex-1.2.0-1-x86_64 +installed = speexdsp-1.2rc3-3-x86_64 +installed = spice-0.14.0-2-x86_64 +installed = sqlite-3.24.0-1-x86_64 +installed = sqlitebrowser-3.10.1-1-x86_64 +installed = sshfs-3.3.2-1-x86_64 +installed = startup-notification-0.12-5-x86_64 +installed = stderred-1.0.37.g399e3b1-1-any +installed = steam-1.0.0.54-3-x86_64 +installed = stellarium-0.18.0-1-x86_64 +installed = subnetcalc-2.4.7-1-x86_64 +installed = subtitleeditor-0.54.0-4-x86_64 +installed = sudo-1.8.23-2-x86_64 +installed = svgpart-18.04.2-1-x86_64 +installed = swig-3.0.12-1-x86_64 +installed = syntax-highlighting-5.47.0-1-x86_64 +installed = sysfsutils-2.1.0-10-x86_64 +installed = syslinux-6.03-10-x86_64 +installed = systemd-238.133-4-x86_64 +installed = systemd-sysvcompat-238.133-4-x86_64 +installed = systemsettings-5.13.1-1-x86_64 +installed = t1lib-5.1.2-6-x86_64 +installed = taglib-1.11.1-1-x86_64 +installed = talloc-2.1.13-1-x86_64 +installed = tar-1.30-1-x86_64 +installed = tcl-8.6.8-3-x86_64 +installed = tdb-1.3.15-1-x86_64 +installed = teamspeak3-3.1.10-1-x86_64 +installed = terminus-font-4.46-1-any +installed = tesseract-3.05.01-5-x86_64 +installed = tesseract-data-eng-1:3.04.00-1-any +installed = tesseract-data-fin-1:3.04.00-1-any +installed = testdisk-7.0-4-x86_64 +installed = tevent-1:0.9.36-1-x86_64 +installed = texinfo-6.5-1-x86_64 +installed = thermald-1.7.2-1-x86_64 +installed = thin-provisioning-tools-0.7.6-1-x86_64 +installed = threadweaver-5.47.0-1-x86_64 +installed = thunderbird-52.8.0-1-x86_64 +installed = tidy-5.6.0-1-x86_64 +installed = tint2-16.4-1-x86_64 +installed = tinyxml-2.6.2-6-x86_64 +installed = tinyxml2-6.2.0-1-x86_64 +installed = tk-8.6.8-3-x86_64 +installed = traceroute-2.1.0-1-x86_64 +installed = transmission-cli-2.94-1-x86_64 +installed = transmission-qt-2.94-1-x86_64 +installed = tree-1.7.0-2-x86_64 +installed = tslib-1.16-1-x86_64 +installed = ttf-dejavu-2.37-2-any +installed = ttf-freefont-20120503-5-any +installed = ttf-hack-3.003-1-any +installed = ttf-ms-fonts-2.0-10-any +installed = ttyecho-1-1-any +installed = twolame-0.3.13-8-x86_64 +installed = txt2tags-2.6-5-any +installed = tzdata-2018e-1-any +installed = ucl-1.03-8-x86_64 +installed = udisks2-2.7.6-1-x86_64 +installed = unace-2.5-10-x86_64 +installed = unixodbc-2.3.6-1-x86_64 +installed = unrar-1:5.6.4-1-x86_64 +installed = unzip-6.0-12-x86_64 +installed = upower-git-0.99.7.r16.g49af045-1-x86_64 +installed = upx-3.94-1-x86_64 +installed = usbredir-0.7.1-1-x86_64 +installed = usbutils-009-1-x86_64 +installed = user-manager-5.13.1-1-x86_64 +installed = util-linux-2.32-3-x86_64 +installed = v4l-utils-1.14.2-1-x86_64 +installed = vala-0.40.6-1-x86_64 +installed = vcdimager-2.0.1-1-x86_64 +installed = vde2-2.3.2-10-x86_64 +installed = vhba-module-dkms-20170610-78-x86_64 +installed = vid.stab-1.1-2-x86_64 +installed = vips-8.6.3-1-x86_64 +installed = virglrenderer-0.6.0-1-x86_64 +installed = virtualbox-5.2.12-2-x86_64 +installed = virtualbox-ext-oracle-5.2.12-1-any +installed = virtualbox-guest-iso-5.2.12-1-any +installed = virtualbox-host-dkms-5.2.12-2-x86_64 +installed = virtualgl-2.5.2-3-x86_64 +installed = vkcube-git-r119.0d57034-1-x86_64 +installed = vkmark-git-r114.1ebd493-1-x86_64 +installed = vlc-git-4.0.0.r4399.g69ca39de6e-1-x86_64 +installed = volume_key-0.3.10-1-x86_64 +installed = vorbis-tools-1.4.0-7-x86_64 +installed = vte-common-0.52.2-1-x86_64 +installed = vte3-0.52.2-1-x86_64 +installed = vulkan-headers-1:1.1.76-1-any +installed = vulkan-hpp-1.1.76-1-any +installed = vulkan-icd-loader-1.1.73.0-1-x86_64 +installed = vulkan-validation-layers-1.1.73.0-1-x86_64 +installed = wavpack-5.1.0-2-x86_64 +installed = wayland-1.15.0-1-x86_64 +installed = wayland-protocols-1.14-1-any +installed = wcslib-5.18-3-x86_64 +installed = webkit2gtk-2.20.3-1-x86_64 +installed = webrtc-audio-processing-0.3-2-x86_64 +installed = wget-git-1.19.5.r11.gad261f41-1-x86_64 +installed = which-2.21-2-x86_64 +installed = wine-staging-git-stg.3.13.1.r12.ge7bff1bb+wine.wine.3.13.r205.gba9f3dc198-1-x86_64 +installed = winetricks-20180603-1-any +installed = wireless_tools-30.pre9-2-x86_64 +installed = wireshark-cli-2.6.1-1-x86_64 +installed = wireshark-common-2.6.1-1-x86_64 +installed = wireshark-qt-2.6.1-1-x86_64 +installed = woff2-1.0.2-1-x86_64 +installed = wpa_supplicant-1:2.6-11-x86_64 +installed = wxgtk-common-3.0.4-1-x86_64 +installed = wxgtk2-3.0.4-1-x86_64 +installed = wxgtk2.8-2.8.12.1-6-x86_64 +installed = wxpython-3.0.2.0-3-x86_64 +installed = wxpython2.8-2.8.12.1-3-x86_64 +installed = x11-ssh-askpass-1.2.4.1-6-x86_64 +installed = x264-2:152.20171224-2-x86_64 +installed = x265-2.8-1-x86_64 +installed = xalan-c-1:1.11-2-x86_64 +installed = xapian-core-1:1.4.5-1-x86_64 +installed = xbitmaps-1.1.2-1-any +installed = xcb-proto-1.13-1-any +installed = xcb-util-0.4.0-2-x86_64 +installed = xcb-util-cursor-0.1.3-1-x86_64 +installed = xcb-util-image-0.4.0-2-x86_64 +installed = xcb-util-keysyms-0.4.0-2-x86_64 +installed = xcb-util-renderutil-0.3.9-2-x86_64 +installed = xcb-util-wm-0.4.1-2-x86_64 +installed = xclip-0.13-1-x86_64 +installed = xclipshow-1-1-any +installed = xcursor-dmz-0.4.4-2-any +installed = xdg-user-dirs-0.17-1-x86_64 +installed = xdg-utils-1.1.3-2-any +installed = xerces-c-3.2.1-2-x86_64 +installed = xf86-input-libinput-0.27.1-1-x86_64 +installed = xf86-input-synaptics-1.9.1-1-x86_64 +installed = xf86-intel-multimonitor-1-1-any +installed = xf86-video-intel-1:2.99.917+831+ge7bfc906-1-x86_64 +installed = xfsprogs-4.16.1-1-x86_64 +installed = xkeyboard-config-2.24-1-any +installed = xmlsec-1.2.26-1-x86_64 +installed = xmlto-0.0.28-2-x86_64 +installed = xmltoman-0.4-3-any +installed = xorg-bdftopcf-1.1-1-x86_64 +installed = xorg-docs-1.7.1-2-any +installed = xorg-font-util-1.3.1-2-x86_64 +installed = xorg-font-utils-7.6-5-any +installed = xorg-fonts-100dpi-1.0.3-3-any +installed = xorg-fonts-75dpi-1.0.3-3-any +installed = xorg-fonts-alias-1.0.3-2-any +installed = xorg-fonts-encodings-1.0.4-5-any +installed = xorg-fonts-misc-1.0.3-5-any +installed = xorg-iceauth-1.0.8-1-x86_64 +installed = xorg-luit-1.1.1-3-x86_64 +installed = xorg-mkfontdir-1.0.7-8-any +installed = xorg-mkfontscale-1.1.3-1-x86_64 +installed = xorg-server-1.20.0-8-x86_64 +installed = xorg-server-common-1.20.0-8-x86_64 +installed = xorg-sessreg-1.1.1-1-x86_64 +installed = xorg-setxkbmap-1.3.1-2-x86_64 +installed = xorg-util-macros-1.19.2-1-any +installed = xorg-xauth-1.0.10-1-x86_64 +installed = xorg-xbacklight-1.2.2-1-x86_64 +installed = xorg-xcursorgen-1.0.6-2-x86_64 +installed = xorg-xdpyinfo-1.3.2-2-x86_64 +installed = xorg-xgamma-1.0.6-2-x86_64 +installed = xorg-xinit-1.4.0-3-x86_64 +installed = xorg-xkbcomp-1.4.2-1-x86_64 +installed = xorg-xkill-1.0.5-1-x86_64 +installed = xorg-xmessage-1.0.5-1-x86_64 +installed = xorg-xmodmap-1.0.9-2-x86_64 +installed = xorg-xprop-1.2.3-1-x86_64 +installed = xorg-xrandr-1.5.0-1-x86_64 +installed = xorg-xrdb-1.1.1-1-x86_64 +installed = xorg-xresprobe-0.4.23-1-any +installed = xorg-xset-1.2.4-1-x86_64 +installed = xorg-xsetroot-1.1.2-1-x86_64 +installed = xorgproto-2018.4-1-any +installed = xosd-2.2.14-9-x86_64 +installed = xplanet-1.3.1-1-x86_64 +installed = xterm-333-1-x86_64 +installed = xtrans-1.3.5-2-any +installed = xvidcore-1.3.5-1-x86_64 +installed = xz-5.2.4-1-x86_64 +installed = yajl-2.1.0-2-x86_64 +installed = yaml-cpp-0.6.2-1-x86_64 +installed = yasm-1.3.0-2-x86_64 +installed = yelp-tools-3.28.0-1-any +installed = yelp-xsl-3.28.0-1-any +installed = youtube-dl-git-2018.06.04.r8.9d581efe0-1-any +installed = zeromq-4.2.2-2-x86_64 +installed = zip-3.0-8-x86_64 +installed = zlib-1:1.2.11-2-x86_64 +installed = zsnes-netplay-1.42-3-x86_64 +installed = zstd-1.3.4-1-x86_64 +installed = zsync-0.6.2-4-x86_64 +installed = zvbi-0.2.35-2-x86_64 +installed = zziplib-0.13.69-1-x86_64 diff --git a/libetc/pkg/libetc/.MTREE b/libetc/pkg/libetc/.MTREE new file mode 100644 index 0000000000000000000000000000000000000000..405fe31fd431f7b3e237df3943fd8b850973fc9d GIT binary patch literal 431 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 literal 0 HcmV?d00001 diff --git a/libetc/src/libetc-0.4.tar.gz b/libetc/src/libetc-0.4.tar.gz new file mode 120000 index 0000000..dd3b395 --- /dev/null +++ b/libetc/src/libetc-0.4.tar.gz @@ -0,0 +1 @@ +/home/fincer/arch_linux_programs/libetc/libetc-0.4.tar.gz \ No newline at end of file diff --git a/libetc/src/libetc-0.4/COPYING b/libetc/src/libetc-0.4/COPYING new file mode 100644 index 0000000..4432540 --- /dev/null +++ b/libetc/src/libetc-0.4/COPYING @@ -0,0 +1,676 @@ + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/libetc/src/libetc-0.4/Makefile b/libetc/src/libetc-0.4/Makefile new file mode 100644 index 0000000..47209e5 --- /dev/null +++ b/libetc/src/libetc-0.4/Makefile @@ -0,0 +1,20 @@ +VERSION = 0.4 +MAJOR = 0 + +LIBDIR=/usr/lib + +.PHONY: all +all: libetc.so.${VERSION} + +libetc.so.${VERSION}: libetc.c libetc.h + gcc ${CFLAGS} -Wall -g -O2 -shared -fPIC -Wl,-soname,libetc.so.${MAJOR} -o libetc.so.${VERSION} libetc.c -ldl -lc + +.PHONY: clean +clean: + rm -f libetc.so.${VERSION} + +.PHONY: all +install: libetc.so.${VERSION} + install -s -m 6644 libetc.so.${VERSION} ${DESTDIR}${LIBDIR} + ln -fs ${DESTDIR}${LIBDIR}/libetc.so.${VERSION} ${DESTDIR}${LIBDIR}/libetc.so.${MAJOR} + ln -fs ${DESTDIR}${LIBDIR}/libetc.so.${VERSION} ${DESTDIR}${LIBDIR}/libetc.so diff --git a/libetc/src/libetc-0.4/NEWS b/libetc/src/libetc-0.4/NEWS new file mode 100644 index 0000000..7454066 --- /dev/null +++ b/libetc/src/libetc-0.4/NEWS @@ -0,0 +1,27 @@ +0.4 + Simon Lipp : + * Added cleaned up bind and connect functions + * Added an install target to the Makefile + * Code cleanup (make heavy use of the prepocessor) + * Bug fixes + Luc Dufresne : + * Very small bugfix in connect function + * Fix a problem with 'stat' which prevented libetc to work on amd64 + * Added a blacklist of programs for which libetc should do nothing + ($LIBETC_BLACKLIST) + * Added a hack to make a symlink of ~/.Xauthority in $XDF_CONFIG_HOME + * switch to GPLv3 + +0.3 + * Code cleanup (http://linuxfr.org/comments/742358.html#742358) + * bugfixes (aumix now works with libetc) + * intercept remove (for audacity) + +0.2 + * changed the default directory to $HOME/.config + and use $XDG_CONFIG_HOME instead of $HOME/$ETC + * intercept creat64, mkstemp and mkstemp64 + So libetc now works fine with the Gimp and fontconfig + +0.1 + * initial release diff --git a/libetc/src/libetc-0.4/README b/libetc/src/libetc-0.4/README new file mode 100644 index 0000000..e03234a --- /dev/null +++ b/libetc/src/libetc-0.4/README @@ -0,0 +1,110 @@ +* What is libetc ? + +On my system I had way too much dotfiles: + +% ls -d ~/.* | wc -l +421 + +For easier maintenance I wrote libetc. It is a LD_PRELOAD-able shared library +that intercepts file operations: if a program tries to open a dotfile in +$HOME, it is redirected to $XDG_CONFIG_HOME (as defined by freedesktop: +http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html). + +You can then store all your config files in $XDG_CONFIG_HOME instead of using +zillions dotfiles in $HOME. If $XDG_CONFIG_HOME is not defined the dotfiles +are stored in $HOME/.config/ + +(for historical reasons you can also use $HOME/$ETC instead of $XDG_CONFIG_HOME) + + +* Install: + +To use libetc you just need to do: + +% make +% make install + +On my computer I added the following lines to .xsession and .zshrc: + +export XDG_CONFIG_HOME=/home/luc/config +export LD_PRELOAD=libetc.so.0 +export LIBETC_BLACKLIST=/bin/ls:/bin/mv:/bin/cp:/bin/ln:/usr/bin/find:/bin/rm + +And for xorg I use a small hack, I build libetc this way: +% CFLAGS=-DXAUTH_HACK make + +It just adds some code which does this: +% ln -s $HOME/.Xauthority $XDG_CONFIG_HOME/Xauthority + +You can also use /etc/ld.so.preload to use libetc with each user on your system +but it is a little bit dangerous (if you misstype the path to the library, or if +the library is buggy, you will need to use your rescue disk to restore +/etc/ld.so.preload) +Nb: if you misstype the path, you may just get the following warning: +ERROR: ld.so: object 'libetc.so.0' from LD_PRELOAD cannot be preloaded: ignored. + +If you want to use a setuid binary (gnupg for example), you should read ld.so(8): +"For setuid/setgid ELF binaries, only libraries in the standard search +directories that are also setgid will be loaded." + +I found that setgid is not enough, it works when the library is setuid. I read +on the net that the library has to be setuid+setguid to be loaded, so the "make +install" target does it. + +And now I just have 8 dotfiles : + +% ls -l ~/.* +-rw------- 1 luc luc 4065 2006-12-03 23:09 /home/luc/.fetchmailrc +lrwxrwxrwx 1 luc luc 17 2008-01-12 22:48 /home/luc/.procmailrc -> config/procmailrc +lrwxrwxrwx 1 luc luc 19 2008-01-12 22:45 /home/luc/.spamassassin -> config/spamassassin +-rw------- 1 luc luc 215 2008-01-26 11:14 /home/luc/.Xauthority +lrwxrwxrwx 1 luc luc 17 2008-01-23 19:46 /home/luc/.Xresources -> config/Xresources +lrwxrwxrwx 1 luc luc 15 2008-01-12 22:48 /home/luc/.xsession -> config/xsession +-rw------- 1 luc luc 85632 2008-01-27 21:10 /home/luc/.xsession-errors +lrwxrwxrwx 1 luc luc 12 2008-01-12 22:46 /home/luc/.zshrc -> config/zshrc + +I start fetchmail (and procmail & spamassassin) from cron, so I need a +.fetchmailrc file (and fetchmail doesn't like symlinks). + +.Xauthority and .xsession-errors are created by xorg (I use xdm) +.xsession and .Xauthority are needed by xorg. +.zshrc is needed by zsh (when I login on a console or by ssh). + +On a Debian system some progams started from /etc/X11/Xsession.d might need +some dotfiles. + +* License: GNU GPLv3 ! + +see the COPYING file. + + +* libetc should work with: + +- openoffice +- kde +- gnome +- firefox +- mutt +- vim +- thunderbird +- sylpheed +- gimp +... + + +* Known bugs: + +- libetc will do nothing on static programs (some non-free software for example) + A kernel module could work... but it's too much work for something not useful +- Some applications may have strange behaviors or crash when readding dotfiles + in your home directory +- clusterssh (debian package : 3.19.1-4) with xterm still creates ~/.ssh/known_hosts + (xterm is setguid utmp). Everything works fine with latest rxvt instead of + xterm. + + +* TODO: + +- Bugfixes ! + +Luc Dufresne diff --git a/libetc/src/libetc-0.4/libetc.c b/libetc/src/libetc-0.4/libetc.c new file mode 100644 index 0000000..f1d132f --- /dev/null +++ b/libetc/src/libetc-0.4/libetc.c @@ -0,0 +1,405 @@ +/* + * libetc - Copyright (C) 2005-2008 Luc Dufresne + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING + * + */ + +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "libetc.h" + +// #define DEBUG + +#ifdef DEBUG +#define PRINT_DEBUG(args...) fprintf (stderr, args) +#else +#define PRINT_DEBUG(args...) +#endif + +static FILE * (*orig_fopen) (const char *path, const char *mode); +static FILE * (*orig_fopen64) (const char *path, const char *mode); +static FILE * (*orig_freopen) (const char *path, const char *mode, FILE *stream); +static FILE * (*orig_freopen64) (const char *path, const char *mode, FILE *stream); +static int (*orig_open) (const char *path, int flags, mode_t mode); +static int (*orig_open64) (const char *path, int flags, mode_t mode); +static int (*orig_mkdir) (const char *path, mode_t mode); +static int (*orig_rename) (const char *oldpath, const char *newpath); +static int (*orig_unlink) (const char *path); +static int (*orig_remove) (const char *path); +static int (*orig_link) (const char *oldpath, const char *newpath); +static int (*orig_symlink) (const char *oldpath, const char *newpath); +static DIR * (*orig_opendir) (const char *name); +static int (*orig_chdir) (const char *path); +static int (*orig___xstat) (int ver, const char *file_name, struct stat *buf); +static int (*orig___xstat64) (int ver, const char *file_name, struct stat64 *buf); +static int (*orig___lxstat) (int ver, const char *file_name, struct stat *buf); +static int (*orig___lxstat64) (int ver, const char *file_name, struct stat64 *buf); +static int (*orig_access) (const char *path, int mode); +static int (*orig_chmod) (const char *path, mode_t mode); +static int (*orig_chown) (const char *path, uid_t owner, gid_t group); +static int (*orig_lchown) (const char *path, uid_t owner, gid_t group); +static int (*orig_utime) (const char *filename, struct utimbuf *buf); +static int (*orig_utimes) (const char *filename, struct timeval *tvp); +static int (*orig_truncate) (const char *path, off_t length); +static int (*orig_truncate64) (const char *path, off_t length); +static int (*orig___xmknod) (int ver, const char *path, mode_t mode, dev_t dev); +static int (*orig_mkfifo) (const char *path, mode_t mode); +static int (*orig_creat) (const char *path, mode_t mode); +static int (*orig_creat64) (const char *path, mode_t mode); +static int (*orig_connect) (int sockfd, const struct sockaddr *serv_addr, socklen_t addrlen); +static int (*orig_bind) (int sockfd, const struct sockaddr *my_addr, socklen_t addrlen); +static int (*orig_readlink) (const char *path, char *buf, size_t bufsiz); +static int (*orig_rmdir) (const char *path); +static int (*orig_mkstemp) (char *template); +static int (*orig_mkstemp64) (char *template); + +static char *ETCDIR = ".config"; +static char *orig, *home, *etcdir; +static int started = 0; +static int blacklisted = 0; + +// is the running exec blacklisted ? +static void am_i_blacklisted () { + char running_exec[4096], *exec_blacklist, *str; + int len; + + if ((len = orig_readlink ("/proc/self/exe", running_exec, sizeof (running_exec) - 1))) { + running_exec[len] = '\0'; + PRINT_DEBUG ("running exec: %s\n", running_exec); + if ((exec_blacklist = getenv ("LIBETC_BLACKLIST"))) { + PRINT_DEBUG ("blacklist: %s\n", exec_blacklist); + while ((str = strrchr (exec_blacklist, ':'))) { + if (0 == strcmp (++str, running_exec)) { + blacklisted = 1; + PRINT_DEBUG ("I am blacklisted !\n"); + } + str--; + str[0] = '\0'; + } + if (0 == strcmp (exec_blacklist, running_exec)) { + blacklisted = 1; + PRINT_DEBUG ("I am blacklisted !\n"); + } + } + } +} + +// find where to put the dotfiles +static void find_etcdir () { + char *etc, *xdg_config_home; + + if (!(xdg_config_home = getenv ("XDG_CONFIG_HOME"))) { + if (!(etc = getenv ("ETC"))) { + etc = ETCDIR; + PRINT_DEBUG("default value: %s\n", etc); + } + PRINT_DEBUG("$ETC: %s\n", etc); + etcdir = malloc (strlen (home) + strlen (etc) + 1); + sprintf (etcdir, "%s/%s", home, etc); + } else { + PRINT_DEBUG("$XDG_CONFIG_HOME: %s\n", xdg_config_home); + etcdir = xdg_config_home; + } +} + +// mkdir etcdir if it does not exist +static void mkdir_etcdir (const char* etcdir) { + struct stat info; + + if (-1 == orig___xstat (_STAT_VER, etcdir, &info)) { + if (orig_mkdir (etcdir, 0700)) { + fprintf (stderr, "Unable to create config directory %s: ", etcdir); + perror (""); + exit (2); + } + } else { + if (!S_ISDIR(info.st_mode)) { + fprintf (stderr, "ERROR: %s exists and is not a directory\n", etcdir); + exit (2); + } + } +} + +#ifdef XAUTH_HACK +// ln -s $HOME/.Xauthority $XDG_CONFIG_HOME/Xauthority +static void xauthority_hack (const char* etcdir) { + int len; + char link_dest[4096]; + + char etcxauth [strlen (etcdir) + strlen ("/Xauthority") + 1]; + sprintf (etcxauth, "%s/Xauthority", etcdir ); + + char homexauth [strlen (home) + strlen ("/.Xauthority") + 1]; + sprintf (homexauth, "%s/.Xauthority", home ); + + if ((len = orig_readlink (etcxauth, link_dest, sizeof (link_dest) -1))) { + link_dest[len] = '\0'; + if (0 == strcmp (link_dest, homexauth)) { + PRINT_DEBUG(stderr, "$XDG_CONFIG_HOME/Xauthority link is OK\n"); + return; // the link is OK + } + } + PRINT_DEBUG(stderr, "I need to recreate $XDG_CONFIG_HOME/Xauthority link\n"); + orig_unlink (etcxauth); + orig_symlink (homexauth, etcxauth); +} +#endif // XAUTH_HACK + +// called only once on program startup +static void start_up () { + if (LIKELY (started)) + return; + + orig_fopen = dlsym (RTLD_NEXT, "fopen"); + orig_fopen64 = dlsym (RTLD_NEXT, "fopen64"); + orig_freopen = dlsym (RTLD_NEXT, "freopen"); + orig_freopen64 = dlsym (RTLD_NEXT, "freopen64"); + orig_open = dlsym (RTLD_NEXT, "open"); + orig_open64 = dlsym (RTLD_NEXT, "open64"); + orig_mkdir = dlsym (RTLD_NEXT, "mkdir"); + orig_rename = dlsym (RTLD_NEXT, "rename"); + orig_unlink = dlsym (RTLD_NEXT, "unlink"); + orig_remove = dlsym (RTLD_NEXT, "remove"); + orig_link = dlsym (RTLD_NEXT, "link"); + orig_symlink = dlsym (RTLD_NEXT, "symlink"); + orig_opendir = dlsym (RTLD_NEXT, "opendir"); + orig_chdir = dlsym (RTLD_NEXT, "chdir"); + orig___xstat = dlsym (RTLD_NEXT, "__xstat"); + orig___xstat64 = dlsym (RTLD_NEXT, "__xstat64"); + orig___lxstat = dlsym (RTLD_NEXT, "__lxstat"); + orig___lxstat64 = dlsym (RTLD_NEXT, "__lxstat64"); + orig_access = dlsym (RTLD_NEXT, "access"); + orig_chmod = dlsym (RTLD_NEXT, "chmod"); + orig_chown = dlsym (RTLD_NEXT, "chown"); + orig_lchown = dlsym (RTLD_NEXT, "lchown"); + orig_utime = dlsym (RTLD_NEXT, "utime"); + orig_utimes = dlsym (RTLD_NEXT, "utimes"); + orig_truncate = dlsym (RTLD_NEXT, "truncate"); + orig_truncate64 = dlsym (RTLD_NEXT, "truncate64"); + orig___xmknod = dlsym (RTLD_NEXT, "__xmknod"); + orig_mkfifo = dlsym (RTLD_NEXT, "mkfifo"); + orig_creat = dlsym (RTLD_NEXT, "creat"); + orig_creat64 = dlsym (RTLD_NEXT, "creat64"); + orig_connect = dlsym (RTLD_NEXT, "connect"); + orig_bind = dlsym (RTLD_NEXT, "bind"); + orig_readlink = dlsym (RTLD_NEXT, "readlink"); + orig_rmdir = dlsym (RTLD_NEXT, "rmdir"); + orig_mkstemp = dlsym (RTLD_NEXT, "mkstemp"); + orig_mkstemp64 = dlsym (RTLD_NEXT, "mkstemp64"); + + am_i_blacklisted (); + + home = getenv ("HOME"); + if (home == NULL) { + started = 1; + return; + } + + orig = malloc (strlen (home) + 3); + sprintf (orig, "%s/.", home); + + find_etcdir (); + mkdir_etcdir (etcdir); +#ifdef XAUTH_HACK + xauthority_hack (etcdir); +#endif + + PRINT_DEBUG("etcdir: %s\n", etcdir); + started = 1; +} + +// rename filename if it's a dotfile in $HOME +static char *translate (const char *filename) { + char *wd, *newfilename; + + if (UNLIKELY (!started)) start_up(); + if (UNLIKELY (home == NULL)) return strdup (filename); + if (UNLIKELY (blacklisted)) return strdup (filename); + + if (UNLIKELY (!filename)) { + PRINT_DEBUG("Filename is NULL !\n"); + return NULL; + } + + wd = get_current_dir_name (); + + if ((0 == strcmp (wd, home)) // if cwd == $HOME + && filename [0] == '.' // and a dotfile + && (0 != strcmp (filename, ".")) + && (0 != strncmp (filename, "./", 2)) + && (0 != strncmp (filename, "..", 2))) { + char tmpfilename [strlen (home) + strlen (filename) + 2]; + sprintf (tmpfilename, "%s/%s", home, filename); + if (0 == strncmp (tmpfilename, etcdir, strlen(etcdir))) { // do not translate if trying to read/write in $XDG_CONFIG_HOME + newfilename = strdup (filename); + } else { + filename++; // remove the dot + newfilename = malloc (strlen (filename) + strlen (etcdir) + 2); + sprintf (newfilename, "%s/%s", etcdir, filename); + PRINT_DEBUG("RENAMED IN $HOME --> %s\n", newfilename); + } + } else if (0 == strncmp (filename, orig, strlen (orig)) // if file name is $HOME/.something + && 0!= strncmp (filename, etcdir, strlen (etcdir)) ) { // do not translate if trying to read/write in $XDG_CONFIG_HOME + filename += strlen (home) + 2; // remove "$HOME/." from the filename + newfilename = malloc (strlen (filename) + strlen (etcdir) + 2); + sprintf (newfilename, "%s/%s", etcdir, filename); + PRINT_DEBUG("RENAMED --> %s\n", newfilename); + } else { // not a dotfile + newfilename = strdup (filename); + } + + free (wd); + return newfilename; +} + +#define REWRITE_FUNCTION_SIMPLE(return_type, function_name, signature, orig_call) \ +return_type function_name signature { \ + return_type return_value; \ + char *new_path; \ + \ + PRINT_DEBUG(#function_name ": %s\n", path); \ + \ + new_path = translate (path); \ + return_value = orig_##function_name orig_call; \ + free (new_path); \ + return return_value; \ +} +//#define NPATH NEWPATH(new_path, path) + +REWRITE_FUNCTION_SIMPLE(FILE*, fopen, (const char *path, const char *mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(FILE*, fopen64, (const char *path, const char *mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(FILE*, freopen, (const char *path, const char *mode, FILE *stream), (new_path, mode, stream)) +REWRITE_FUNCTION_SIMPLE(FILE*, freopen64, (const char *path, const char *mode, FILE *stream), (new_path, mode, stream)) +REWRITE_FUNCTION_SIMPLE(int, open, (const char *path, int flags, mode_t mode), (new_path, flags, mode)) +REWRITE_FUNCTION_SIMPLE(int, open64, (const char *path, int flags, mode_t mode), (new_path, flags, mode)) +REWRITE_FUNCTION_SIMPLE(int, mkdir, (const char *path, mode_t mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, unlink, (const char *path), (new_path)) +REWRITE_FUNCTION_SIMPLE(int, remove, (const char *path), (new_path)) +REWRITE_FUNCTION_SIMPLE(DIR*, opendir, (const char *path), (new_path)) +REWRITE_FUNCTION_SIMPLE(int, chdir, (const char *path), (new_path)) +REWRITE_FUNCTION_SIMPLE(int, __xstat, (int ver, const char *path, struct stat *buf), (ver, new_path, buf)) +REWRITE_FUNCTION_SIMPLE(int, __xstat64, (int ver, const char *path, struct stat64 *buf), (ver, new_path, buf)) +REWRITE_FUNCTION_SIMPLE(int, __lxstat, (int ver, const char *path, struct stat *buf), (ver, new_path, buf)) +REWRITE_FUNCTION_SIMPLE(int, __lxstat64, (int ver, const char *path, struct stat64 *buf), (ver, new_path, buf)) +REWRITE_FUNCTION_SIMPLE(int, access, (const char *path, int mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, chmod, (const char *path, mode_t mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, chown, (const char *path, uid_t owner, gid_t group), (new_path, owner, group)) +REWRITE_FUNCTION_SIMPLE(int, lchown, (const char *path, uid_t owner, gid_t group), (new_path, owner, group)) +REWRITE_FUNCTION_SIMPLE(int, utime, (const char *path, struct utimbuf *buf), (new_path, buf)) +REWRITE_FUNCTION_SIMPLE(int, utimes, (const char *path, struct timeval *tvp), (new_path, tvp)) +REWRITE_FUNCTION_SIMPLE(int, truncate, (const char *path, off_t length), (new_path, length)) +REWRITE_FUNCTION_SIMPLE(int, truncate64, (const char *path, off_t length), (new_path, length)) +REWRITE_FUNCTION_SIMPLE(int, __xmknod, (int ver, const char *path, mode_t mode, dev_t dev), (ver, new_path, mode, dev)) +REWRITE_FUNCTION_SIMPLE(int, mkfifo, (const char *path, mode_t mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, creat, (const char *path, mode_t mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, creat64, (const char *path, mode_t mode), (new_path, mode)) +REWRITE_FUNCTION_SIMPLE(int, readlink, (const char *path, char *buf, size_t bufsize), (new_path, buf, bufsize)) +REWRITE_FUNCTION_SIMPLE(int, rmdir, (const char *path), (new_path)) + +#define REWRITE_FUNCTION_DOUBLE(return_type, function_name, signature, orig_call) \ +return_type function_name signature { \ + return_type return_value; \ + char *new_path1, *new_path2; \ + \ + PRINT_DEBUG(#function_name ": %s %s\n", path1, path2); \ + \ + new_path1 = translate (path1); \ + new_path2 = translate (path2); \ + return_value = orig_##function_name orig_call; \ + free (new_path1); \ + free (new_path2); \ + return return_value; \ +} + +REWRITE_FUNCTION_DOUBLE(int, rename, (const char *path1, const char *path2), (new_path1, new_path2)) +REWRITE_FUNCTION_DOUBLE(int, link, (const char *path1, const char *path2), (new_path1, new_path2)) +REWRITE_FUNCTION_DOUBLE(int, symlink, (const char *path1, const char *path2), (new_path1, new_path2)) + +#define REWRITE_FUNCTION_MKSTEMP(function_name) \ +int function_name(char *path) { \ + int return_value, i; \ + char *new_path; \ + size_t size, new_size; \ + \ + PRINT_DEBUG(#function_name ": %s\n", path); \ + \ + new_path = translate (path); \ + if(LIKELY(new_path != NULL)) { \ + return_value = orig_##function_name (new_path); \ + size = strlen (path); \ + new_size = strlen (new_path); \ + for (i = 0; i <= 6; i++) { \ + path[size - i] = new_path[new_size - i]; \ + } \ + free(new_path); \ + return return_value; \ + } \ + else { \ + return orig_##function_name (path); \ + } \ +} \ + +REWRITE_FUNCTION_MKSTEMP(mkstemp); +REWRITE_FUNCTION_MKSTEMP(mkstemp64); + +#define REWRITE_FUNCTION_SOCK(function_name) \ +int function_name(int sockfd, const struct sockaddr *serv_addr, socklen_t addrlen) { \ + int offset; \ + struct sockaddr_un newaddr; \ + char *path, *new_path; \ + int return_value; \ + \ + if (serv_addr->sa_family == AF_LOCAL) { \ + path = ((struct sockaddr_un*)serv_addr)->sun_path; \ + offset = (path[0] == '\0'); \ + path += offset; \ + new_path = translate (path); \ + \ + PRINT_DEBUG(#function_name": %s\n", path); \ + \ + if(LIKELY(new_path != NULL)) { \ + newaddr.sun_family = AF_LOCAL; \ + newaddr.sun_path[0] = '\0'; \ + strncpy (newaddr.sun_path + offset, new_path, sizeof (newaddr.sun_path) - offset); \ + newaddr.sun_path[sizeof (newaddr.sun_path) - 1] = '\0'; \ + return_value = orig_##function_name (sockfd, (struct sockaddr*) &newaddr, \ + offsetof (struct sockaddr_un, sun_path) + strlen(new_path) + offset); \ + free (new_path); \ + return return_value; \ + } \ + else { \ + return orig_##function_name (sockfd, serv_addr, addrlen); \ + } \ + } else { \ + if (UNLIKELY (!started)) start_up(); \ + return orig_##function_name (sockfd, serv_addr, addrlen); \ + } \ +} + +REWRITE_FUNCTION_SOCK(connect); +REWRITE_FUNCTION_SOCK(bind); diff --git a/libetc/src/libetc-0.4/libetc.h b/libetc/src/libetc-0.4/libetc.h new file mode 100644 index 0000000..a4c403b --- /dev/null +++ b/libetc/src/libetc-0.4/libetc.h @@ -0,0 +1,117 @@ +/* + * libetc - Copyright (C) 2005-2008 Luc Dufresne + * Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc + * + * code pasted from various glibc include files + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * See the file COPYING + * + */ + + +struct stat +{ + __dev_t st_dev; /* Device. */ + unsigned short int __pad1; +#ifndef __USE_FILE_OFFSET64 + __ino_t st_ino; /* File serial number. */ +#else + __ino_t __st_ino; /* 32bit file serial number. */ +#endif + __mode_t st_mode; /* File mode. */ + __nlink_t st_nlink; /* Link count. */ + __uid_t st_uid; /* User ID of the file's owner. */ + __gid_t st_gid; /* Group ID of the file's group.*/ + __dev_t st_rdev; /* Device number, if device. */ + unsigned short int __pad2; +#ifndef __USE_FILE_OFFSET64 + __off_t st_size; /* Size of file, in bytes. */ +#else + __off64_t st_size; /* Size of file, in bytes. */ +#endif + __blksize_t st_blksize; /* Optimal block size for I/O. */ + +#ifndef __USE_FILE_OFFSET64 + __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ +#else + __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ +#endif +#ifdef __USE_MISC + /* Nanosecond resolution timestamps are stored in a format + equivalent to 'struct timespec'. This is the type used + whenever possible but the Unix namespace rules do not allow the + identifier 'timespec' to appear in the header. + Therefore we have to handle the use of this header in strictly + standard-compliant sources special. */ + struct timespec st_atim; /* Time of last access. */ + struct timespec st_mtim; /* Time of last modification. */ + struct timespec st_ctim; /* Time of last status change. */ +# define st_atime st_atim.tv_sec /* Backward compatibility. */ +# define st_mtime st_mtim.tv_sec +# define st_ctime st_ctim.tv_sec #else __time_t st_atime; /* Time of last access. */ unsigned long int st_atimensec; /* Nscecs of last access. */ __time_t st_mtime; /* Time of last modification. */ unsigned long int st_mtimensec; /* Nsecs of last modification. */ __time_t st_ctime; /* Time of last status change. */ + unsigned long int st_ctimensec; /* Nsecs of last status change. */ +#endif +#ifndef __USE_FILE_OFFSET64 + unsigned long int __unused4; + unsigned long int __unused5; +#else + __ino64_t st_ino; /* File serial number. */ +#endif +}; + +struct stat64 { +}; + +#if __WORDSIZE == 32 +# define _STAT_VER 3 +#else +#define _STAT_VER 1 +#endif + +#define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) +#define __S_IFMT 0170000 /* These bits determine file type. */ +#define __S_IFDIR 0040000 /* Directory. */ +#define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) + +struct utimbuf { +}; + +extern char *getenv (__const char *__name) __THROW __nonnull ((1)); +extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); +extern void free (void *__ptr) __THROW; +extern char *get_current_dir_name(void); + +/* Taken from GMP :) */ +#ifndef LIKELY + +#if defined (__GNUC__) && defined (__GNUC_MINOR__) +#define __GNUC_PREREQ(maj, min) \ + ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) +#else +#define __GNUC_PREREQ(maj, min) 0 +#endif + +#if __GNUC_PREREQ (3,0) +#define LIKELY(cond) __builtin_expect ((cond) != 0, 1) +#define UNLIKELY(cond) __builtin_expect ((cond) != 0, 0) +#else +#define LIKELY(cond) (cond) +#define UNLIKELY(cond) (cond) +#endif + +#endif + diff --git a/libetc/src/libetc-0.4/libetc.so.0.4 b/libetc/src/libetc-0.4/libetc.so.0.4 new file mode 100755 index 0000000000000000000000000000000000000000..c765cac710242d252fa300e6f85239b95db26d4a GIT binary patch literal 61064 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 PFM3-m%!mm%rfK~@;;?&7 literal 0 HcmV?d00001 diff --git a/libetc/src/patch_add_missing_header.patch b/libetc/src/patch_add_missing_header.patch new file mode 120000 index 0000000..ba12048 --- /dev/null +++ b/libetc/src/patch_add_missing_header.patch @@ -0,0 +1 @@ +/home/fincer/arch_linux_programs/libetc/patch_add_missing_header.patch \ No newline at end of file diff --git a/stderred/PKGBUILD b/stderred/PKGBUILD new file mode 100644 index 0000000..bf2c12a --- /dev/null +++ b/stderred/PKGBUILD @@ -0,0 +1,63 @@ +# Maintainer: Pekka Helenius (~Fincer) + +pkgname=stderred +pkgver=1.0.37.g399e3b1 +pkgrel=1 +pkgdesc="Hooks into STDERR output to print all CLI errors in red" +url="https://github.com/sickill/stderred" +arch=(any) +license=(other) +depends=() +makedepends=(git cmake make gcc glibc lib32-glibc) +source=($pkgname::git://github.com/sickill/stderred.git +patch_brightred.patch) +sha256sums=('SKIP' + '1a0f2f4e32d2e62bd42128cbb1a05f9e4374670fa929d48453d459478a5b0d05') + +pkgver() { + cd "$srcdir/$pkgname" + _git_version="$(git describe --tags | sed 's/\-/\./g; s/v//1')" + printf "%s" "$_git_version" +} + +prepare() { + cd "$srcdir/$pkgname/" + patch -Np1 -i ../patch_brightred.patch +} + +build() { + mkdir -p "$srcdir/$pkgname/src/" + + # 32-bit + cd "$srcdir/$pkgname/src/" + mkdir lib32 + cd lib32 + CFLAGS='-m32' cmake ../ + make + + # 64-bit + cd "$srcdir/$pkgname/src/" + mkdir lib + cd lib + CFLAGS='-m64' cmake ../ + make + +} + +package() { + mkdir -p "$pkgdir/usr/"{bin,lib,lib32,share/stderred} + + install -m755 "$srcdir/$pkgname/src/lib"/libpolyfill.so "$pkgdir/usr/lib" + install -m755 "$srcdir/$pkgname/src/lib"/libstderred.so "$pkgdir/usr/lib" + install -m755 "$srcdir/$pkgname/src/lib"/libtest_stderred.so "$pkgdir/usr/lib" + + install -m755 "$srcdir/$pkgname/src/lib32"/libpolyfill.so "$pkgdir/usr/lib32" + install -m755 "$srcdir/$pkgname/src/lib32"/libstderred.so "$pkgdir/usr/lib32" + install -m755 "$srcdir/$pkgname/src/lib32"/libtest_stderred.so "$pkgdir/usr/lib32" + + install -m644 "$srcdir/$pkgname/usr/share/stderred/"stderred.sh "$pkgdir/usr/share/stderred/" + install -m755 "$srcdir/$pkgname/usr/bin/"stderred "$pkgdir/usr/bin" + + install -m755 "$srcdir/$pkgname/usr/bin/"stderred "$pkgdir/usr/bin/" + install -m644 "$srcdir/$pkgname/usr/share/stderred/"stderred.sh "$pkgdir/usr/share/stderred/" +} diff --git a/stderred/patch_brightred.patch b/stderred/patch_brightred.patch new file mode 100644 index 0000000..e730d30 --- /dev/null +++ b/stderred/patch_brightred.patch @@ -0,0 +1,11 @@ +--- a/src/stderred.c ++++ b/src/stderred.c +@@ -55,7 +55,7 @@ + + start_color_code = getenv("STDERRED_ESC_CODE"); + if (start_color_code == NULL) { +- start_color_code = "\x1b[31m"; ++ start_color_code = "\x1b[91m"; + } + start_color_code_size = strlen(start_color_code); + end_color_code_size = strlen(end_color_code);