This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos ~]$ ls -l /usr | |
insgesamt 0 | |
drwxr-xr-x 1 root root 59140 25.04.2016 06:16 bin/ | |
drwxr-xr-x 1 root root 33472 25.04.2016 12:08 include/ | |
drwxr-xr-x 1 root root 155694 25.04.2016 12:08 lib/ | |
drwxr-xr-x 1 root root 72 03.01.2016 22:04 local/ | |
drwxr-xr-x 1 root root 8 07.07.2015 17:04 man/ | |
drwxr-xr-x 1 root root 30 17.04.2016 23:18 mkspecs/ | |
drwxr-xr-x 1 root root 7396 22.04.2016 12:46 sbin/ | |
drwxr-xr-x 1 root root 4842 25.04.2016 06:16 share/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos ~]$ LC_ALL=C pacman -Qkk filesystem | |
warning: filesystem: /etc/KaOS-release (Modification time mismatch) | |
warning: filesystem: /etc/KaOS-release (Size mismatch) | |
backup file: filesystem: /etc/fstab (Modification time mismatch) | |
backup file: filesystem: /etc/fstab (Size mismatch) | |
backup file: filesystem: /etc/group (Modification time mismatch) | |
backup file: filesystem: /etc/group (Size mismatch) | |
backup file: filesystem: /etc/gshadow (Modification time mismatch) | |
backup file: filesystem: /etc/gshadow (Size mismatch) | |
backup file: filesystem: /etc/hostname (Modification time mismatch) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=qtox | |
_pkgname=qTox | |
pkgver=1.3.0 | |
pkgrel=1 | |
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines' | |
arch=('x86_64') | |
url='https://github.com/tux3/qTox' | |
license=('GPL3') | |
depends=('desktop-file-utils' | |
'filteraudio-git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos qtox]$ makepkg -si | |
==> Erstelle Paket: qtox 1.3.0-1 (Mo 25. Apr 15:01:49 CEST 2016) | |
==> Prüfe Laufzeit-Abhängigkeiten... | |
==> Prüfe Buildtime-Abhängigkeiten... | |
==> Empfange Quellen... | |
-> qtox-1.3.0.tar.gz gefunden | |
==> Überprüfe source Dateien mit sha512sums... | |
qtox-1.3.0.tar.gz ... Durchgelaufen | |
==> Entpacke Quellen... | |
-> Entpacke qtox-1.3.0.tar.gz mit bsdtar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos qTox]$ qmake | |
WARNING: icon_14.path is not defined: install target not created | |
WARNING: icon_16.path is not defined: install target not created | |
WARNING: icon_22.path is not defined: install target not created | |
WARNING: icon_24.path is not defined: install target not created | |
WARNING: icon_32.path is not defined: install target not created |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* GLIB - Library of useful routines for C programming | |
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2 of the License, or (at your option) any later version. | |
* | |
* This library is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos qTox]$ /usr/lib/qt5/bin/qmake | |
[shalokshalom@cosmos qTox]$ make | |
g++ -c -pipe -fno-exceptions -O2 -std=gnu++0x -pthread -pthread -Wall -W -D_REENTRANT -fPIC -DGIT_VERSION="\"24a7f4d51960a73cb7234cec9a4a2811e9175c6c\"" -DGIT_DESCRIBE="\"v1.4.0-2-g24a7f4d\"" -DTIMESTAMP=1461598422 -DLOG_TO_FILE -DQT_MESSAGELOGCONTEXT -DQTOX_PLATFORM_EXT -DENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND -DENABLE_SYSTRAY_GTK_BACKEND -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I. -Ilibs/include -isystem /usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -isystem /usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -isystem /usr/include/pango-1.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/libdrm -isystem /usr/include/libpng16 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/qt5 -isystem /usr/include/qt5/Q |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=filteraudio-git | |
_pkgname=libfilteraudio | |
pkgver=r92.612c5a1 | |
pkgrel=1 | |
pkgdesc="An easy to use audio filtering library made from webrtc code" | |
arch=('x86_64') | |
url="https://github.com/irungentoo/filter_audio" | |
license=('BSD') | |
makedepends=('git') | |
depends=('glibc') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos ~]$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.4.5-1 (anke@sdb) (gcc version 4.9.3 (GCC) ) #1 SMP PREEMPT Thu Mar 10 02:22:47 UTC 2016 | |
[ 0.000000] Command line: initrd=\initramfs-linux.img root=UUID=3f984779-b27a-413d-a114-fe497aadd5a4 quiet systemd.show_status=0 resume=UUID=0e333184-7f72-4b88-9257-66592c6df96a rw | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[shalokshalom@cosmos ~]$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.4.5-1 (anke@sdb) (gcc version 4.9.3 (GCC) ) #1 SMP PREEMPT Thu Mar 10 02:22:47 UTC 2016 | |
[ 0.000000] Command line: initrd=\initramfs-linux.img root=UUID=3f984779-b27a-413d-a114-fe497aadd5a4 quiet systemd.show_status=0 resume=UUID=0e333184-7f72-4b88-9257-66592c6df96a rw | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' |