Deleted package: heimdall
Deleted package: mumble-snapshot Deleted package: murmur-snapshot-ice Deleted package: orion Deleted package: woeusb
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
pkgbase = heimdall
|
|
||||||
pkgdesc = Tool suite used to flash firmware (aka ROMs) onto Samsung mobile devices
|
|
||||||
pkgver = 1.4.2
|
|
||||||
pkgrel = 1
|
|
||||||
url = http://www.glassechidna.com.au/products/heimdall/
|
|
||||||
arch = x86_64
|
|
||||||
license = MIT
|
|
||||||
makedepends = cmake
|
|
||||||
depends = qt5-base
|
|
||||||
optdepends = android-udev: Udev rules to connect Android devices to your linux box
|
|
||||||
source = heimdall-1.4.2.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v1.4.2.tar.gz
|
|
||||||
source = heimdall.desktop
|
|
||||||
sha256sums = 589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8
|
|
||||||
sha256sums = 439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4
|
|
||||||
|
|
||||||
pkgname = heimdall
|
|
||||||
|
|
@@ -1,40 +0,0 @@
|
|||||||
# Maintainer: Daniel Micay <danielmicay@gmail.com>
|
|
||||||
# Contributor: Todd Musall
|
|
||||||
# Contributor: dront78 (Ivan)
|
|
||||||
# Contributor: Victor Noel
|
|
||||||
# Contributor: ngoonee
|
|
||||||
pkgname=heimdall
|
|
||||||
pkgver=1.4.2
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile devices'
|
|
||||||
arch=('x86_64')
|
|
||||||
url='http://www.glassechidna.com.au/products/heimdall/'
|
|
||||||
license=('MIT')
|
|
||||||
depends=('qt5-base')
|
|
||||||
makedepends=('cmake')
|
|
||||||
optdepends=('android-udev: Udev rules to connect Android devices to your linux box')
|
|
||||||
source=("heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz"
|
|
||||||
'heimdall.desktop')
|
|
||||||
sha256sums=('589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8'
|
|
||||||
'439cea1a8976b9b589ffe4030a084243bcc5e937dcb9c571cdb94d3ff08b4fb4')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd Heimdall-$pkgver
|
|
||||||
|
|
||||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -m644 -D heimdall.desktop "$pkgdir/usr/share/applications/heimdall.desktop"
|
|
||||||
|
|
||||||
cd Heimdall-$pkgver
|
|
||||||
|
|
||||||
# Install license file
|
|
||||||
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
||||||
|
|
||||||
# Install heimdall command line tool
|
|
||||||
install -d "$pkgdir"/usr/bin
|
|
||||||
install -Dm755 bin/* "$pkgdir"/usr/bin/
|
|
||||||
install -Dm644 heimdall/60-heimdall.rules "$pkgdir"/usr/lib/udev/rules.d/60-heimdall.rules
|
|
||||||
}
|
|
@@ -1,9 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=Heimdall
|
|
||||||
Type=Application
|
|
||||||
Comment=Firmware flasher for Samsung mobile devices
|
|
||||||
Terminal=false
|
|
||||||
Exec=heimdall-frontend
|
|
||||||
Icon=phone
|
|
||||||
Categories=Development;
|
|
@@ -1,32 +0,0 @@
|
|||||||
pkgbase = mumble-snapshot
|
|
||||||
pkgdesc = A high quality voice chat program.
|
|
||||||
pkgver = 1.3.0_rc2
|
|
||||||
pkgrel = 1
|
|
||||||
epoch = 1
|
|
||||||
url = https://www.mumble.info/
|
|
||||||
arch = i686
|
|
||||||
arch = x86_64
|
|
||||||
license = BSD
|
|
||||||
makedepends = boost
|
|
||||||
makedepends = qt5-tools
|
|
||||||
makedepends = python
|
|
||||||
makedepends = libsndfile
|
|
||||||
makedepends = speech-dispatcher
|
|
||||||
depends = qt5-svg
|
|
||||||
depends = opus
|
|
||||||
depends = speex
|
|
||||||
depends = protobuf
|
|
||||||
depends = hicolor-icon-theme
|
|
||||||
depends = libspeechd
|
|
||||||
depends = libpulse
|
|
||||||
optdepends = espeak: speech synthesizer
|
|
||||||
provides = mumble
|
|
||||||
conflicts = mumble
|
|
||||||
source = https://dl.mumble.info/mumble-1.3.0-rc2.tar.gz
|
|
||||||
source = https://dl.mumble.info/mumble-1.3.0-rc2.tar.gz.sig
|
|
||||||
validpgpkeys = 56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B
|
|
||||||
sha256sums = 258643a73997dc192ec9cc1175a55082e432ae21e4283bef27ffa331e85a0380
|
|
||||||
sha256sums = SKIP
|
|
||||||
|
|
||||||
pkgname = mumble-snapshot
|
|
||||||
|
|
@@ -1,66 +0,0 @@
|
|||||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
|
||||||
# Contributor: synapse84 <synapse84 at gmail dot com>
|
|
||||||
|
|
||||||
pkgname=mumble-snapshot
|
|
||||||
pkgver=1.3.0_rc2
|
|
||||||
_dirname=1.3.0
|
|
||||||
pkgrel=1
|
|
||||||
# use epoch since rc naming scheme won't be recogniced as new version
|
|
||||||
epoch=1
|
|
||||||
pkgdesc="A high quality voice chat program."
|
|
||||||
arch=('i686' 'x86_64')
|
|
||||||
url="https://www.mumble.info/"
|
|
||||||
license=('BSD')
|
|
||||||
depends=('qt5-svg' 'opus' 'speex' 'protobuf' 'hicolor-icon-theme' 'libspeechd' 'libpulse')
|
|
||||||
makedepends=('boost' 'qt5-tools' 'python' 'libsndfile' 'speech-dispatcher')
|
|
||||||
optdepends=('espeak: speech synthesizer')
|
|
||||||
provides=('mumble')
|
|
||||||
conflicts=('mumble')
|
|
||||||
#source=("https://dl.mumble.info/mumble-${pkgver//_/\~}~snapshot.tar.gz"{,.sig} # git snapshots
|
|
||||||
source=("https://dl.mumble.info/mumble-${pkgver//_/-}.tar.gz"{,.sig}) # release canidate
|
|
||||||
validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B')
|
|
||||||
sha256sums=('258643a73997dc192ec9cc1175a55082e432ae21e4283bef27ffa331e85a0380'
|
|
||||||
'SKIP')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $srcdir/mumble-${_dirname}
|
|
||||||
|
|
||||||
qmake-qt5 main.pro \
|
|
||||||
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-server no-embed-qt-translations no-update no-jackaudio" \
|
|
||||||
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
|
|
||||||
|
|
||||||
make release
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd $srcdir/mumble-${_dirname}
|
|
||||||
|
|
||||||
# binaries
|
|
||||||
install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
|
|
||||||
install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
|
|
||||||
|
|
||||||
# libraries
|
|
||||||
# mumble
|
|
||||||
install -m755 -D ./release/libmumble.so.1.3.0 $pkgdir/usr/lib/mumble/libmumble.so.1.3.0
|
|
||||||
ln -s libmumble.so.1.3.0 $pkgdir/usr/lib/mumble/libmumble.so
|
|
||||||
ln -s libmumble.so.1.3.0 $pkgdir/usr/lib/mumble/libmumble.so.1
|
|
||||||
ln -s libmumble.so.1.3.0 $pkgdir/usr/lib/mumble/libmumble.so.1.3
|
|
||||||
# celt 11
|
|
||||||
install -m755 -D ./release/libcelt0.so.0.11.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.11.0
|
|
||||||
ln -s libcelt0.so.0.11.0 $pkgdir/usr/lib/mumble/libcelt0.so
|
|
||||||
ln -s libcelt0.so.0.11.0 $pkgdir/usr/lib/mumble/libcelt0.so.0
|
|
||||||
ln -s libcelt0.so.0.11.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.11
|
|
||||||
# celt 7
|
|
||||||
install -m755 -D ./release/libcelt0.so.0.7.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.7.0
|
|
||||||
ln -s libcelt0.so.0.7.0 $pkgdir/usr/lib/mumble/libcelt0.so.0.7
|
|
||||||
|
|
||||||
# plugins
|
|
||||||
install -m755 -D ./release/plugins/*.so $pkgdir/usr/lib/mumble/
|
|
||||||
|
|
||||||
# other
|
|
||||||
install -m755 -d $pkgdir/usr/share/man/man1
|
|
||||||
install -m644 -D ./man/mumble* $pkgdir/usr/share/man/man1/
|
|
||||||
install -m644 -D ./scripts/mumble.desktop $pkgdir/usr/share/applications/mumble.desktop
|
|
||||||
install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
|
|
||||||
install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
|
||||||
}
|
|
@@ -1,35 +0,0 @@
|
|||||||
pkgbase = murmur-snapshot-ice
|
|
||||||
pkgdesc = The voice chat application server for Mumble (development snapshot)
|
|
||||||
pkgver = 1.3.0_rc2
|
|
||||||
pkgrel = 1
|
|
||||||
epoch = 1
|
|
||||||
url = https://wiki.mumble.info/wiki/
|
|
||||||
install = murmur.install
|
|
||||||
arch = i686
|
|
||||||
arch = x86_64
|
|
||||||
arch = armv7h
|
|
||||||
license = BSD
|
|
||||||
makedepends = boost
|
|
||||||
makedepends = python
|
|
||||||
depends = protobuf
|
|
||||||
depends = qt5-base
|
|
||||||
depends = zeroc-ice
|
|
||||||
provides = murmur
|
|
||||||
conflicts = murmur
|
|
||||||
conflicts = murmur-static
|
|
||||||
conflicts = murmur-ice
|
|
||||||
conflicts = murmur-snapshot-noice
|
|
||||||
options = emptydirs
|
|
||||||
backup = etc/murmur.ini
|
|
||||||
source = https://dl.mumble.info/mumble-1.3.0-rc2.tar.gz
|
|
||||||
source = https://dl.mumble.info/mumble-1.3.0-rc2.tar.gz.sig
|
|
||||||
source = murmur.tmpfilesd
|
|
||||||
source = murmur.sysusers
|
|
||||||
validpgpkeys = 56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B
|
|
||||||
sha256sums = 258643a73997dc192ec9cc1175a55082e432ae21e4283bef27ffa331e85a0380
|
|
||||||
sha256sums = SKIP
|
|
||||||
sha256sums = 25bf2dbd7574459724b4621fb93c09484dc7520297fa1d0f247a19b592d8cb8e
|
|
||||||
sha256sums = ff58059e77eb73a5c9ad8eb4ad8d8d7c865f3ae1fb6cb236a729f742da95d83d
|
|
||||||
|
|
||||||
pkgname = murmur-snapshot-ice
|
|
||||||
|
|
@@ -1,64 +0,0 @@
|
|||||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
|
||||||
# Contributor: Felix Singer
|
|
||||||
# Contributor: Lari Tikkanen <lartza@wippies.com>
|
|
||||||
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
|
|
||||||
# Contributor: Otto Allmendinger <otto.allmendinger@googlemail.com>
|
|
||||||
# Contributor: Malte Rabenseifner <malte@zearan.de>
|
|
||||||
|
|
||||||
pkgname=murmur-snapshot-ice
|
|
||||||
pkgver=1.3.0_rc2
|
|
||||||
_dirname=1.3.0
|
|
||||||
pkgrel=1
|
|
||||||
epoch=1
|
|
||||||
pkgdesc="The voice chat application server for Mumble (development snapshot)"
|
|
||||||
arch=('i686' 'x86_64' 'armv7h')
|
|
||||||
url="https://wiki.mumble.info/wiki/"
|
|
||||||
license=('BSD')
|
|
||||||
depends=('protobuf' 'qt5-base' 'zeroc-ice')
|
|
||||||
makedepends=('boost' 'python')
|
|
||||||
conflicts=('murmur' 'murmur-static' 'murmur-ice' 'murmur-snapshot-noice')
|
|
||||||
provides=('murmur')
|
|
||||||
backup=("etc/murmur.ini")
|
|
||||||
install=murmur.install
|
|
||||||
#source=("https://dl.mumble.info/mumble-${pkgver//_/\~}~snapshot.tar.gz"{,.sig} # git snapshots
|
|
||||||
source=("https://dl.mumble.info/mumble-${pkgver//_/-}.tar.gz"{,.sig}
|
|
||||||
murmur.tmpfilesd
|
|
||||||
murmur.sysusers)
|
|
||||||
sha256sums=('258643a73997dc192ec9cc1175a55082e432ae21e4283bef27ffa331e85a0380'
|
|
||||||
'SKIP'
|
|
||||||
'25bf2dbd7574459724b4621fb93c09484dc7520297fa1d0f247a19b592d8cb8e'
|
|
||||||
'ff58059e77eb73a5c9ad8eb4ad8d8d7c865f3ae1fb6cb236a729f742da95d83d')
|
|
||||||
validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B')
|
|
||||||
options=('emptydirs')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $srcdir/mumble-${_dirname}
|
|
||||||
|
|
||||||
qmake-qt5 main.pro CONFIG+="no-client no-bonjour optimize"
|
|
||||||
make release
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd $srcdir/mumble-${_dirname}
|
|
||||||
|
|
||||||
sed -e "1i# vi:ft=cfg" \
|
|
||||||
-e "s|database=|database=/var/lib/murmur/murmur.sqlite|" \
|
|
||||||
-e "s|;logfile=murmur.log|logfile=|" \
|
|
||||||
-e "s|;uname=|uname=murmur|" \
|
|
||||||
-e "s|;pidfile=|pidfile=/run/murmur/murmur.pid|" \
|
|
||||||
-i scripts/murmur.ini
|
|
||||||
|
|
||||||
sed -e "s|<policy user=\"mumble-server\">|<policy user=\"murmur\">|" -i scripts/murmur.conf
|
|
||||||
|
|
||||||
install -dm755 ${pkgdir}/var/lib/murmur
|
|
||||||
install -Dm755 release/murmurd ${pkgdir}/usr/bin/murmurd
|
|
||||||
install -Dm644 scripts/murmur.ini ${pkgdir}/etc/murmur.ini
|
|
||||||
install -Dm644 scripts/murmur.conf ${pkgdir}/etc/dbus-1/system.d/murmur.conf
|
|
||||||
install -Dm644 README ${pkgdir}/usr/share/doc/murmur/README
|
|
||||||
install -Dm644 man/murmurd.1 ${pkgdir}/usr/share/man/man1/murmurd.1
|
|
||||||
install -Dm644 scripts/murmur.service ${pkgdir}/usr/lib/systemd/system/murmur.service
|
|
||||||
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
|
||||||
install -Dm644 src/murmur/Murmur.ice ${pkgdir}/usr/share/murmur/Murmur.ice
|
|
||||||
install -Dm644 ${srcdir}/murmur.tmpfilesd ${pkgdir}/usr/lib/tmpfiles.d/murmur.conf
|
|
||||||
install -Dm644 ${srcdir}/murmur.sysusers ${pkgdir}/usr/lib/sysusers.d/murmur.conf
|
|
||||||
}
|
|
@@ -1,9 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
post_upgrade
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
# Fix permissions on necessary directories
|
|
||||||
chown murmur.murmur /var/lib/murmur /run/murmur
|
|
||||||
}
|
|
||||||
|
|
@@ -1,2 +0,0 @@
|
|||||||
u murmur - "Murmur voice server" /var/lib/murmur
|
|
||||||
|
|
@@ -1 +0,0 @@
|
|||||||
d /run/murmur 0755 murmur murmur -
|
|
@@ -1,17 +0,0 @@
|
|||||||
pkgbase = orion
|
|
||||||
pkgdesc = QML/C++-written desktop client for Twitch.tv
|
|
||||||
pkgver = 1.6.7
|
|
||||||
pkgrel = 1
|
|
||||||
url = https://github.com/alamminsalo/orion/
|
|
||||||
arch = x86_64
|
|
||||||
license = GPL3
|
|
||||||
depends = mpv
|
|
||||||
depends = qt5-svg
|
|
||||||
depends = qt5-quickcontrols2
|
|
||||||
depends = qt5-quickcontrols
|
|
||||||
depends = qt5-graphicaleffects
|
|
||||||
source = orion-1.6.7.tar.gz::https://github.com/alamminsalo/orion/archive/1.6.7.tar.gz
|
|
||||||
sha256sums = 19d9c170d0bcf21d47947704d8c8e927cff5140f94cb840b51d2b8574b0149fb
|
|
||||||
|
|
||||||
pkgname = orion
|
|
||||||
|
|
@@ -1,28 +0,0 @@
|
|||||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
|
||||||
# Contributor: sum01 <sum01@protonmail.com>
|
|
||||||
# Contributor: David McInnis <davidm@eagles.ewu.edu>
|
|
||||||
# Contributor: HabarNam <habarnam@gmail.com>
|
|
||||||
|
|
||||||
pkgname=orion
|
|
||||||
pkgver=1.6.7
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="QML/C++-written desktop client for Twitch.tv"
|
|
||||||
arch=('x86_64')
|
|
||||||
url="https://github.com/alamminsalo/orion/"
|
|
||||||
license=('GPL3')
|
|
||||||
depends=('mpv' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-graphicaleffects')
|
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/alamminsalo/orion/archive/${pkgver}.tar.gz")
|
|
||||||
sha256sums=('19d9c170d0bcf21d47947704d8c8e927cff5140f94cb840b51d2b8574b0149fb')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$srcdir/${pkgname}-${pkgver}"
|
|
||||||
qmake CONFIG+=mpv
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$srcdir/${pkgname}-${pkgver}"
|
|
||||||
install -Dm644 distfiles/orion.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/orion.svg"
|
|
||||||
install -Dm644 distfiles/Orion.desktop "${pkgdir}/usr/share/applications/Orion.desktop"
|
|
||||||
install -Dm755 orion "${pkgdir}/usr/bin/orion"
|
|
||||||
}
|
|
@@ -1,21 +0,0 @@
|
|||||||
pkgbase = woeusb
|
|
||||||
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
|
|
||||||
pkgver = 3.3.1
|
|
||||||
pkgrel = 1
|
|
||||||
url = https://github.com/slacka/WoeUSB
|
|
||||||
arch = x86_64
|
|
||||||
license = GPL3
|
|
||||||
makedepends = git
|
|
||||||
depends = wxgtk2
|
|
||||||
depends = grub
|
|
||||||
depends = dosfstools
|
|
||||||
depends = parted
|
|
||||||
depends = wget
|
|
||||||
depends = ntfs-3g
|
|
||||||
optdepends = gksu
|
|
||||||
conflicts = woeusb-git
|
|
||||||
source = WoeUSB-3.3.1::git+https://github.com/slacka/WoeUSB.git#tag=v3.3.1
|
|
||||||
sha256sums = SKIP
|
|
||||||
|
|
||||||
pkgname = woeusb
|
|
||||||
|
|
4
woeusb/.gitignore
vendored
4
woeusb/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
pkg/
|
|
||||||
src/
|
|
||||||
*.pkg.tar*
|
|
||||||
woeusb-*
|
|
@@ -1,39 +0,0 @@
|
|||||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
|
||||||
# Contributor: aimileus <me at aimileus dot nl>
|
|
||||||
# Contributor: Salvador Pardiñas <darkfm@vera.com.uy>
|
|
||||||
|
|
||||||
pkgname=woeusb
|
|
||||||
pkgver=3.3.1
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="A Linux program to create Windows USB stick installer from a Windows DVD or an image"
|
|
||||||
arch=('x86_64')
|
|
||||||
url="https://github.com/slacka/WoeUSB"
|
|
||||||
license=('GPL3')
|
|
||||||
depends=('wxgtk2' 'grub' 'dosfstools' 'parted' 'wget' 'ntfs-3g')
|
|
||||||
makedepends=('git')
|
|
||||||
optdepends=('gksu')
|
|
||||||
conflicts=('woeusb-git')
|
|
||||||
source=("WoeUSB-${pkgver}::git+https://github.com/slacka/WoeUSB.git#tag=v${pkgver}")
|
|
||||||
sha256sums=('SKIP')
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "WoeUSB-$pkgver"
|
|
||||||
|
|
||||||
grep 'filter=version' .gitattributes | cut -d' ' -f1 | while read file; do
|
|
||||||
sed -i "s/@@WOEUSB_VERSION@@/${pkgver}/" $file
|
|
||||||
done
|
|
||||||
|
|
||||||
autoreconf --install
|
|
||||||
./configure --prefix=/usr
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "WoeUSB-$pkgver"
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "WoeUSB-$pkgver"
|
|
||||||
make DESTDIR="$pkgdir/" install
|
|
||||||
}
|
|
||||||
|
|
Reference in New Issue
Block a user