@franciscod:
I can disown this package if you want to maintain it.
Some users want the git/development version of some package (I use inkscape-bzr, for instance), but others want the latest stable released version (normal packages). I didn't find the telegram-purple package, then I "forked" the git package.
Simple as that.
Search Criteria
Package Details: telegram-purple-git 1.4.7.r2.g5a98a34-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/telegram-purple-git.git (read-only, click to copy) |
---|---|
Package Base: | telegram-purple-git |
Description: | Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers. |
Upstream URL: | https://github.com/majn/telegram-purple |
Keywords: | finch pidgin protocol purple telegram |
Licenses: | GPL |
Conflicts: | telegram-purple |
Provides: | telegram-purple |
Submitter: | franciscod |
Maintainer: | None |
Last Packager: | Atomisirsi |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-27 18:59 (UTC) |
Last Updated: | 2022-03-31 07:38 (UTC) |
Dependencies (6)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libgcrypt
- libpurple (pidgin-mam-gitAUR, pidgin-hgAUR, pidgin-miniAUR, libpurple-gnutlsAUR, libpurple-minimalAUR)
- libwebp (libwebp-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (1)
vinipsmaker commented on 2015-02-04 03:32 (UTC)
franciscod commented on 2015-02-04 03:30 (UTC)
I'd like to understand why did you clone it, care to explain? Thanks!
franciscod commented on 2015-02-04 03:29 (UTC)
Phew, dude... I was being ironical. I've filed a merge request, I don't think the user fragmentation between the two packages (even if this one wasn't a clone of mine) is useful at all.
vinipsmaker commented on 2015-02-04 03:22 (UTC)
@franciscod:
Done
franciscod commented on 2015-02-04 03:19 (UTC)
man, at least update the PKGBUILD so it doesn't show my name...
# Maintainer: Francisco Demartino <demartino.francisco@gmail.com>
pkgname=telegram-purple
pkgver=0.6
pkgrel=2
pkgdesc="Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers."
arch=('i686' 'x86_64')
url="https://github.com/majn/telegram-purple"
license=("GPL")
makedepends=("git")
depends=('glib2' 'openssl' 'libpurple' 'zlib')
source=("git+https://github.com/majn/telegram-purple#tag=v${pkgver}"
"0001-Bugfix-always-respect-DESTDIR-in-Makefile.patch")
sha512sums=('SKIP'
'82c137913b121c615e172d105df1ca76dcbc3834f07cad7337e08fb2b73e164baa565c6e91ab603769aed87efec01c4901c2f1b8a534a19f2f72cd3487cff269')
prepare() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
patch -p1 < "${srcdir}/0001-Bugfix-always-respect-DESTDIR-in-Makefile.patch"
}
package() {
cd "${srcdir}/${pkgname}"
./configure
make DESTDIR="$pkgdir/"
make DESTDIR="$pkgdir/" install
}
franciscod commented on 2015-02-04 03:18 (UTC)
dupe of this one? https://aur.archlinux.org/packages/telegram-purple-git/
franciscod commented on 2015-02-04 02:07 (UTC)
Fixed! Thanks The_Loko :D
https://github.com/franciscod/aur-franciscod/commit/01abcc93061dc5efa7ddd20b8f803ccaa17035be
franciscod commented on 2015-02-04 01:53 (UTC)
Can reproduce. It's due to this change:
https://github.com/majn/telegram-purple/commit/2ec44834fc812b80dce9a0e08b49b7b75d436e92
Fixing!
Pinned Comments
Atomisirsi commented on 2021-01-07 15:56 (UTC)
Development of this plugin is discontinued in favor of Telegram tdlib.
This PKGBUILD remains for usage of the master branch.