I hereby claim:
- I am muesli on github.
- I am muesli (https://keybase.io/muesli) on keybase.
- I have a public key ASAK3-hnjklZl0WQ6VwJW-fn9Z40vuzXBHj2uzuO52C6bQo
To claim this, I am signing this object:
run: | |
tests: false | |
issues: | |
include: | |
- EXC0001 | |
- EXC0005 | |
- EXC0011 | |
- EXC0012 | |
- EXC0013 |
# Maintainer: MOTT <ted.jameson at pm dot me> | |
pkgname=telephant-git | |
pkgver=20190525 | |
pkgrel=1 | |
epoch= | |
pkgdesc="A lightweight but modern Mastodon client, written in Go & QML" | |
arch=('x86_64') | |
url="https://github.com/muesli/telephant" | |
license=('MIT') | |
groups=() |
/* | |
* Copyright (C) 2014-2017 Christian Muehlhaeuser | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero 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 |
/* | |
* Copyright (C) 2017 Christian Muehlhaeuser | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero 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 |
I hereby claim:
To claim this, I am signing this object:
/* | |
* Copyright (C) 2014-2017 Christian Muehlhaeuser | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero 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 |
/* | |
* knoxite | |
* Copyright (c) 2016, Christian Muehlhaeuser <[email protected]> | |
* Copyright (c) 2016, Nicolas Martin <[email protected]> | |
* | |
* For license see LICENSE.txt | |
*/ | |
package knoxite |
/* | |
* knoxite | |
* Copyright (c) 2016, Christian Muehlhaeuser <[email protected]> | |
* | |
* For license see LICENSE.txt | |
*/ | |
package knoxite | |
import ( |
diff --git a/qtbase/src/corelib/global/qcompilerdetection.h b/qtbase/src/corelib/global/qcompilerdetection.h | |
index 4c84daa..5f8ca5c 100644 | |
--- a/qtbase/src/corelib/global/qcompilerdetection.h | |
+++ b/qtbase/src/corelib/global/qcompilerdetection.h | |
@@ -154,17 +154,17 @@ | |
/* Clang also masquerades as GCC */ | |
# if defined(__apple_build_version__) | |
# /* http://en.wikipedia.org/wiki/Xcode#Toolchain_Versions */ | |
-# if __apple_build_version__ >= 600051 | |
+# if __apple_build_version__ >= 6000051 |
Index: quazip/quazip/CMakeLists.txt | |
=================================================================== | |
--- quazip/quazip/CMakeLists.txt (revision 251) | |
+++ quazip/quazip/CMakeLists.txt (working copy) | |
@@ -17,7 +17,7 @@ | |
add_library(quazip SHARED ${SRCS}) | |
set_target_properties(quazip PROPERTIES VERSION 1.0.0 SOVERSION 1) | |
# Link against ZLIB_LIBRARIES if needed (on Windows this variable is empty) | |
-target_link_libraries(quazip ${QT_QTMAIN_LIBRARY} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARIES}) | |
+target_link_libraries(quazip ${QT_QTMAIN_LIBRARY} ${QT_QTCORE_LIBRARY} ${QTCORE_LIBRARIES} ${ZLIB_LIBRARIES}) |