update url

This commit is contained in:
speedie 2023-04-13 23:50:59 +02:00
parent b9a4ffe949
commit 9fd712c908
3 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@ pkgname=spmenu
pkgver=VERSION pkgver=VERSION
pkgrel=1 pkgrel=1
pkgdesc="Fancy dynamic menu, compatible with dmenu!" pkgdesc="Fancy dynamic menu, compatible with dmenu!"
url="https://git.speedie/gq/spmenu" url="https://git.speedie.site/spmenu"
arch=(i686 x86_64) arch=(i686 x86_64)
license=(MIT) license=(MIT)
depends=(sh libxinerama libxft pango libx11 imlib2 fribidi libconfig gcc) depends=(sh libxinerama libxft pango libx11 imlib2 fribidi libconfig gcc)
@ -13,7 +13,7 @@ provides=($pkgname)
conflicts=($pkgname) conflicts=($pkgname)
source=( source=(
"$pkgname-$pkgver.tar.gz" "$pkgname-$pkgver.tar.gz"
#"https://ls.speedie.gq/releases/$pkgname/$pkgname-$pkgver.tar.gz" #"https://ls.speedie.site/releases/$pkgname/$pkgname-$pkgver.tar.gz"
) )
md5sums=(MD5SUM) md5sums=(MD5SUM)

View file

@ -14,7 +14,7 @@ included shell script <code>spmenu_run</code>. Alternatively you may use
$PATH.</p> $PATH.</p>
<p>It is designed to integrate well with my <a <p>It is designed to integrate well with my <a
href="https://dwm.suckless.org">dwm</a> fork, <a href="https://dwm.suckless.org">dwm</a> fork, <a
href="https://git.speedie.gq/speedwm">speedwm</a>.</p> href="https://git.speedie.site/speedwm">speedwm</a>.</p>
<h2 id="special-features">Special features</h2> <h2 id="special-features">Special features</h2>
<p>This build of spmenu has some features written for this build. Of <p>This build of spmenu has some features written for this build. Of
course if you want, this is free software so you can use it in your own course if you want, this is free software so you can use it in your own
@ -133,7 +133,7 @@ lines.</li>
<h2 id="installation-gnulinux-bsd-macosos-xmac-os-x">Installation <h2 id="installation-gnulinux-bsd-macosos-xmac-os-x">Installation
(GNU/Linux, *BSD, macOS/OS X/Mac OS X)</h2> (GNU/Linux, *BSD, macOS/OS X/Mac OS X)</h2>
<p><code>emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager</code></p> <p><code>emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager</code></p>
<p><code>git clone https://git.speedie.gq/spmenu</code></p> <p><code>git clone https://git.speedie.site/spmenu</code></p>
<p><code>cd spmenu/</code></p> <p><code>cd spmenu/</code></p>
<p><code>./build.sh # Run as root.</code></p> <p><code>./build.sh # Run as root.</code></p>
<p>Report any issues with the build.sh script. Theres also a Makefile <p>Report any issues with the build.sh script. Theres also a Makefile
@ -142,12 +142,12 @@ manually.</p>
<h2 id="installation-gentoo-gnulinux">Installation (Gentoo <h2 id="installation-gentoo-gnulinux">Installation (Gentoo
GNU/Linux)</h2> GNU/Linux)</h2>
<p>If you are on Gentoo GNU/Linux, you can add <a <p>If you are on Gentoo GNU/Linux, you can add <a
href="https://git.speedie.gq/speedie-overlay">my overlay</a> which href="https://git.speedie.site/speedie-overlay">my overlay</a> which
includes <code>x11-misc/spmenu</code> as well as other useful includes <code>x11-misc/spmenu</code> as well as other useful
packages.</p> packages.</p>
<h2 id="installation-arch-gnulinux">Installation (Arch GNU/Linux)</h2> <h2 id="installation-arch-gnulinux">Installation (Arch GNU/Linux)</h2>
<p>If you are on Arch GNU/Linux, you can add <a <p>If you are on Arch GNU/Linux, you can add <a
href="https://git.speedie.gq/speedie-repository">my repository</a> which href="https://git.speedie.site/speedie-repository">my repository</a> which
includes <code>spmenu</code> as well as other useful packages.</p> includes <code>spmenu</code> as well as other useful packages.</p>
<p>Theres also a PKGBUILD. To use it, simply <p>Theres also a PKGBUILD. To use it, simply
<code>make install_arch</code> in the directory the PKGBUILD is <code>make install_arch</code> in the directory the PKGBUILD is
@ -195,7 +195,7 @@ need is a way to skip over images after a set time limit</li>
</ul> </ul>
<h2 id="scripts">Scripts</h2> <h2 id="scripts">Scripts</h2>
<p>This build of spmenu should work with all spmenu/dmenu scripts. <a <p>This build of spmenu should work with all spmenu/dmenu scripts. <a
href="https://git.speedie.gq/speedwm-extras">Here</a> are a few Ive href="https://git.speedie.site/speedwm-extras">Here</a> are a few Ive
written/use. If your scripts are useful enough, and written with spmenu written/use. If your scripts are useful enough, and written with spmenu
in mind, feel free to pull request and put your scripts here!</p> in mind, feel free to pull request and put your scripts here!</p>
<h2 id="more-information">More information</h2> <h2 id="more-information">More information</h2>

View file

@ -13,7 +13,7 @@ In addition to this, it also serves as a run launcher through the included
shell script `spmenu_run`. Alternatively you may use `spmenu_desktop` which shell script `spmenu_run`. Alternatively you may use `spmenu_desktop` which
lists .desktop entries instead of $PATH. lists .desktop entries instead of $PATH.
It is designed to integrate well with my [dwm](https://dwm.suckless.org) fork, [speedwm](https://git.speedie.gq/speedwm). It is designed to integrate well with my [dwm](https://dwm.suckless.org) fork, [speedwm](https://git.speedie.site/speedwm).
## Special features ## Special features
@ -94,7 +94,7 @@ disabled if you don't want this by:
`emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager` `emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager`
`git clone https://git.speedie.gq/spmenu` `git clone https://git.speedie.site/spmenu`
`cd spmenu/` `cd spmenu/`
@ -106,13 +106,13 @@ you can use but it may require editing host.mk and toggle.mk manually.
## Installation (Gentoo GNU/Linux) ## Installation (Gentoo GNU/Linux)
If you are on Gentoo GNU/Linux, you can add If you are on Gentoo GNU/Linux, you can add
[my overlay](https://git.speedie.gq/speedie-overlay) which includes [my overlay](https://git.speedie.site/speedie-overlay) which includes
`x11-misc/spmenu` as well as other useful packages. `x11-misc/spmenu` as well as other useful packages.
## Installation (Arch GNU/Linux) ## Installation (Arch GNU/Linux)
If you are on Arch GNU/Linux, you can add If you are on Arch GNU/Linux, you can add
[my repository](https://git.speedie.gq/speedie-repository) which includes [my repository](https://git.speedie.site/speedie-repository) which includes
`spmenu` as well as other useful packages. `spmenu` as well as other useful packages.
There's also a PKGBUILD. To use it, simply `make install_arch` in the directory There's also a PKGBUILD. To use it, simply `make install_arch` in the directory
@ -158,7 +158,7 @@ skip over images after a set time limit
## Scripts ## Scripts
This build of spmenu should work with all spmenu/dmenu scripts. This build of spmenu should work with all spmenu/dmenu scripts.
[Here](https://git.speedie.gq/speedwm-extras) are a few I've written/use. [Here](https://git.speedie.site/speedwm-extras) are a few I've written/use.
If your scripts are useful enough, and written with spmenu in mind, feel free If your scripts are useful enough, and written with spmenu in mind, feel free
to pull request and put your scripts here! to pull request and put your scripts here!