「非公式ユーザーリポジトリ」の版間の差分
ナビゲーションに移動
検索に移動
細 |
|||
6行目: | 6行目: | ||
{{Related|公式リポジトリ}} |
{{Related|公式リポジトリ}} |
||
{{Related articles end}} |
{{Related articles end}} |
||
− | この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは [[ |
+ | この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは [[AUR]] にある PKGBUILD のビルド済みバージョンを提供しています。 |
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}} |
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}} |
||
− | ここにあるリポジトリを使用するには、[[ |
+ | ここにあるリポジトリを使用するには、[[pacman#Repositories]] で説明されているように、リポジトリを {{ic|/etc/pacman.conf}} に追加する必要があります。リポジトリに署名がある場合は、[[Pacman-key#非公式のキーの追加]] に書かれているように、適当なキーを取得してローカルで署名してください。 |
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。 |
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。 |
||
+ | |||
+ | {{Tip|このページに記載されている全てのサーバーのリストを取得するには: {{bc|<nowiki>curl 'https://wiki.archlinux.org/index.php/Unofficial_user_repositories' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '</nowiki>}} |
||
+ | ウェブブラウザで開いて、リポジトリの中身を調べることができます。}} |
||
== このページにリポジトリを追加 == |
== このページにリポジトリを追加 == |
||
52行目: | 55行目: | ||
[infinality-bundle-fonts] |
[infinality-bundle-fonts] |
||
Server = http://bohoomil.com/repo/fonts |
Server = http://bohoomil.com/repo/fonts |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== ivasilev ==== |
||
+ | |||
+ | * '''メンテナ:''' [http://ivasilev.net Ianis G. Vasilev] |
||
+ | * '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。 |
||
+ | * '''上流ページ:''' http://ivasilev.net/pacman |
||
+ | * '''Key-ID:''' 436BB513 |
||
+ | |||
+ | {{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}} |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [ivasilev] |
||
+ | Server = http://ivasilev.net/pacman/any |
||
+ | # Server = http://ivasilev.net/pacman/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== pkgbuilder ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick] |
||
+ | * '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。 |
||
+ | * '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder |
||
+ | * '''Key-ID:''' 5EAAEA16 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [pkgbuilder] |
||
+ | Server = https://pkgbuilder-repo.chriswarrick.com/ |
||
</nowiki>}} |
</nowiki>}} |
||
90行目: | 120行目: | ||
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (ほとんどが署名済み) |
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (ほとんどが署名済み) |
||
* '''Git リポジトリ:''' https://github.com/archlinuxcn/repo |
* '''Git リポジトリ:''' https://github.com/archlinuxcn/repo |
||
+ | * '''ミラー:''' https://github.com/archlinuxcn/mirrorlist-repo |
||
* '''Key-ID:''' このリポジトリを追加したら、何よりもまず ''archlinuxcn-keyring'' パッケージをインストールする必要があります。 |
* '''Key-ID:''' このリポジトリを追加したら、何よりもまず ''archlinuxcn-keyring'' パッケージをインストールする必要があります。 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[archlinuxcn] |
[archlinuxcn] |
||
− | SigLevel = Optional |
+ | SigLevel = Optional TrustedOnly |
Server = http://repo.archlinuxcn.org/$arch |
Server = http://repo.archlinuxcn.org/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
117行目: | 148行目: | ||
[bbqlinux] |
[bbqlinux] |
||
Server = http://packages.bbqlinux.org/$repo/os/$arch |
Server = http://packages.bbqlinux.org/$repo/os/$arch |
||
− | </nowiki>}} |
||
− | |||
− | ==== carstene1ns ==== |
||
− | |||
− | * '''メンテナ:''' [[en2:User:Carstene1ns|Carsten Teibes]] |
||
− | * '''説明:''' Carsten Teibes によってメンテ・使用されている AUR パッケージ (games/Wii/lib32/Python) |
||
− | * '''上流ページ:''' http://repo.carsten-teibes.de |
||
− | * '''Key-ID:''' 2476B20B |
||
− | |||
− | {{bc|<nowiki> |
||
− | [carstene1ns] |
||
− | Server = http://repo.carsten-teibes.de/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
142行目: | 161行目: | ||
Server = http://catalyst.wirephire.com/repo/catalyst/$arch |
Server = http://catalyst.wirephire.com/repo/catalyst/$arch |
||
## Mirrors, if the primary server does not work or is too slow: |
## Mirrors, if the primary server does not work or is too slow: |
||
− | #Server = http://70.239.162.206/catalyst-mirror/repo/catalyst/$arch |
||
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch |
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch |
||
#Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch |
#Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch |
||
158行目: | 176行目: | ||
Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch |
Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch |
||
## Mirrors, if the primary server does not work or is too slow: |
## Mirrors, if the primary server does not work or is too slow: |
||
− | #Server = http://70.239.162.206/catalyst-mirror/repo/catalyst-hd234k/$arch |
||
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch |
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch |
||
#Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch |
#Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch |
||
180行目: | 197行目: | ||
* '''説明:''' Arch ISO ライブディスクから ZFS をインストールするためのパッケージ |
* '''説明:''' Arch ISO ライブディスクから ZFS をインストールするためのパッケージ |
||
* '''上流ページ:''' https://github.com/demizer/archzfs |
* '''上流ページ:''' https://github.com/demizer/archzfs |
||
− | * '''Key-ID:''' |
+ | * '''Key-ID:''' 5E1ABF240EE7A126 |
+ | |||
+ | {{bc|<nowiki> |
||
+ | [demz-repo-archiso] |
||
+ | Server = http://demizerone.com/$repo/$arch |
||
+ | </nowiki>}} |
||
==== demz-repo-core ==== |
==== demz-repo-core ==== |
||
187行目: | 209行目: | ||
* '''説明:''' Arch Linux で ZFS を扱うためのパッケージ。 |
* '''説明:''' Arch Linux で ZFS を扱うためのパッケージ。 |
||
* '''上流ページ:''' https://github.com/demizer/archzfs |
* '''上流ページ:''' https://github.com/demizer/archzfs |
||
− | * '''Key-ID:''' |
+ | * '''Key-ID:''' 5E1ABF240EE7A126 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[demz-repo-core] |
[demz-repo-core] |
||
− | Server = http://demizerone.com/$repo/$arch |
||
− | </nowiki>}} |
||
− | |||
− | {{bc|<nowiki> |
||
− | [demz-repo-archiso] |
||
Server = http://demizerone.com/$repo/$arch |
Server = http://demizerone.com/$repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
202行目: | 219行目: | ||
* '''メンテナ:''' Moritz Molch |
* '''メンテナ:''' Moritz Molch |
||
− | * '''説明:''' [[ |
+ | * '''説明:''' [[EncFS]] を統合するのに使える gnome-encfs-manager |
* '''上流ページ:''' [https://launchpad.net/gencfsm Gnome EncfsM]. |
* '''上流ページ:''' [https://launchpad.net/gencfsm Gnome EncfsM]. |
||
* '''Key ID:''' |
* '''Key ID:''' |
||
209行目: | 226行目: | ||
[home_moritzmolch_gencfsm_Arch_Extra] |
[home_moritzmolch_gencfsm_Arch_Extra] |
||
Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch |
Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch |
||
− | </nowiki>}} |
||
− | |||
− | ==== haavard ==== |
||
− | |||
− | * '''メンテナ:''' Håvard Pettersson |
||
− | * '''説明:''' Tox 関連のパッケージ |
||
− | * '''上流ページ:''' https://haavard.me/archlinux |
||
− | * '''Key-ID:''' 928988CE |
||
− | {{bc|<nowiki> |
||
− | [haavard] |
||
− | Server = https://haavard.me/archlinux/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
244行目: | 250行目: | ||
[infinality-bundle] |
[infinality-bundle] |
||
Server = http://bohoomil.com/repo/$arch |
Server = http://bohoomil.com/repo/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== ivasilev ==== |
||
+ | |||
+ | * '''メンテナ:''' [http://ivasilev.net Ianis G. Vasilev] |
||
+ | * '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。 |
||
+ | * '''上流ページ:''' http://ivasilev.net/pacman |
||
+ | * '''Key-ID:''' 436BB513 |
||
+ | |||
+ | {{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}} |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [ivasilev] |
||
+ | Server = http://ivasilev.net/pacman/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
262行目: | 282行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== llvm-svn ==== |
− | * '''メンテナ:''' [ |
+ | * '''メンテナ:''' [[en2:User:Kerberizer|Luchesar V. ILIEV (kerberizer)]] |
+ | * '''説明:''' AUR の [https://aur.archlinux.org/pkgbase/llvm-svn llvm-svn] と [https://aur.archlinux.org/pkgbase/lib32-llvm-svn lib32-llvm-svn]: LLVM コンパイラインフラストラクチャ、Clang フロント、関連ツール。 |
||
− | * '''説明:''' lxqt-git のウィークリービルドリポジトリ。 |
||
+ | * '''Key-ID:''' [https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on 0x76563F75679E4525], 指紋 <tt>D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525</tt> |
||
− | * '''Key-ID:''' 26EBCC57 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
− | [ |
+ | [llvm-svn] |
− | Server = http:// |
+ | Server = http://repos.uni-plovdiv.net/archlinux/$repo/$arch |
+ | </nowiki>}} |
||
+ | |||
+ | ==== markzz ==== |
||
+ | |||
+ | * '''メンテナ:''' [[en2:User:Markzz|Mark Weiman (markzz)]] |
||
+ | * '''説明:''' markzz が AUR でメンテしているパッケージ、vfio パッチが適用された Linux ({{AUR|linux-vfio}} と {{AUR|linux-vfio-lts}})、Debian パッケージリポジトリを管理するためのパッケージ。 |
||
+ | * '''Key ID:''' 3CADDFDD |
||
+ | |||
+ | {{Note|''markzz-keyring'' パッケージをインストールしてキーを追加したい場合、一時的にリポジトリセクションに {{ic|1=SigLevel = Never}} を追加してください。}} |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [markzz] |
||
+ | Server = http://repo.markzz.com/arch/$repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
284行目: | 317行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== miffe ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe] |
− | * '''説明:''' |
+ | * '''説明:''' miffe によってメンテされている AUR パッケージ、例: linux-mainline |
+ | * '''Key ID:''' 313F5ABD |
||
− | * '''上流ページ:''' [https://bbs.archlinux.org/viewtopic.php?pid=1462275#p1462275 Arch フォーラムの投稿] |
||
− | * '''Key-ID:''' [http://pgp.mit.edu/pks/lookup?op=get&search=0x73A60C59518B147D 518B147D] |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [miffe] |
||
− | [openrc-eudev] |
||
− | Server = http:// |
+ | Server = http://arch.miffe.org/$arch/ |
</nowiki>}} |
</nowiki>}} |
||
339行目: | 371行目: | ||
[sergej-repo] |
[sergej-repo] |
||
Server = http://repo.p5n.pp.ru/$repo/os/$arch |
Server = http://repo.p5n.pp.ru/$repo/os/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== tredaelli-systemd ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://www.archlinux.org/trustedusers/#tredaelli Timothy Redaelli] |
||
+ | * '''説明:''' 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1) |
||
+ | * '''Key-ID:''' 不要、メンテナは TU です |
||
+ | |||
+ | {{Warning|{{ic|/etc/pacman.conf}} で {{ic|[tredaelli-systemd]}} は {{ic|[core]}} の前に記述する必要があります。}} |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [tredaelli-systemd] |
||
+ | Server = http://pkgbuild.com/~tredaelli/repo/systemd/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== herecura ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] |
||
+ | * '''説明:''' ''community'' リポジトリに含まれていない追加パッケージ |
||
+ | * '''Key-ID:''' 不要、メンテナは TU です |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [herecura] |
||
+ | Server = http://repo.herecura.be/$repo/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== blackeagle-pre-community ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] |
||
+ | * '''説明:''' ''community'' リポジトリに移動する前にテストするパッケージ |
||
+ | * '''Key-ID:''' 不要、メンテナは TU です |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [blackeagle-pre-community] |
||
+ | Server = http://repo.herecura.be/$repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
=== 署名なし === |
=== 署名なし === |
||
− | {{Note| |
+ | {{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}} |
==== arch-deepin ==== |
==== arch-deepin ==== |
||
366行目: | 433行目: | ||
[archaudio-production] |
[archaudio-production] |
||
Server = http://repos.archaudio.org/$repo/$arch |
Server = http://repos.archaudio.org/$repo/$arch |
||
− | </nowiki>}} |
||
− | |||
− | ==== archie-repo ==== |
||
− | * '''メンテナ:''' [https://aur.archlinux.org/account/Kalinda/ Kalinda] |
||
− | * '''説明:''' wine-silverlight, pipelight などの雑多なパッケージのリポジトリ。 |
||
− | |||
− | {{bc|<nowiki> |
||
− | [archie-repo] |
||
− | Server = http://andontie.net/archie-repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
390行目: | 448行目: | ||
==== archlinuxgis ==== |
==== archlinuxgis ==== |
||
* '''メンテナ:''' |
* '''メンテナ:''' |
||
− | * '''説明:''' |
+ | * '''説明:''' メンテナ募集 - 低帯域 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
420行目: | 478行目: | ||
* '''メンテナ:''' |
* '''メンテナ:''' |
||
− | * '''説明:''' |
+ | * '''説明:''' orgizm.net のユーザーが提供 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[arsch] |
[arsch] |
||
Server = http://arsch.orgizm.net/$arch |
Server = http://arsch.orgizm.net/$arch |
||
− | </nowiki>}} |
||
− | |||
− | ==== aurbin ==== |
||
− | {{Note|このパッケージは2013年10月から更新されていません。}} |
||
− | * '''メンテナ:''' |
||
− | * '''説明:''' AUR パッケージの自動ビルド |
||
− | * '''上流ページ:''' http://aurbin.net/ |
||
− | |||
− | {{bc|<nowiki> |
||
− | [aurbin] |
||
− | Server = http://aurbin.net/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
467行目: | 514行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== mesa-git ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier] |
+ | * '''説明:''' ''testing'' や ''multilib-testing'' リポジトリ用の Mesa git ビルド |
||
− | * '''説明:''' additional packages not found in the ''community'' repository |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [mesa-git] |
||
− | [herecura-stable] |
||
− | Server = http:// |
+ | Server = http://pkgbuild.com/~lcarlier/$repo/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== noware ==== |
+ | * '''メンテナ:''' Alexandru Thirtheu (alex_giusi_tiri2@yahoo.com) ([https://bbs.archlinux.org/profile.php?id=65036 フォーラム]) ([https://wiki.archlinux.org/index.php/User:AGT Wiki]) ([http://direct.noware.systems.:2 ウェブサイト]) |
||
− | * '''メンテナ:''' |
||
+ | * '''説明:''' 何度もコンパイルしたくない、リポジトリに欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。 |
||
− | * '''説明:''' additional packages for testing build against stable arch |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [noware] |
||
− | [herecura-testing] |
||
− | Server = http://repo. |
+ | Server = http://direct.$repo.systems.:2/repository/arch/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== openrc-eudev ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [[en2:User:Aaditya|Aaditya]], [[en2:User:Nous|Nous]] |
− | * '''説明:''' |
+ | * '''説明:''' OpenRC や eudev のパッケージが含まれているリポジトリ |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
− | [ |
+ | [openrc-eudev] |
− | Server = http:// |
+ | Server = http://downloads.sourceforge.net/project/archopenrc/$repo/$arch |
</nowiki>}} |
</nowiki>}} |
||
==== oracle ==== |
==== oracle ==== |
||
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [[en2:User:Malvineous|Malvineous]] |
* '''説明:''' Oracle データベースクライアント |
* '''説明:''' Oracle データベースクライアント |
||
529行目: | 576行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== pietma ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de> |
+ | * '''説明:''' [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。 |
||
− | * '''説明:''' Generic and optimized binaries of the ARCH kernel patched with BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git |
||
+ | * '''上流ページ:''' http://pietma.com/tag/aur/ |
||
− | * '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/11734958/x86_64/index.html or start at http://tiny.cc/linux-pf |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [pietma] |
||
− | [pfkernel] |
||
+ | SigLevel = Optional TrustAll |
||
− | Server = http://dl.dropbox.com/u/11734958/$arch |
||
+ | Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== pfkernel ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [[en2:User:Nous|nous]] |
+ | * '''説明:''' BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git のパッチを ARCH カーネルに適用した、汎用・最適化済みのバイナリ |
||
− | * '''説明:''' Rstudio IDE パッケージ (git 版) と依存パッケージ。 |
||
+ | * '''備考:''' リポジトリの中を見るには、サーバーの URL の末尾に {{ic|index.html}} を追加する必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/11734958/x86_64/index.html または http://bit.do/linux-pf を開いてください。 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [pfkernel] |
||
− | [rstudio] |
||
− | Server = http:// |
+ | Server = http://dl.dropbox.com/u/11734958/$arch |
</nowiki>}} |
</nowiki>}} |
||
560行目: | 609行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== Unity-for-Arch ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' https://github.com/chenxiaolong |
− | * '''説明:''' Arch 用の |
+ | * '''説明:''' Arch 用の [[Unity]] パッケージ |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [Unity-for-Arch] |
||
− | [unity] |
||
+ | SigLevel = Optional TrustAll |
||
− | Server = http://unity.xe-xe.org/$arch |
||
+ | Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== Unity-for-Arch-Extra ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' https://github.com/chenxiaolong |
− | * '''説明:''' Arch 用の |
+ | * '''説明:''' Arch 用の [[Unity]] extra パッケージ |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [Unity-for-Arch-Extra] |
||
− | [unity-extra] |
||
+ | SigLevel = Optional TrustAll |
||
− | Server = http://unity.xe-xe.org/extra/$arch |
||
+ | Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
588行目: | 639行目: | ||
[home_tarakbumba_archlinux_Arch_Extra_standard] |
[home_tarakbumba_archlinux_Arch_Extra_standard] |
||
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch |
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== MEGAsync_Arch_Extra ==== |
||
+ | |||
+ | * '''メンテナ:''' https://mega.nz/#sync |
||
+ | * '''説明:''' Arch 用の MEGAsync extra パッケージ |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [MEGAsync_Arch_Extra] |
||
+ | SigLevel = Never |
||
+ | Server = https://mega.co.nz/linux/MEGAsync/Arch_Extra/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
598行目: | 660行目: | ||
* '''説明:''' Asus Eee PC 701 に最適化されたカーネルとモジュール。-ck パッチセットを含む。 |
* '''説明:''' Asus Eee PC 701 に最適化されたカーネルとモジュール。-ck パッチセットを含む。 |
||
* '''Key-ID:''' 27D4A19A |
* '''Key-ID:''' 27D4A19A |
||
− | * '''キーファイル:''' http://zembla. |
+ | * '''キーファイル:''' http://zembla.duckdns.org/repo/gruppenpest.gpg |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[eee-ck] |
[eee-ck] |
||
− | Server = http://zembla. |
+ | Server = http://zembla.duckdns.org/repo |
</nowiki>}} |
</nowiki>}} |
||
==== phillid ==== |
==== phillid ==== |
||
* '''メンテナ:''' Phillid |
* '''メンテナ:''' Phillid |
||
+ | * '''説明:''' (OS 開発用) ベアボーン環境を対象とする様々な GCC と binutils。GCC ツールチェインは NLS と C フロントエンド以外の全てを無効化することで ~8 MiB まで縮小されています。hamlib, xastir, qsstv などで使用しているアマチュア無線関連のソフトウェアも含まれています。ビルドに時間がかかるレガシーなパッケージも少々 (kdelibs3, qt3)。 |
||
− | * '''説明:''' Various GCC-s and matching binutils-es which target bare-bones formats (for OS dev). The GCC toolchains are shrunk to ~8 MiB each by disabling NLS and everything but the C front-end. Thrown in there is some ham-related stuff I use such as hamlib, xastir, qsstv. Also a couple of legacy packages which are a bit lengthy to build for most people (kdelibs3, qt3). |
||
* '''Key-ID:''' 28F1E6CE |
* '''Key-ID:''' 28F1E6CE |
||
640行目: | 702行目: | ||
[andrwe] |
[andrwe] |
||
Server = http://repo.andrwe.org/i686 |
Server = http://repo.andrwe.org/i686 |
||
− | </nowiki>}} |
||
− | |||
− | ==== esclinux ==== |
||
− | {{Note|Off-line since 2014-07-02.}} |
||
− | * '''メンテナ:''' |
||
− | * '''説明:''' AUR に存在する、ゲーム、インタラクティブフィクション、abc 記譜法関連のもの。 |
||
− | |||
− | {{bc|<nowiki> |
||
− | [esclinux] |
||
− | Server = http://download.tuxfamily.org/esclinuxcd/ressources/repo/i686/ |
||
</nowiki>}} |
</nowiki>}} |
||
708行目: | 760行目: | ||
==== apathism ==== |
==== apathism ==== |
||
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' Ivan Koryabkin ([https://aur.archlinux.org/account/apathism/ apathism]) |
* '''上流ページ:''' https://apathism.net/ |
* '''上流ページ:''' https://apathism.net/ |
||
− | * '''説明:''' {{AUR| |
+ | * '''説明:''' {{AUR|psi-plus-git}} などの AUR パッケージ (qt5 有効) |
* '''Key-ID:''' 3E37398D |
* '''Key-ID:''' 3E37398D |
||
* '''キーファイル:''' http://apathism.net/archlinux/apathism.key |
* '''キーファイル:''' http://apathism.net/archlinux/apathism.key |
||
728行目: | 780行目: | ||
[bioinformatics] |
[bioinformatics] |
||
Server = http://decryptedepsilon.bl.ee/repo/x86_64 |
Server = http://decryptedepsilon.bl.ee/repo/x86_64 |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== blackleg ==== |
||
+ | |||
+ | * '''メンテナ:''' Blackleg ([https://aur.archlinux.org/account/blackleg blackleg]) |
||
+ | * '''上流ページ:''' [http://www.blackleg.es www.blackleg.es] |
||
+ | * '''説明:''' AUR パッケージなど: linux-w110er, nvidia-dkms, android-studio, odoo (OpenErp)。 |
||
+ | * '''パッケージリスト:''' [http://www.blackleg.es/x86_64/index.html Blackleg x86_64 パッケージ] |
||
+ | * '''Key-ID:''' 611BFDE1 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [blackleg] |
||
+ | Server = ftp://ftp.blackleg.es/archlinux/$repo/$arch/ |
||
</nowiki>}} |
</nowiki>}} |
||
733行目: | 798行目: | ||
* '''メンテナ:''' boyska |
* '''メンテナ:''' boyska |
||
− | * '''説明:''' |
+ | * '''説明:''' 個人用リポジトリ: 暗号, sdr, メール管理など |
* '''Key-ID:''' 0x7395DCAE58289CA9 |
* '''Key-ID:''' 0x7395DCAE58289CA9 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[boyska64] |
[boyska64] |
||
− | Server = http://boyska. |
+ | Server = http://boyska.degenerazione.xyz/archrepo |
+ | </nowiki>}} |
||
+ | |||
+ | ==== carstene1ns ==== |
||
+ | |||
+ | * '''メンテナ:''' [[en2:User:Carstene1ns|Carsten Teibes]] |
||
+ | * '''説明:''' Carsten Teibes によってメンテ・使用されている AUR パッケージ (ゲーム/Wii/lib32/Python) |
||
+ | * '''上流ページ:''' http://repo.carsten-teibes.de |
||
+ | * '''Key-ID:''' 2476B20B |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [carstene1ns] |
||
+ | Server = http://repo.carsten-teibes.de/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
793行目: | 870行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== eatabrick ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' bentglasstube |
+ | * '''説明:''' bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。 |
||
− | * '''説明:''' Packages for the Freifunk project: batman-adv, batctl, fastd and dependencies. |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [eatabrick] |
||
− | [freifunk-rheinland] |
||
+ | SigLevel = Required |
||
− | Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch |
||
+ | Server = http://repo.eatabrick.org/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== freifunk-rheinland ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' nomaster |
− | * '''説明:''' |
+ | * '''説明:''' Freifunk プロジェクトのパッケージ: batman-adv, batctl, fastd と依存パッケージ。 |
− | * '''上流ページ:''' [http://bohoomil.com/ Infinality bundle & fonts] |
||
− | * '''Key-ID:''' 962DDE58 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [freifunk-rheinland] |
||
− | [infinality-bundle-multilib] |
||
− | Server = http:// |
+ | Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== gustawho ==== |
− | * '''メンテナ:''' [https:// |
+ | * '''メンテナ:''' [https://twitter.com/gustawho Gustavo Castro] <gustawho@gmail.com> |
+ | * '''説明:''' {{AUR|firefox-kde-opensuse}} など、ビルドに時間がかかる科学 (物理と数学) 用のツールと AUR パッケージ |
||
− | * '''説明:''' packages also available in the Arch User Repository, sometimes with minor fixes |
||
− | * ''' |
+ | * '''パッケージリスト:''' http://gustawho.x10.mx/repo/x86_64 |
− | * ''' |
+ | * '''上流ページ:''' http://gustawho.x10.mx |
+ | * '''Key-ID:''' 2C575D76 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [gustawho] |
||
− | [siosm-aur] |
||
− | Server = http:// |
+ | Server = http://gustawho.x10.mx/repo/x86_64 |
</nowiki>}} |
</nowiki>}} |
||
+ | * '''備考:''' i686 の firefox-kde-opensuse や署名がされていない x86_64 パッケージが必要な場合、以下のリポジトリを使って下さい: |
||
− | ==== siosm-selinux ==== |
||
− | |||
− | * '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier] |
||
− | * '''説明:''' SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは [[SELinux|SELinux]] のページを参照。 |
||
− | * '''上流ページ:''' https://tim.siosm.fr/repositories/ |
||
− | * '''Key-ID:''' 78688F83 |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [home_gustawho_Arch_Extra] |
||
− | [siosm-selinux] |
||
+ | SigLevel = Never |
||
− | Server = http://siosm.fr/repo/$repo/ |
||
+ | Server = http://download.opensuse.org/repositories/home:/gustawho/Arch_Extra/$arch |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== Linux-pf ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' [[en2:User:Thaodan|Thaodan]] |
+ | * '''説明:''' BFS, TuxOnIce, BFQ, Aufs3 などのパッチが適用された ARCH カーネルの汎用・最適化済みバイナリ。[[AUR]] の {{AUR|linux-pf}} と同じく linux-pf ですが、Intel の CPU (Sandy Bridge, Ivy Bridge, Haswell) 向けに最適化が施されており、他のパッケージも存在します。 |
||
− | * '''説明:''' Subtitle Composer の安定版とナイトリービルド。 |
||
+ | * '''備考:''' リポジトリの中身を見るときは、サーバー URL の末尾に {{ic|index.html}} を追加する必要があります (Dropbox)。 |
||
− | * '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer |
||
− | * '''Key-ID:''' EA8CEBEE |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [Linux-pf] |
||
− | [subtitlecomposer] |
||
+ | Server = https://dl.dropboxusercontent.com/u/172590784/Linux-pf/x86_64/ |
||
− | Server = http://smoothware.net/$repo/$arch |
||
+ | SigLevel = Optional |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== infinality-bundle-multilib ==== |
− | * '''メンテナ:''' [ |
+ | * '''メンテナ:''' [http://bohoomil.com/ bohoomil] |
− | * '''説明:''' |
+ | * '''説明:''' infinality-bundle の multilib リポジトリ。 |
− | * '''上流ページ:''' http:// |
+ | * '''上流ページ:''' [http://bohoomil.com/ Infinality bundle & fonts] |
− | * '''Key-ID:''' |
+ | * '''Key-ID:''' 962DDE58 |
− | |||
− | {{Note|This includes all packages in [[#xyne-any|<nowiki>[xyne-any]</nowiki>]].}} |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [infinality-bundle-multilib] |
||
− | [xyne-x86_64] |
||
− | Server = http:// |
+ | Server = http://bohoomil.com/repo/multilib/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== kc9ydn ==== |
− | * '''メンテナ:''' [ |
+ | * '''メンテナ:''' [http://kc9ydn.us KC9YDN] |
+ | * '''説明:''' アマチュア無線関連のアプリ |
||
− | * '''説明:''' [http://rubygems.org/ Rubygems] のパッケージの Arch バイナリリポジトリ。詳しくは[https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス]を参照。 |
||
− | * '''Key-ID:''' |
+ | * '''Key-ID:''' 7DA25A0F |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
− | [ |
+ | [kc9ydn] |
− | Server = http:// |
+ | Server = http://kc9ydn.us/repo/ |
</nowiki>}} |
</nowiki>}} |
||
881行目: | 952行目: | ||
* '''説明:''' CK パッチが適用された最新の ArchLinux LTS カーネル |
* '''説明:''' CK パッチが適用された最新の ArchLinux LTS カーネル |
||
* '''Key-ID:''' E6366A92 |
* '''Key-ID:''' E6366A92 |
||
− | * '''備考:''' |
+ | * '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/x86_64/index.html or start at http://tiny.cc/linux-lts-ck |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
893行目: | 964行目: | ||
* '''説明:''' 昔の LTS カーネル (3.10 と 3.12 ブランチ) |
* '''説明:''' 昔の LTS カーネル (3.10 と 3.12 ブランチ) |
||
* '''Key-ID:''' E6366A92 |
* '''Key-ID:''' E6366A92 |
||
− | * '''備考:''' |
+ | * '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)例えば、x86_64 の場合、ブラウザ http://dl.dropbox.com/u/298301785/arch/linux-lts31x/x86_64/index.html か http://tiny.cc/linux-lts31x を開きます。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
905行目: | 976行目: | ||
* '''説明:''' CK パッチが適用された昔の LTS カーネル (3.10 と 3.12 ブランチ) |
* '''説明:''' CK パッチが適用された昔の LTS カーネル (3.10 と 3.12 ブランチ) |
||
* '''Key-ID:''' E6366A92 |
* '''Key-ID:''' E6366A92 |
||
− | * '''備考:''' |
+ | * '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/x86_64/index.html か http://tiny.cc/linux-lts31x-ck を開きます。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
917行目: | 988行目: | ||
* '''説明:''' CK と PaX セキュリティパッチセットが適用された最新の Arch カーネル |
* '''説明:''' CK と PaX セキュリティパッチセットが適用された最新の Arch カーネル |
||
* '''Key-ID:''' E6366A92 |
* '''Key-ID:''' E6366A92 |
||
− | * '''備考:''' |
+ | * '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/x86_64/index.html か http://tiny.cc/linux-ck-pax を開きます。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
927行目: | 998行目: | ||
* '''メンテナ:''' Claire Farron [https://aur.archlinux.org/account/clfarron4 clfarron4] |
* '''メンテナ:''' Claire Farron [https://aur.archlinux.org/account/clfarron4 clfarron4] |
||
− | * '''説明:''' |
+ | * '''説明:''' TRESOR パッチが適用された最新あるいは LTS の Arch カーネル |
* '''Key-ID:''' E6366A92 |
* '''Key-ID:''' E6366A92 |
||
− | * '''備考:''' |
+ | * '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-tresor/x86_64/index.html か http://tiny.cc/linux-tresor を開きます。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[linux-tresor] |
[linux-tresor] |
||
Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch |
Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== qt-debug ==== |
||
+ | |||
+ | * '''メンテナ:''' [http://blog.the-compiler.org/?page_id=36 The Compiler] |
||
+ | * '''説明:''' デバッグシンボルを含む Qt/PyQt ビルド |
||
+ | * '''上流ページ:''' https://github.com/The-Compiler/qt-debug-pkgbuild |
||
+ | * '''Key-ID:''' D6A1C70FE80A0C82 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [qt-debug] |
||
+ | Server = http://qutebrowser.org/qt-debug/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== quarry ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://www.archlinux.org/developers/#anatolik anatolik] |
||
+ | * '''説明:''' [http://rubygems.org/ Rubygem] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。 |
||
+ | * '''Key-ID:''' 不要、メンテナは開発者です。 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [quarry] |
||
+ | # report issues at https://github.com/anatol/quarry |
||
+ | Server = http://pkgbuild.com/~anatolik/quarry/x86_64/ |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== rstudio ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://aur.archlinux.org/account/unikum/ Artem Klevtsov] |
||
+ | * '''説明:''' Rstudio IDE パッケージ (git 版) と依存パッケージ。 |
||
+ | * '''Key-ID:''' 1CB48DD4 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [rstudio] |
||
+ | Server = http://repo.psylab.info/archlinux/x86_64/ |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== siosm-aur ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier] |
||
+ | * '''説明:''' Arch User Repository にあるパッケージ、マイナーフィックスあり |
||
+ | * '''上流ページ:''' https://tim.siosm.fr/repositories/ |
||
+ | * '''Key-ID:''' 78688F83 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [siosm-aur] |
||
+ | Server = http://siosm.fr/repo/$repo/ |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== siosm-selinux ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier] |
||
+ | * '''説明:''' SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは [[SELinux]] のページを参照。 |
||
+ | * '''上流ページ:''' https://tim.siosm.fr/repositories/ |
||
+ | * '''Key-ID:''' 78688F83 |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [siosm-selinux] |
||
+ | Server = http://siosm.fr/repo/$repo/ |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== subtitlecomposer ==== |
||
+ | |||
+ | * '''メンテナ:''' Mladen Milinkovic (maxrd2) |
||
+ | * '''説明:''' Subtitle Composer の安定版とナイトリービルド。 |
||
+ | * '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer |
||
+ | * '''Key-ID:''' EA8CEBEE |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [subtitlecomposer] |
||
+ | Server = http://smoothware.net/$repo/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== xyne-x86_64 ==== |
||
+ | |||
+ | * '''メンテナ:''' [https://www.archlinux.org/trustedusers/#xyne Xyne] |
||
+ | * '''説明:''' "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。 |
||
+ | * '''上流ページ:''' http://xyne.archlinux.ca/projects/ |
||
+ | * '''Key-ID:''' 不要、メンテナは TU です。 |
||
+ | |||
+ | {{Note|[[#xyne-any|<nowiki>[xyne-any]</nowiki>]] の全てのパッケージが含まれています。}} |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [xyne-x86_64] |
||
+ | Server = http://xyne.archlinux.ca/repos/xyne |
||
</nowiki>}} |
</nowiki>}} |
||
=== 署名なし === |
=== 署名なし === |
||
− | {{Note| |
+ | {{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}} |
==== alucryd ==== |
==== alucryd ==== |
||
963行目: | 1,119行目: | ||
* '''メンテナ:''' Andrwe Lord Weber |
* '''メンテナ:''' Andrwe Lord Weber |
||
− | * '''説明:''' |
+ | * '''説明:''' 多くの環境で使っているプログラム |
* '''上流ページ:''' http://andrwe.dyndns.org/doku.php/blog/repository {{Dead link|2013|11|30}} |
* '''上流ページ:''' http://andrwe.dyndns.org/doku.php/blog/repository {{Dead link|2013|11|30}} |
||
992行目: | 1,148行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== mazdlc ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com> |
− | * '''説明:''' |
+ | * '''説明:''' maz-1 によってメンテされている様々なパッケージ (主に Qt5 ベースのパッケージとマルチメディア関連のパッケージ) |
− | * '''上流ページ:''' |
+ | * '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [home_mazdlc_Arch_Extra] |
||
− | [hawaii] |
||
− | Server = http:// |
+ | Server = http://download.opensuse.org/repositories/home:/mazdlc/Arch_Extra/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== mazdlc-deadbeef-plugins ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com> |
+ | * '''説明:''' 機能豊富なミュージックプレイヤー DeaDBeeF のプラグイン。 |
||
− | * '''説明:''' gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ... |
||
+ | * '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [home_mazdlc_deadbeef-plugins_Arch_Extra] |
||
− | [kps] |
||
− | Server = http:// |
+ | Server = http://download.opensuse.org/repositories/home:/mazdlc:/deadbeef-plugins/Arch_Extra/$arch |
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== mazdlc-kde-frameworks-5 ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com> |
− | * '''説明:''' |
+ | * '''説明:''' kde frameworks 5 ベースの不安定版のパッケージ。 |
+ | * '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [home_mazdlc_kde-frameworks-5_Arch_Extra] |
||
− | [miusystem] |
||
+ | Server = http://download.opensuse.org/repositories/home:/mazdlc:/kde-frameworks-5/Arch_Extra/$arch |
||
− | Server = https://miusystem.com/archlinux-repo |
||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== kps ==== |
− | * '''メンテナ:''' |
+ | * '''メンテナ:''' kps |
+ | * '''説明:''' gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ... |
||
− | * '''説明:''' 日本語入力システムのパッケージ Mozc (vanilla) と libkkc |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [kps] |
||
− | [pnsft-pur] |
||
− | Server = http:// |
+ | Server = http://kps.bplaced.net/repo/$arch |
+ | </nowiki>}} |
||
+ | |||
+ | ==== mikroskeem ==== |
||
+ | |||
+ | * '''メンテナ:''' mikroskeem <mikroskeem@mikroskeem.eu> |
||
+ | * '''説明:''' Openarena と i3 wm 関連のパッケージ |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [mikroskeem] |
||
+ | Server = http://nightsnack.cf/ |
||
</nowiki>}} |
</nowiki>}} |
||
==== mingw-w64 ==== |
==== mingw-w64 ==== |
||
+ | * '''メンテナ:''' [https://aur.archlinux.org/account/ant32 Philip] と [https://aur.archlinux.org/account/nic96 Jeromy] Reimer |
||
− | * '''メンテナ:''' |
||
* '''説明:''' AUR にあるほぼ全ての mingw-w64 パッケージ。8時間毎に更新。 |
* '''説明:''' AUR にあるほぼ全ての mingw-w64 パッケージ。8時間毎に更新。 |
||
* '''上流ページ:''' http://arch.linuxx.org |
* '''上流ページ:''' http://arch.linuxx.org |
||
+ | |||
+ | {{Note|2015年6月現在、ホームページは閲覧できない状態になっています。しかしながら、sourceforge で最新のビルドは取得できます。}} |
||
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[mingw-w64] |
[mingw-w64] |
||
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch |
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch |
||
− | # in 2014-12-24 it seems no one worked |
||
#Server = http://arch.linuxx.org/archlinux/$repo/os/$arch |
#Server = http://arch.linuxx.org/archlinux/$repo/os/$arch |
||
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch |
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch |
||
+ | </nowiki>}} |
||
+ | |||
+ | ==== pnsft-pur ==== |
||
+ | |||
+ | * '''メンテナ:''' |
||
+ | * '''説明:''' 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc |
||
+ | |||
+ | {{bc|<nowiki> |
||
+ | [pnsft-pur] |
||
+ | Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64 |
||
</nowiki>}} |
</nowiki>}} |
||
1,057行目: | 1,236行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | ==== |
+ | ==== rightlink ==== |
* '''メンテナ:''' Chris Fordham <chris@fordham-nagy.id.au> |
* '''メンテナ:''' Chris Fordham <chris@fordham-nagy.id.au> |
||
− | * '''説明:''' RightLink |
+ | * '''説明:''' RightLink バージョン 10 (RL10) は RightScale のサーバーエージェントの最新バージョンで、RightScale で管理されたサーバーを RightScale クラウド管理プラットフォームに接続します。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
+ | [rightlink] |
||
− | [rightscale] |
||
− | Server = https://s3- |
+ | Server = https://s3-ap-southeast-2.amazonaws.com/archlinux.rightscale.me/repo |
</nowiki>}} |
</nowiki>}} |
||
1,094行目: | 1,273行目: | ||
* '''メンテナ:''' Jaska Kivelä <jaska@kivela.net> |
* '''メンテナ:''' Jaska Kivelä <jaska@kivela.net> |
||
− | * '''説明:''' |
+ | * '''説明:''' Raspberry PI 用にコンパイルしたパッケージ。Enlightenment やホームの自動化など。 |
{{bc|<nowiki> |
{{bc|<nowiki> |
||
[arch-fook-armv6h] |
[arch-fook-armv6h] |
||
Server = http://kivela.net/jaska/arch-fook-armv6h |
Server = http://kivela.net/jaska/arch-fook-armv6h |
||
+ | </nowiki>}} |
||
+ | |||
+ | == armv7h のみ == |
||
+ | |||
+ | === 署名なし === |
||
+ | |||
+ | ==== pietma ==== |
||
+ | |||
+ | * '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de> |
||
+ | * '''説明:''' MartiMcFly が [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。 |
||
+ | * '''上流ページ:''' [http://pietma.com/tag/aur/ http://pietma.com/tag/aur/] |
||
+ | {{bc|<nowiki> |
||
+ | [pietma] |
||
+ | SigLevel = Optional TrustAll |
||
+ | Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo |
||
</nowiki>}} |
</nowiki>}} |
2015年11月29日 (日) 20:22時点における版
関連記事
この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは AUR にある PKGBUILD のビルド済みバージョンを提供しています。
ここにあるリポジトリを使用するには、pacman#Repositories で説明されているように、リポジトリを /etc/pacman.conf
に追加する必要があります。リポジトリに署名がある場合は、Pacman-key#非公式のキーの追加 に書かれているように、適当なキーを取得してローカルで署名してください。
自分でカスタムリポジトリを作ってみたい場合は、pacman ヒント#カスタムローカルリポジトリを見て下さい。
目次
- 1 このページにリポジトリを追加
- 2 Any
- 3 i686 と x86_64 の両方
- 3.1 署名あり
- 3.1.1 archlinuxcn
- 3.1.2 atom-editor-git
- 3.1.3 bbqlinux
- 3.1.4 catalyst
- 3.1.5 catalyst-hd234k
- 3.1.6 city
- 3.1.7 demz-repo-archiso
- 3.1.8 demz-repo-core
- 3.1.9 gnome-encfs-manager
- 3.1.10 haskell-core
- 3.1.11 infinality-bundle
- 3.1.12 ivasilev
- 3.1.13 libre
- 3.1.14 llvm-svn
- 3.1.15 markzz
- 3.1.16 metalgamer
- 3.1.17 miffe
- 3.1.18 pipelight
- 3.1.19 repo-ck
- 3.1.20 seblu
- 3.1.21 sergej-repo
- 3.1.22 tredaelli-systemd
- 3.1.23 herecura
- 3.1.24 blackeagle-pre-community
- 3.2 署名なし
- 3.2.1 arch-deepin
- 3.2.2 archaudio
- 3.2.3 archlinuxfr
- 3.2.4 archlinuxgis
- 3.2.5 archlinuxgr
- 3.2.6 archlinuxgr-kde4
- 3.2.7 arsch
- 3.2.8 cinnamon
- 3.2.9 ede
- 3.2.10 heftig
- 3.2.11 mesa-git
- 3.2.12 noware
- 3.2.13 openrc-eudev
- 3.2.14 oracle
- 3.2.15 pantheon
- 3.2.16 paulburton-fitbitd
- 3.2.17 pietma
- 3.2.18 pfkernel
- 3.2.19 suckless
- 3.2.20 Unity-for-Arch
- 3.2.21 Unity-for-Arch-Extra
- 3.2.22 home_tarakbumba_archlinux_Arch_Extra_standard
- 3.2.23 MEGAsync_Arch_Extra
- 3.1 署名あり
- 4 i686 のみ
- 5 x86_64 のみ
- 5.1 署名あり
- 5.1.1 apathism
- 5.1.2 bioinformatics
- 5.1.3 blackleg
- 5.1.4 boyska64
- 5.1.5 carstene1ns
- 5.1.6 coderkun-aur
- 5.1.7 coderkun-aur-audio
- 5.1.8 coderkun-aur-java
- 5.1.9 coderkun-aur-nonfree
- 5.1.10 eatabrick
- 5.1.11 freifunk-rheinland
- 5.1.12 gustawho
- 5.1.13 Linux-pf
- 5.1.14 infinality-bundle-multilib
- 5.1.15 kc9ydn
- 5.1.16 linux-lts-ck
- 5.1.17 linux-lts31x
- 5.1.18 linux-lts31x-ck
- 5.1.19 linux-ck-pax
- 5.1.20 linux-tresor
- 5.1.21 qt-debug
- 5.1.22 quarry
- 5.1.23 rstudio
- 5.1.24 siosm-aur
- 5.1.25 siosm-selinux
- 5.1.26 subtitlecomposer
- 5.1.27 xyne-x86_64
- 5.2 署名なし
- 5.1 署名あり
- 6 armv6h のみ
- 7 armv7h のみ
このページにリポジトリを追加
もしリポジトリを持っているのならば、このページに記述することで、他のユーザーがあなたのパッケージを見つけられるようになります。新しいリポジトリを追加するときは以下のルールを守って下さい:
- リストはアルファベット順です。
- メンテナに関する情報を書いて下さい: 最低でも (ニックネームでいいので) 名前と連絡先 (ウェブサイト、メールアドレス、ArchWiki やフォーラムのユーザーページなど何でも OK) を残して下さい。
- リポジトリが署名ありの場合は、key-id を書いて、キーサーバーへのリンクとして使って下さい。キーがキーサーバー上にない場合は、キーファイルへのリンクを書いて下さい。
- 簡単な説明 (例: リポジトリで提供しているパッケージのジャンル)。
- リポジトリに関する詳しい情報が載っているページ (ArchWiki でも外部のウェブサイトでも) がある場合は、そのページヘのリンクを加えて下さい。
- 可能であれば、コードブロックでコメントをしないで下さい。説明は整形したほうがずっと可読性が高くなります。
pacman.conf
にコメントを残したいユーザーは自分で作成することが簡単にできます。
Any
"Any" リポジトリはアーキテクチャに左右されません。つまり、i686 と x86_64 両方のシステムで使うことができます。
署名あり
bioinformatics-any
- メンテナ: decryptedepsilon
- 説明: バイオインフォマティクス用の python パッケージとゲノムブラウザが含まれているリポジトリ
- Key-ID: 60442BA4
[bioinformatics-any] Server = http://decryptedepsilon.bl.ee/repo/any
infinality-bundle-fonts
- メンテナ: bohoomil
- 説明: infinality-bundle-fonts リポジトリ。
- 上流ページ: Infinality bundle & fonts
- Key-ID: 962DDE58
[infinality-bundle-fonts] Server = http://bohoomil.com/repo/fonts
ivasilev
- メンテナ: Ianis G. Vasilev
- 説明: 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
- 上流ページ: http://ivasilev.net/pacman
- Key-ID: 436BB513
[ivasilev] Server = http://ivasilev.net/pacman/any # Server = http://ivasilev.net/pacman/$arch
pkgbuilder
- メンテナ: Chris Warrick
- 説明: Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
- 上流ページ: https://github.com/Kwpolska/pkgbuilder
- Key-ID: 5EAAEA16
[pkgbuilder] Server = https://pkgbuilder-repo.chriswarrick.com/
xyne-any
- メンテナ: Xyne
- 説明: "any" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
- 上流ページ: http://xyne.archlinux.ca/projects/
- Key-ID: 不要、メンテナは TU です。
[xyne-any] Server = http://xyne.archlinux.ca/repos/xyne
署名なし
archlinuxgr-any
- メンテナ:
- 説明: 多数の面白いパッケージが入っているギリシャ人による Arch Linux 非公式リポジトリ。
[archlinuxgr-any] Server = http://archlinuxgr.tiven.org/archlinux/any
i686 と x86_64 の両方
i686 と x86_64 両方のバージョンが含まれているリポジトリ。$arch
変数は pacman によって自動的に設定されます。
署名あり
archlinuxcn
- メンテナ: Phoenix Nemo (phoenixlzx), Felix Yan (felixonmars, TU), lilydjwg など
- 説明: Arch Linux の中国コミュニティによるパッケージ (ほとんどが署名済み)
- Git リポジトリ: https://github.com/archlinuxcn/repo
- ミラー: https://github.com/archlinuxcn/mirrorlist-repo
- Key-ID: このリポジトリを追加したら、何よりもまず archlinuxcn-keyring パッケージをインストールする必要があります。
[archlinuxcn] SigLevel = Optional TrustedOnly Server = http://repo.archlinuxcn.org/$arch
atom-editor-git
- メンテナ: Matthew Stobbs
- 上流ページ: https://atom.io/
- 説明: github の人々によって作られた、Sublime Text に似ている、Atom エディタ。
- Key-ID: 26EBCC57
[atom-editor-git] Server = http://repo.stobbstechnical.com/$arch
bbqlinux
- メンテナ: Daniel Hillenbrand
- 説明: Android 開発用のパッケージ
- 上流ページ: http://bbqlinux.org/
- Key-ID: bbqlinux-keyring パッケージをインストールしてください、必要なキーが含まれています。
[bbqlinux] Server = http://packages.bbqlinux.org/$repo/os/$arch
catalyst
- メンテナ: Vi0l0
- 説明: ATI Catalyst プロプライエタリドライバー。
- 上流ページ: http://catalyst.wirephire.com
- Key-ID: 653C3094
[catalyst] Server = http://catalyst.wirephire.com/repo/catalyst/$arch ## Mirrors, if the primary server does not work or is too slow: #Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch #Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch
catalyst-hd234k
- メンテナ: Vi0l0
- 説明: ATI Catalyst プロプライエタリドライバー。
- 上流ページ: http://catalyst.wirephire.com
- Key-ID: 653C3094
[catalyst-hd234k] Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch ## Mirrors, if the primary server does not work or is too slow: #Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch #Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch
city
- メンテナ: Balló György
- 説明: 実験的/マイナーなパッケージ。
- 上流ページ: http://pkgbuild.com/~bgyorgy/city.html
- Key-ID: 不要、メンテナは TU です。
[city] Server = http://pkgbuild.com/~bgyorgy/$repo/os/$arch
demz-repo-archiso
- メンテナ: Jesus Alvarez (demizer)
- 説明: Arch ISO ライブディスクから ZFS をインストールするためのパッケージ
- 上流ページ: https://github.com/demizer/archzfs
- Key-ID: 5E1ABF240EE7A126
[demz-repo-archiso] Server = http://demizerone.com/$repo/$arch
demz-repo-core
- メンテナ: Jesus Alvarez (demizer)
- 説明: Arch Linux で ZFS を扱うためのパッケージ。
- 上流ページ: https://github.com/demizer/archzfs
- Key-ID: 5E1ABF240EE7A126
[demz-repo-core] Server = http://demizerone.com/$repo/$arch
gnome-encfs-manager
- メンテナ: Moritz Molch
- 説明: EncFS を統合するのに使える gnome-encfs-manager
- 上流ページ: Gnome EncfsM.
- Key ID:
[home_moritzmolch_gencfsm_Arch_Extra] Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch
haskell-core
- メンテナ: Magnus Therning
- 説明: Arch-Haskell リポジトリ
- 上流ページ: https://github.com/archhaskell/habs
- Key-ID: 4209170B
[haskell-core] Server = http://xsounds.org/~haskell/core/$arch
infinality-bundle
- メンテナ: bohoomil
- 説明: infinality-bundle のメインリポジトリ。
- 上流ページ: Infinality bundle & fonts
- Key-ID: 962DDE58
[infinality-bundle] Server = http://bohoomil.com/repo/$arch
ivasilev
- メンテナ: Ianis G. Vasilev
- 説明: 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
- 上流ページ: http://ivasilev.net/pacman
- Key-ID: 436BB513
[ivasilev] Server = http://ivasilev.net/pacman/$arch
libre
- メンテナ: Parabola Linux-libre
- 説明: Core/extra パッケージの Libre バージョン。
- 上流ページ: https://wiki.parabola.nu/Repositories#libre
- Key-ID: https://www.parabola.nu/master-keys/
[libre] Server = https://repo.parabola.nu/libre/os/$arch
llvm-svn
- メンテナ: Luchesar V. ILIEV (kerberizer)
- 説明: AUR の llvm-svn と lib32-llvm-svn: LLVM コンパイラインフラストラクチャ、Clang フロント、関連ツール。
- Key-ID: 0x76563F75679E4525, 指紋 D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525
[llvm-svn] Server = http://repos.uni-plovdiv.net/archlinux/$repo/$arch
markzz
- メンテナ: Mark Weiman (markzz)
- 説明: markzz が AUR でメンテしているパッケージ、vfio パッチが適用された Linux (linux-vfioAUR と linux-vfio-ltsAUR)、Debian パッケージリポジトリを管理するためのパッケージ。
- Key ID: 3CADDFDD
[markzz] Server = http://repo.markzz.com/arch/$repo/$arch
metalgamer
- メンテナ: metalgamer
- 説明: metalgamer が AUR で使用・メンテしているパッケージ。
- Key ID: F55313FB
[metalgamer] Server = http://repo.metalgamer.eu/$arch
miffe
- メンテナ: miffe
- 説明: miffe によってメンテされている AUR パッケージ、例: linux-mainline
- Key ID: 313F5ABD
[miffe] Server = http://arch.miffe.org/$arch/
pipelight
- メンテナ:
- 説明: Pipelight と wine-compholio
- 上流ページ: fds-team.de
- Key-ID: E49CC0415DC2D5CA
- キーファイル: http://repos.fds-team.de/Release.key
[pipelight] Server = http://repos.fds-team.de/stable/arch/$arch
repo-ck
- メンテナ: graysky
- 説明: Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
- 上流ページ: repo-ck.com
- Wiki: repo-ck
- Key-ID: 5EE46C4C
[repo-ck] Server = http://repo-ck.com/$arch
seblu
- メンテナ: Sébastien Luttringer
- 説明: seblu の便利なビルド済みパッケージと自家製パッケージ (virtualbox-ext-oracle, linux-seblu-meta, bedup)。
- Key-ID: 不要、メンテナは開発者です。
[seblu] Server = http://seblu.net/a/$repo/$arch
sergej-repo
- メンテナ: Sergej Pupykin
- 説明: psi-plus, owncloud-git, ziproxy, android, MySQL など。いくつかのパッケージは armv7h で利用可能。
- Key-ID: 不要、メンテナは TU です。
[sergej-repo] Server = http://repo.p5n.pp.ru/$repo/os/$arch
tredaelli-systemd
- メンテナ: Timothy Redaelli
- 説明: 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1)
- Key-ID: 不要、メンテナは TU です
[tredaelli-systemd] Server = http://pkgbuild.com/~tredaelli/repo/systemd/$arch
herecura
- メンテナ: Ike Devolder
- 説明: community リポジトリに含まれていない追加パッケージ
- Key-ID: 不要、メンテナは TU です
[herecura] Server = http://repo.herecura.be/$repo/$arch
blackeagle-pre-community
- メンテナ: Ike Devolder
- 説明: community リポジトリに移動する前にテストするパッケージ
- Key-ID: 不要、メンテナは TU です
[blackeagle-pre-community] Server = http://repo.herecura.be/$repo/$arch
署名なし
arch-deepin
- メンテナ: metak, fasheng
- 説明: Linux Deepin から Archlinux に移植されたソフトウェア。
- 上流ページ: https://github.com/fasheng/arch-deepin
[home_metakcahura_arch-deepin_Arch_Extra] SigLevel = Never Server = http://download.opensuse.org/repositories/home:/metakcahura:/arch-deepin/Arch_Extra/$arch #Server = http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/repositories/home:/metakcahura:/arch-deepin/Arch_Extra/$arch
archaudio
- メンテナ: Ray Rashif, Joakim Hernberg
- 説明: プロオーディオパッケージ
[archaudio-production] Server = http://repos.archaudio.org/$repo/$arch
archlinuxfr
- メンテナ:
- 説明:
- 上流ページ: http://afur.archlinux.fr
[archlinuxfr] Server = http://repo.archlinux.fr/$arch
archlinuxgis
- メンテナ:
- 説明: メンテナ募集 - 低帯域
[archlinuxgis] Server = http://archlinuxgis.no-ip.org/$arch
archlinuxgr
- メンテナ:
- 説明:
[archlinuxgr] Server = http://archlinuxgr.tiven.org/archlinux/$arch
archlinuxgr-kde4
- メンテナ:
- 説明: ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
[archlinuxgr-kde4] Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch
arsch
- メンテナ:
- 説明: orgizm.net のユーザーが提供
[arsch] Server = http://arsch.orgizm.net/$arch
cinnamon
- メンテナ: jnbek
- 説明: 安定していて活発に開発されている Cinnamon のパッケージ (アプレット, テーマ, エクステンション) とその他のパッケージ (Hotot, qBitTorrent, GTK テーマ, Perl モジュールなど)。
[cinnamon] Server = http://archlinux.zoelife4u.org/cinnamon/$arch
ede
- メンテナ:
- 説明: Equinox Desktop Environment リポジトリ
[ede] Server = http://ede.elderlinux.org/repos/archlinux/$arch
heftig
- メンテナ: Jan Steffens
- 説明: linux-zen と aurora (Firefox の開発版ビルド - extra リポジトリの firefox と共存可能) が入っています。
- 上流ページ: https://bbs.archlinux.org/viewtopic.php?id=117157
[heftig] Server = http://pkgbuild.com/~heftig/repo/$arch
mesa-git
- メンテナ: Laurent Carlier
- 説明: testing や multilib-testing リポジトリ用の Mesa git ビルド
[mesa-git] Server = http://pkgbuild.com/~lcarlier/$repo/$arch
noware
- メンテナ: Alexandru Thirtheu (alex_giusi_tiri2@yahoo.com) (フォーラム) (Wiki) (ウェブサイト)
- 説明: 何度もコンパイルしたくない、リポジトリに欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。
[noware] Server = http://direct.$repo.systems.:2/repository/arch/$arch
openrc-eudev
[openrc-eudev] Server = http://downloads.sourceforge.net/project/archopenrc/$repo/$arch
oracle
- メンテナ: Malvineous
- 説明: Oracle データベースクライアント
[oracle] Server = http://linux.shikadi.net/arch/$repo/$arch/
pantheon
- メンテナ: Maxime Gauduin
- 説明: Pantheon 関連のパッケージが含まれているリポジトリ
[pantheon] Server = http://pkgbuild.com/~alucryd/$repo/$arch
paulburton-fitbitd
- メンテナ:
- 説明: FitBit トラッカーを同期するための fitbitd が含まれています
[paulburton-fitbitd] Server = http://www.paulburton.eu/arch/fitbitd/$arch
pietma
- メンテナ: MartiMcFly <martimcfly@autorisation.de>
- 説明: 作成あるいはメンテしている Arch User Repository のパッケージ。
- 上流ページ: http://pietma.com/tag/aur/
[pietma] SigLevel = Optional TrustAll Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
pfkernel
- メンテナ: nous
- 説明: BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git のパッチを ARCH カーネルに適用した、汎用・最適化済みのバイナリ
- 備考: リポジトリの中を見るには、サーバーの URL の末尾に
index.html
を追加する必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/11734958/x86_64/index.html または http://bit.do/linux-pf を開いてください。
[pfkernel] Server = http://dl.dropbox.com/u/11734958/$arch
suckless
- メンテナ:
- 説明: suckless.org のパッケージ
[suckless] Server = http://dl.suckless.org/arch/$arch
Unity-for-Arch
- メンテナ: https://github.com/chenxiaolong
- 説明: Arch 用の Unity パッケージ
[Unity-for-Arch] SigLevel = Optional TrustAll Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch
Unity-for-Arch-Extra
- メンテナ: https://github.com/chenxiaolong
- 説明: Arch 用の Unity extra パッケージ
[Unity-for-Arch-Extra] SigLevel = Optional TrustAll Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch
home_tarakbumba_archlinux_Arch_Extra_standard
- メンテナ:
- 説明: ビルド済みの AUR パッケージが少数 (zemberek, firefox-kde-opensuse など)
[home_tarakbumba_archlinux_Arch_Extra_standard] Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch
MEGAsync_Arch_Extra
- メンテナ: https://mega.nz/#sync
- 説明: Arch 用の MEGAsync extra パッケージ
[MEGAsync_Arch_Extra] SigLevel = Never Server = https://mega.co.nz/linux/MEGAsync/Arch_Extra/$arch
i686 のみ
署名あり
eee-ck
- メンテナ: Gruppenpest
- 説明: Asus Eee PC 701 に最適化されたカーネルとモジュール。-ck パッチセットを含む。
- Key-ID: 27D4A19A
- キーファイル: http://zembla.duckdns.org/repo/gruppenpest.gpg
[eee-ck] Server = http://zembla.duckdns.org/repo
phillid
- メンテナ: Phillid
- 説明: (OS 開発用) ベアボーン環境を対象とする様々な GCC と binutils。GCC ツールチェインは NLS と C フロントエンド以外の全てを無効化することで ~8 MiB まで縮小されています。hamlib, xastir, qsstv などで使用しているアマチュア無線関連のソフトウェアも含まれています。ビルドに時間がかかるレガシーなパッケージも少々 (kdelibs3, qt3)。
- Key-ID: 28F1E6CE
[phillid] Server = http://phillid.tk/r/i686/
xyne-i686
- メンテナ: Xyne
- 説明: "i686" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
- 上流ページ: http://xyne.archlinux.ca/projects/
- Key-ID: 不要、メンテナは TU です。
[xyne-i686] Server = http://xyne.archlinux.ca/repos/xyne
署名なし
andrwe
- メンテナ: Andrwe Lord Weber
- 説明: each program I'm using on x86_64 is compiled for i686 too
- 上流ページ: http://andrwe.org/linux/repository
[andrwe] Server = http://repo.andrwe.org/i686
kpiche
- メンテナ:
- 説明: OpenSync の安定版パッケージ。
[kpiche] Server = http://kpiche.archlinux.ca/repo
kernel26-pae
- メンテナ:
- 説明: PAE が有効にされた32ビットカーネル 2.6.39
[kernel26-pae] Server = http://kernel26-pae.archlinux.ca/
linux-pae
- メンテナ:
- 説明: PAE が有効にされた32ビットカーネル 3.0
[linux-pae] Server = http://pae.archlinux.ca/
rfad
- メンテナ: requiem [at] archlinux.us
- 説明: haxit によって作成されたリポジトリ
[rfad] Server = http://web.ncf.ca/ey723/archlinux/repo/
studioidefix
- メンテナ:
- 説明: コンパイル済みの boxee パッケージ。
[studioidefix] Server = http://studioidefix.googlecode.com/hg/repo/i686
x86_64 のみ
署名あり
apathism
- メンテナ: Ivan Koryabkin (apathism)
- 上流ページ: https://apathism.net/
- 説明: psi-plus-gitAUR などの AUR パッケージ (qt5 有効)
- Key-ID: 3E37398D
- キーファイル: http://apathism.net/archlinux/apathism.key
[apathism] Server = http://apathism.net/archlinux/
bioinformatics
- メンテナ: decryptedepsilon
- 説明: バイオインフォマティクス用のソフトウェアツールなどが含まれているリポジトリ
- Key-ID: 60442BA4
[bioinformatics] Server = http://decryptedepsilon.bl.ee/repo/x86_64
blackleg
- メンテナ: Blackleg (blackleg)
- 上流ページ: www.blackleg.es
- 説明: AUR パッケージなど: linux-w110er, nvidia-dkms, android-studio, odoo (OpenErp)。
- パッケージリスト: Blackleg x86_64 パッケージ
- Key-ID: 611BFDE1
[blackleg] Server = ftp://ftp.blackleg.es/archlinux/$repo/$arch/
boyska64
- メンテナ: boyska
- 説明: 個人用リポジトリ: 暗号, sdr, メール管理など
- Key-ID: 0x7395DCAE58289CA9
[boyska64] Server = http://boyska.degenerazione.xyz/archrepo
carstene1ns
- メンテナ: Carsten Teibes
- 説明: Carsten Teibes によってメンテ・使用されている AUR パッケージ (ゲーム/Wii/lib32/Python)
- 上流ページ: http://repo.carsten-teibes.de
- Key-ID: 2476B20B
[carstene1ns] Server = http://repo.carsten-teibes.de/$arch
coderkun-aur
- メンテナ: coderkun
- 説明: AUR パッケージと様々なソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
- 上流ページ: https://arch.coderkun.de
- Key-ID: A6BEE374
- キーファイル: http://arch.coderkun.de/coderkun.asc
[coderkun-aur] Server = http://arch.coderkun.de/$repo/$arch/
coderkun-aur-audio
- メンテナ: coderkun
- 説明: AUR パッケージとオーディオ関連のソフトウェア (リアルタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
- 上流ページ: https://arch.coderkun.de
- Key-ID: A6BEE374
- キーファイル: http://arch.coderkun.de/coderkun.asc
[coderkun-aur-audio] Server = http://arch.coderkun.de/$repo/$arch/
coderkun-aur-java
- メンテナ: coderkun
- 説明: AUR パッケージと java 関連のソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
- 上流ページ: https://arch.coderkun.de
- Key-ID: A6BEE374
- キーファイル: http://arch.coderkun.de/coderkun.asc
[coderkun-aur-java] Server = http://arch.coderkun.de/$repo/$arch/
coderkun-aur-nonfree
- メンテナ: coderkun
- 説明: AUR パッケージとプロプライエタリなソフトウェア (dropbox, nvidia, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
- 上流ページ: https://arch.coderkun.de
- Key-ID: A6BEE374
- キーファイル: http://arch.coderkun.de/coderkun.asc
[coderkun-aur-nonfree] Server = http://arch.coderkun.de/$repo/$arch/
eatabrick
- メンテナ: bentglasstube
- 説明: bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。
[eatabrick] SigLevel = Required Server = http://repo.eatabrick.org/$arch
freifunk-rheinland
- メンテナ: nomaster
- 説明: Freifunk プロジェクトのパッケージ: batman-adv, batctl, fastd と依存パッケージ。
[freifunk-rheinland] Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch
gustawho
- メンテナ: Gustavo Castro <gustawho@gmail.com>
- 説明: firefox-kde-opensuseAUR など、ビルドに時間がかかる科学 (物理と数学) 用のツールと AUR パッケージ
- パッケージリスト: http://gustawho.x10.mx/repo/x86_64
- 上流ページ: http://gustawho.x10.mx
- Key-ID: 2C575D76
[gustawho] Server = http://gustawho.x10.mx/repo/x86_64
- 備考: i686 の firefox-kde-opensuse や署名がされていない x86_64 パッケージが必要な場合、以下のリポジトリを使って下さい:
[home_gustawho_Arch_Extra] SigLevel = Never Server = http://download.opensuse.org/repositories/home:/gustawho/Arch_Extra/$arch
Linux-pf
- メンテナ: Thaodan
- 説明: BFS, TuxOnIce, BFQ, Aufs3 などのパッチが適用された ARCH カーネルの汎用・最適化済みバイナリ。AUR の linux-pfAUR と同じく linux-pf ですが、Intel の CPU (Sandy Bridge, Ivy Bridge, Haswell) 向けに最適化が施されており、他のパッケージも存在します。
- 備考: リポジトリの中身を見るときは、サーバー URL の末尾に
index.html
を追加する必要があります (Dropbox)。
[Linux-pf] Server = https://dl.dropboxusercontent.com/u/172590784/Linux-pf/x86_64/ SigLevel = Optional
infinality-bundle-multilib
- メンテナ: bohoomil
- 説明: infinality-bundle の multilib リポジトリ。
- 上流ページ: Infinality bundle & fonts
- Key-ID: 962DDE58
[infinality-bundle-multilib] Server = http://bohoomil.com/repo/multilib/$arch
kc9ydn
- メンテナ: KC9YDN
- 説明: アマチュア無線関連のアプリ
- Key-ID: 7DA25A0F
[kc9ydn] Server = http://kc9ydn.us/repo/
linux-lts-ck
- メンテナ: Claire Farron clfarron4
- 説明: CK パッチが適用された最新の ArchLinux LTS カーネル
- Key-ID: E6366A92
- 備考: リポジトリの中身を見るには、サーバー URL の末尾に
index.html
を付ける必要があります (Dropbox)。For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/x86_64/index.html or start at http://tiny.cc/linux-lts-ck
[linux-lts-ck] Server = http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/$arch
linux-lts31x
- メンテナ: Claire Farron clfarron4
- 説明: 昔の LTS カーネル (3.10 と 3.12 ブランチ)
- Key-ID: E6366A92
- 備考: リポジトリの中身を見るには、サーバー URL の末尾に
index.html
を付ける必要があります (Dropbox)例えば、x86_64 の場合、ブラウザ http://dl.dropbox.com/u/298301785/arch/linux-lts31x/x86_64/index.html か http://tiny.cc/linux-lts31x を開きます。
[linux-lts31x] Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x/$arch
linux-lts31x-ck
- メンテナ: Claire Farron clfarron4
- 説明: CK パッチが適用された昔の LTS カーネル (3.10 と 3.12 ブランチ)
- Key-ID: E6366A92
- 備考: リポジトリの中身を見るには、サーバー URL の末尾に
index.html
を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/x86_64/index.html か http://tiny.cc/linux-lts31x-ck を開きます。
[linux-lts31x-ck] Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/$arch
linux-ck-pax
- メンテナ: Claire Farron clfarron4
- 説明: CK と PaX セキュリティパッチセットが適用された最新の Arch カーネル
- Key-ID: E6366A92
- 備考: リポジトリの中身を見るには、サーバー URL の末尾に
index.html
を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/x86_64/index.html か http://tiny.cc/linux-ck-pax を開きます。
[linux-ck-pax] Server = http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/$arch
linux-tresor
- メンテナ: Claire Farron clfarron4
- 説明: TRESOR パッチが適用された最新あるいは LTS の Arch カーネル
- Key-ID: E6366A92
- 備考: リポジトリの中身を見るには、サーバー URL の末尾に
index.html
を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-tresor/x86_64/index.html か http://tiny.cc/linux-tresor を開きます。
[linux-tresor] Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch
qt-debug
- メンテナ: The Compiler
- 説明: デバッグシンボルを含む Qt/PyQt ビルド
- 上流ページ: https://github.com/The-Compiler/qt-debug-pkgbuild
- Key-ID: D6A1C70FE80A0C82
[qt-debug] Server = http://qutebrowser.org/qt-debug/$arch
quarry
- メンテナ: anatolik
- 説明: Rubygem パッケージの Arch バイナリリポジトリ。詳しくは フォーラムのアナウンス を参照。
- Key-ID: 不要、メンテナは開発者です。
[quarry] # report issues at https://github.com/anatol/quarry Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
rstudio
- メンテナ: Artem Klevtsov
- 説明: Rstudio IDE パッケージ (git 版) と依存パッケージ。
- Key-ID: 1CB48DD4
[rstudio] Server = http://repo.psylab.info/archlinux/x86_64/
siosm-aur
- メンテナ: Timothee Ravier
- 説明: Arch User Repository にあるパッケージ、マイナーフィックスあり
- 上流ページ: https://tim.siosm.fr/repositories/
- Key-ID: 78688F83
[siosm-aur] Server = http://siosm.fr/repo/$repo/
siosm-selinux
- メンテナ: Timothee Ravier
- 説明: SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは SELinux のページを参照。
- 上流ページ: https://tim.siosm.fr/repositories/
- Key-ID: 78688F83
[siosm-selinux] Server = http://siosm.fr/repo/$repo/
subtitlecomposer
- メンテナ: Mladen Milinkovic (maxrd2)
- 説明: Subtitle Composer の安定版とナイトリービルド。
- 上流ページ: https://github.com/maxrd2/subtitlecomposer
- Key-ID: EA8CEBEE
[subtitlecomposer] Server = http://smoothware.net/$repo/$arch
xyne-x86_64
- メンテナ: Xyne
- 説明: "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
- 上流ページ: http://xyne.archlinux.ca/projects/
- Key-ID: 不要、メンテナは TU です。
[xyne-x86_64] Server = http://xyne.archlinux.ca/repos/xyne
署名なし
alucryd
- メンテナ: Maxime Gauduin
- 説明: Various packages Maxime Gauduin maintains (or not) in the AUR.
[alucryd] Server = http://pkgbuild.com/~alucryd/$repo/x86_64
alucryd-multilib
- メンテナ: Maxime Gauduin
- 説明: Steam をランタイム環境抜きで動作させるために必要なパッケージ
[alucryd-multilib] Server = http://pkgbuild.com/~alucryd/$repo/x86_64
andrwe
- メンテナ: Andrwe Lord Weber
- 説明: 多くの環境で使っているプログラム
- 上流ページ: http://andrwe.dyndns.org/doku.php/blog/repository [リンク切れ 2013-11-30]
[andrwe] Server = http://repo.andrwe.org/x86_64
archstudio
- メンテナ:
- 説明: Intel Core i3, i5, i7 に最適化されたオーディオパッケージ
- 上流ページ: http://www.xsounds.org/~archstudio
[archstudio] Server = http://www.xsounds.org/~archstudio/x86_64
brtln
- メンテナ: Bartłomiej Piotrowski
- 説明: VCS パッケージ。
[brtln] Server = http://pkgbuild.com/~barthalion/brtln/$arch/
mazdlc
- メンテナ: maz-1 <ohmygod19993 at gmail dot com>
- 説明: maz-1 によってメンテされている様々なパッケージ (主に Qt5 ベースのパッケージとマルチメディア関連のパッケージ)
- 上流ページ: https://build.opensuse.org/project/show/home:mazdlc
[home_mazdlc_Arch_Extra] Server = http://download.opensuse.org/repositories/home:/mazdlc/Arch_Extra/$arch
mazdlc-deadbeef-plugins
- メンテナ: maz-1 <ohmygod19993 at gmail dot com>
- 説明: 機能豊富なミュージックプレイヤー DeaDBeeF のプラグイン。
- 上流ページ: https://build.opensuse.org/project/show/home:mazdlc
[home_mazdlc_deadbeef-plugins_Arch_Extra] Server = http://download.opensuse.org/repositories/home:/mazdlc:/deadbeef-plugins/Arch_Extra/$arch
mazdlc-kde-frameworks-5
- メンテナ: maz-1 <ohmygod19993 at gmail dot com>
- 説明: kde frameworks 5 ベースの不安定版のパッケージ。
- 上流ページ: https://build.opensuse.org/project/show/home:mazdlc
[home_mazdlc_kde-frameworks-5_Arch_Extra] Server = http://download.opensuse.org/repositories/home:/mazdlc:/kde-frameworks-5/Arch_Extra/$arch
kps
- メンテナ: kps
- 説明: gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ...
[kps] Server = http://kps.bplaced.net/repo/$arch
mikroskeem
- メンテナ: mikroskeem <mikroskeem@mikroskeem.eu>
- 説明: Openarena と i3 wm 関連のパッケージ
[mikroskeem] Server = http://nightsnack.cf/
mingw-w64
- メンテナ: Philip と Jeromy Reimer
- 説明: AUR にあるほぼ全ての mingw-w64 パッケージ。8時間毎に更新。
- 上流ページ: http://arch.linuxx.org
[mingw-w64] Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch #Server = http://arch.linuxx.org/archlinux/$repo/os/$arch #Server = http://amr.linuxd.org/archlinux/$repo/os/$arch
pnsft-pur
- メンテナ:
- 説明: 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc
[pnsft-pur] Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64
rakudo
- メンテナ: spider-mario <spidermario@free.fr>
- 説明: Rakudo Perl6
[rakudo] Server = http://spidermario.free.fr/archlinux/$repo/$arch
rightlink
- メンテナ: Chris Fordham <chris@fordham-nagy.id.au>
- 説明: RightLink バージョン 10 (RL10) は RightScale のサーバーエージェントの最新バージョンで、RightScale で管理されたサーバーを RightScale クラウド管理プラットフォームに接続します。
[rightlink] Server = https://s3-ap-southeast-2.amazonaws.com/archlinux.rightscale.me/repo
seiichiro
- メンテナ:
- 説明: VDR とプラグイン, mms, foo2zjs-drivers
[seiichiro] Server = http://repo.seiichiro0185.org/x86_64
studioidefix
- メンテナ:
- 説明: コンパイル済みの boxee パッケージ。
[studioidefix] Server = http://studioidefix.googlecode.com/hg/repo/x86_64
armv6h のみ
署名なし
arch-fook-armv6h
- メンテナ: Jaska Kivelä <jaska@kivela.net>
- 説明: Raspberry PI 用にコンパイルしたパッケージ。Enlightenment やホームの自動化など。
[arch-fook-armv6h] Server = http://kivela.net/jaska/arch-fook-armv6h
armv7h のみ
署名なし
pietma
- メンテナ: MartiMcFly <martimcfly@autorisation.de>
- 説明: MartiMcFly が 作成あるいはメンテしている Arch User Repository のパッケージ。
- 上流ページ: http://pietma.com/tag/aur/
[pietma] SigLevel = Optional TrustAll Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo