View dbus
#!/usr/bin/openrc-run | |
# Copyright 1999-2011 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License, v2 or later | |
# $Id$ | |
extra_started_commands="reload" | |
depend() { | |
need localmount | |
after bootmisc |
View PKGBUILD for dbus-openrc-1.10.8-5
# Maintainer: Alexey D. <lq07829icatm@rambler.ru> | |
# Contributor: Jan de Groot <jgc@archlinux.org> | |
# Contributor: Link Dupont <link@subpop.net> | |
# Contributor: artoo at manjaro.org | |
# Contributor: nous at archlinux.us | |
_pkgname=dbus | |
_gentoo_uri="https://raw.githubusercontent.com/gentoo/gentoo/master/sys-apps/dbus/files" | |
pkgname=dbus-openrc | |
pkgver=1.10.8 |
View PKGBUILD
# $Id: PKGBUILD 282924 2016-12-07 16:49:26Z andyrtr $ | |
# Maintainer: AndyRTR <andyrtr@archlinux.org> | |
# Maintainer: Tobias Powalowski <tpowa@archlinux.org> | |
pkgname=rpcbind-nosystemd | |
_pkgname=rpcbind | |
pkgver=0.2.4 | |
pkgrel=2 | |
pkgdesc="portmap replacement which supports RPC over various protocols" | |
arch=(i686 x86_64) |
View dnsmasq-openrc
[/etc/init.d/dnsmasq] | |
#!/usr/bin/openrc-run | |
depend() { | |
use net | |
} | |
start() { | |
ebegin "Starting dnsmasq" | |
start-stop-daemon --start --exec /usr/bin/dnsmasq -- ${DNSMASQ_OPTS} |
View Main.qml
/*************************************************************************** | |
* Copyright (c) 2013 Abdurrahman AVCI <abdurrahmanavci@gmail.com | |
* | |
* Permission is hereby granted, free of charge, to any person | |
* obtaining a copy of this software and associated documentation | |
* files (the "Software"), to deal in the Software without restriction, | |
* including without limitation the rights to use, copy, modify, merge, | |
* publish, distribute, sublicense, and/or sell copies of the Software, | |
* and to permit persons to whom the Software is furnished to do so, | |
* subject to the following conditions: |
View Artix migration guide
<h1 id="170727"><span itemprop="name">2017-07-27 -- Return of the Jedi</h1> | |
After the Great Init Purge, the Sythtemd Order installed their dark components in almost every system of the galaxy. All software was forced to depend on the greed, hatred and deception of sythtemd and the Knights of the Old Linux were either converted to the dark side or exiled to the outer rim distros. However, after the initial persecution, the most devoted and powerful Linux Knights re-grouped and... | |
<br> | |
...great pleasure and honour to announce the birth of a new project, it is! One with a very ambitious aim: to replace all the contaminated software packages of the official Arch repositories with systemd-free ones. This requires what might technically considered a mini-fork. Three new repositories, [system], [world] and [galaxy] have been created which must be placed <u><i>before</i></u> the official Arch ones. This ensures that upstream (if this term can be used anymore) updates will never break the new setup. | |
<br><br> | |
Existing |
View #5
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
View #4
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
View PKGBUILD (rssh)
# Maintainer: Christian Hesse <mail@eworm.de> | |
# Contributor: Judd Vinet <jvinet@zeroflux.org> | |
# Contributor: Gaetan Bisson <bisson@archlinux.org> | |
pkgname=rssh | |
pkgver=2.3.4 | |
pkgrel=4 | |
pkgdesc='Restricted secure shell allowing only scp, sftp, cvs, rsync or rdist' | |
url='http://www.pizzashack.org/rssh/' | |
license=('custom:rssh') |
View PKGBUILD
# Maintainer: Christos Nouskas <nous@artixlinux.org> | |
# Contributor: Szu-Han Chen <sjchen@sjchen.com> | |
# Contributor: Eduard "bekks" Warkentin <eduard.warkentin@gmail.com> | |
pkgname=pisg | |
pkgdesc="An irc log parser" | |
pkgver=0.80 | |
extraver=preview2 | |
_fullver=$pkgver-$extraver | |
pkgrel=1 |
OlderNewer