summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorulises-jeremias2023-04-17 02:22:50 +0000
committerulises-jeremias2023-04-17 02:22:50 +0000
commit5b56fd458568b422e033e32b3ecfc3a9313ff4ed (patch)
treeef29f7b06ebc13ee2d7f9075cadf0b7342da3b1c
parentf2c98caa265658026be1e1fc2949fc9fe4a1b30b (diff)
downloadaur-5b56fd458568b422e033e32b3ecfc3a9313ff4ed.tar.gz
Update AUR package
-rw-r--r--.SRCINFO54
-rw-r--r--PKGBUILD70
2 files changed, 2 insertions, 122 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c6f84f131a..ae1ac3a9ad4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,60 +6,6 @@ pkgbase = dots-git
arch = any
license = MIT
depends = git
- depends = nerd-fonts-hack
- depends = noto-fonts
- depends = noto-fonts-cjk
- depends = noto-fonts-emoji
- depends = noto-fonts-extra
- depends = alacritty
- depends = arc-gtk-theme
- depends = arandr
- depends = dbus-python
- depends = feh
- depends = flameshot
- depends = graphicsmagick
- depends = i3lock-fancy
- depends = jgmenu
- depends = jq
- depends = networkmanager-dmenu
- depends = network-manager-applet
- depends = numix-icon-theme
- depends = pacman-contrib
- depends = pamixer
- depends = pavucontrol
- depends = playerctl
- depends = polybar
- depends = pulseaudio
- depends = python-pywal
- depends = rofi
- depends = rofi-greenclip
- depends = scrot
- depends = skippy-xd
- depends = sxiv
- depends = wmctrl
- depends = xdotool
- depends = xgetres
- depends = yad
- depends = zsh
- depends = zsh-syntax-highlighting-git
- depends = exo
- depends = libxfce4ui
- depends = libxfce4util
- depends = xfce4-settings
- depends = xfce4-xkb-plugin
- depends = xfconf
- depends = xfce4-notifyd
- optdepends = greenclip: Simple clipboard manager. Will be used in rofi
- optdepends = bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar
- optdepends = blueman: GTK+ Bluetooth Manager. Optional.
- optdepends = dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed
- optdepends = termite: Simple terminal emulator
- optdepends = thunar: Modern file manager for Xfce
- optdepends = thunar-archive-plugin: Create and extract archives in Thunar
- optdepends = thunar-media-tags-plugin: Adds special features for media files to the Thunar File Manager
- optdepends = thunar-volman: Automatic management of removeable devices in Thunar
- optdepends = xfce4-power-manager: Power manager for the Xfce4 desktop
- optdepends = xfce4-screenshooter: An application to take screenshots
provides = dots
conflicts = dots
source = git+https://github.com/ulises-jeremias/dotfiles.git
diff --git a/PKGBUILD b/PKGBUILD
index 7a0d4da27a5d..7aa215b0692a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,60 +2,6 @@
# Maintainer: Federico Ramon Gasquez <federicogasquez@gmail.com>
# Maintainer: Maria Macarena Lindo Poisson <maquipoisson@gmail.com>
-fonts=(
- nerd-fonts-hack
- noto-fonts
- noto-fonts-cjk
- noto-fonts-emoji
- noto-fonts-extra
-)
-
-# Needed apps, themes and icons
-needed_pkgs=(
- alacritty
- arc-gtk-theme
- arandr
- dbus-python
- feh
- flameshot
- graphicsmagick
- i3lock-fancy
- jgmenu
- jq
- networkmanager-dmenu
- network-manager-applet
- numix-icon-theme
- pacman-contrib
- pamixer
- pavucontrol
- playerctl
- polybar
- pulseaudio
- python-pywal
- rofi
- rofi-greenclip
- scrot
- skippy-xd
- sxiv
- wmctrl
- xdotool
- xgetres
- yad
- zsh
- zsh-syntax-highlighting-git
-)
-
-# xfce4 utils
-xfce4_pkgs=(
- exo
- libxfce4ui
- libxfce4util
- xfce4-settings
- xfce4-xkb-plugin
- xfconf
- xfce4-notifyd
-)
-
pkgname=dots-git
pkgver=1.2.0
pkgrel=1
@@ -63,20 +9,8 @@ pkgdesc="Dotfiles generator that allows quick configuration and managing of diff
arch=(any)
url="https://github.com/ulises-jeremias/dotfiles"
license=('MIT')
-depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}")
-optdepends=(
- "greenclip: Simple clipboard manager. Will be used in rofi"
- "bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar"
- "blueman: GTK+ Bluetooth Manager. Optional."
- "dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed"
- "termite: Simple terminal emulator"
- "thunar: Modern file manager for Xfce"
- "thunar-archive-plugin: Create and extract archives in Thunar"
- "thunar-media-tags-plugin: Adds special features for media files to the Thunar File Manager"
- "thunar-volman: Automatic management of removeable devices in Thunar"
- "xfce4-power-manager: Power manager for the Xfce4 desktop"
- "xfce4-screenshooter: An application to take screenshots"
-)
+depends=(git)
+optdepends=()
provides=(dots)
conflicts=(dots)
source=("git+$url.git")