This file contains 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
import sys | |
import time | |
from PySide6.QtCore import QCoreApplication, QObject, QTimer | |
from PySide6.QtPositioning import QGeoPositionInfoSource, QGeoPositionInfo | |
class PositionPoller(QObject): | |
def __init__(self, parent: QObject): | |
super().__init__(parent) |
This file contains 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
# Maintainer: Jonathan Wright <[email protected]> | |
# Contributor: Boohbah <boohbah at gmail.com> | |
# Contributor: Jan Alexander Steffens (heftig) <[email protected]> | |
# Modified 'linux-git' PKGBUILD for bisecting the kernel. | |
# Essentially an updated PKGBUILD with inspirations from 'linux-mainline' and 'linux'. | |
# The main change is the Git repository so that we can get all released tags. | |
# Then use this guide: | |
# https://wiki.archlinux.org/title/Bisecting_bugs_with_Git |
This file contains 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
$ makepkg -src | |
==> Making package: telegram-desktop-dev 2.7.9-1 (Tue 22 Jun 2021 05:38:26 PM CEST) | |
==> Checking runtime dependencies... | |
==> Installing missing dependencies... | |
# Lots of logs for dependencies installation ... | |
==> Checking buildtime dependencies... | |
==> Installing missing dependencies... |
This file contains 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
diff --git a/PKGBUILD b/PKGBUILD | |
index b1b1c8e..1fa9e92 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,20 +1,30 @@ | |
# Maintainer: Jiachen YANG <farseerfc at archlinux dot org> | |
+# Contributor: Giovanni 'ItachiSan' Santini <giovannisantini93 at yahoo dot it> | |
_pkgname=libtg_owt | |
pkgname=${_pkgname}-git |
This file contains 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
diff --git a/PKGBUILD b/PKGBUILD | |
index 1e83eb3..603b4b8 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,44 +1,55 @@ | |
-# Maintainer: Filipe Laíns (FFY00) <[email protected]> | |
+# Maintainer: Giovanni 'ItachiSan' Santini <[email protected]> | |
+# Contributor: Filipe Laíns (FFY00) <[email protected]> | |
# Contributor: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com> | |
This file contains 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
diff --git a/PKGBUILD b/PKGBUILD | |
index ecbd55d..9c66e9c 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,30 +2,34 @@ | |
# Contributor: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com> | |
pkgname=franz | |
-_pkgver=5.0.0-beta.18 | |
-pkgver=${_pkgver//-/_} |
This file contains 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
# Assuming that all the sources are downloaded and the configuration is done | |
$ cd src/tdesktop/out/Release/ | |
$ make clean | |
$ make VERBOSE=1 lib_export | |
/usr/bin/cmake -H/mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release -B/mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release --check-build-system CMakeFiles/Makefile.cmake 0 | |
make -f CMakeFiles/Makefile2 lib_export | |
make[1]: ingresso nella directory "/mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release" | |
/usr/bin/cmake -H/mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release -B/mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/bin/cmake -E cmake_progress_start /mnt/data/Progetti/Packaging/aur/telegram-desktop-dev/telegram-desktop-dev/src/tdesktop/out/Release/CMakeFiles 1 | |
make -f CMa |
This file contains 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
# -*- coding: utf-8 -*- | |
import scrapy | |
class Comic(scrapy.Item): | |
name = scrapy.Field() | |
volumes = scrapy.Field() | |
volumes_selectors = scrapy.Field() | |
class Volume(scrapy.Item): | |
name = scrapy.Field() |
This file contains 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
This is a combination of 41 commits. | |
1) frameworks/base: Add support for FM Radio feature and FM Tx Device | |
- Enhanced Android framework to support FM Radio playback. | |
- Added support for audio playback on FM Tx device | |
- This change is merge of below commits: | |
commit 3fb81cbd00ea97fbfb7ff5918320848d1e8437ce | |
Author: Sidipotu Ashok <[email protected]> |
This file contains 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
commit 1e11a32ffa182e6ed82822f8a3a6ab4abc2a05e1 | |
Author: Giovanni Santini <[email protected]> | |
Date: Mon Apr 7 20:12:24 2014 +0200 | |
Removed old QCOM FM stuff | |
Change-Id: Ia7be5296d895567ffa39ee28bd904a720fbb2bf4 | |
commit 8d222da02b09c1373092e5bc653c4bb833129e48 | |
Author: Giovanni Santini <[email protected]> |
NewerOlder