pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rofi: remove, used for updating pkgsrc/x11/rofi
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jan 22 13:34:39 2025 +0100
Changeset: 946d5bc93207b49f600b441e203f75d3cc5f4999
Modified Files:
Makefile
Removed Files:
rofi/COMMIT_MSG
rofi/DESCR
rofi/Makefile
rofi/PLIST
rofi/distinfo
Log Message:
rofi: remove, used for updating pkgsrc/x11/rofi
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=946d5bc93207b49f600b441e203f75d3cc5f4999
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
rofi/COMMIT_MSG | 112 --------------------------------------------------------
rofi/DESCR | 7 ----
rofi/Makefile | 37 -------------------
rofi/PLIST | 56 ----------------------------
rofi/distinfo | 5 ---
6 files changed, 218 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9485919f47..b12ed91572 100644
--- a/Makefile
+++ b/Makefile
@@ -5072,7 +5072,6 @@ SUBDIR+= rng-tools
SUBDIR+= rnp
SUBDIR+= roadfighter
SUBDIR+= rocksdb
-SUBDIR+= rofi
SUBDIR+= rolo
SUBDIR+= rom64
SUBDIR+= romblast
diff --git a/rofi/COMMIT_MSG b/rofi/COMMIT_MSG
deleted file mode 100644
index 980a4bf433..0000000000
--- a/rofi/COMMIT_MSG
+++ /dev/null
@@ -1,112 +0,0 @@
-rofi: update to 1.7.8
-
-1.7.1: Turtley amazing!
-This release focusses on fixing bugs found in 1.7.0.
-The most important ones are fixing sizing bug, fix nested
-media statements and broken close-on-delete. There are a
-few new features to help themeing:
-We now support env(ENV,default) statement and when dumping
-a theme theme-names are resolved (f.e. green, lightblue, etc.).
-
-1.7.2: Shellebrations!
-A quick in between release, a bug got fixed that caused
-configurations not working any more in theme files. While
-this is the desired behaviour, this release reverts it to
-avoid breaking to many setups.
-
-1.7.3: Sturtled!
-A small intermediate release with a few fixes, mostly in
-documentation and two great additions by Jakub Jiruta:
-- An option to customize the combi mode display format.
-- To possibility to set tab stops on listview and entry boxes.
-
-1.7.4: Preshellected Optimizations
-Another maintenance and small features expansion release.
-A lot of small annoyances have been fixed and ignored errors
-are now more visually flagged to the user. In the past typos
-in the theme could result into broken themes without any
-warning to the user (except in debug mode), if an unknown link
-is found it will now throw an error. To help the user find the
-right documentation, the manpages are further split up into
-sub-pages and are expanded.
-Another improvement made that can have huge impact on the
-user-experience is a significant speedup in the async input
-reading of dmenu. It turned out glib's GInputStream async
-methods are very slow. On large input sets where it was
-supposed to improve the user experience, it made it unusable.
-To resolve this a custom implementation has been made.
-Background loading is now close to the same speed as loading
-at start before displaying. A million item list is now near
-instant. On very large lists, the instant filtering
-automatically changes to be postponed until the user stops
-typing. This severely reduces system load and interface blocking.
-A few long standing feature requests and bug reports have been
-implemented or fixed:
-- Listview flow. You can now change the flow in the listview
-from vertical first to horizontal first. Making it mimic tables.
-- You can set a custom fallback icon for each mode.
-- In dmenu mode (and script) you can now make (some) changes to
-the theme, for example modifying the background color of the
-entry box.
-- User scripts (for script mode) into $XDG_CONFIG_HOME/rofi/scripts
-directory are automatically available in rofi.
-- You can now render text as icons, this allows you to use glyphs
-icon fonts as icons.
-- Hide listview when unfiltered. (#1079)
-- You can now add a separate icon or textbox widget to the UI that
-displays the current selected item. As an example see the included
-sidebar-v2.
-- A bug was fixed that caused problems with newer xkeyboard-config
-versions and different keyboard layouts.
-
-1.7.5: We shell overcome
-A quick bug-fix release to fix 2 small issues.
-- In DMenu sync mode, the separator is left in the string.
-- On special crafted delayed input in dmenu it shows updates to the
-list very slow. It now forces to push update (if there) every 1/10
-of a second.
-- In the view some of the update/redraw policies are fixed to reduced
-the perceived delay.
-
-1.7.6: Traveling Time
-- Recursive file browser
-- Copy to clipboard support
-- Entry box history
-- Fix calc
-- Text and cursor outline
-- In this version, we have bumped the minimal required versions of
-some dependencies to keep up with bugs and deprecations while staying
-compatible with long-term supported distributions.
-Known issues:
-- new-selection is not working for values exceeding the number of rows
-in previous run. (#2037)
-Other smaller changes:
-- new .rasinc extension for theme fragments included from other theme files
-- -ellipsize-mode mode option in dmenu mode can be set to start, middle
-or end to control how long entries are ellipsized
-- -list-keybindings to print a summary of configured bindings
-- -window-prefer-icon-theme to force precedence of theme icons over
-applications' custom ones (#1702)
-- -placeholder-markup to enable pango markup when rendering placeholder
-text (#1690)
-- urgent and active flags can be controlled for each row in dmenu and
-script modes
-- -transient-window-mode to make rofi react like a modal dialog that is
-transient to the currently focused window.
-- Fixing window coordinates for non-reparting window manager. (Thanks to
-Ortango #1969)
-- Fix failing decode of animated gif files. (Thanks to martinsifrar #1975)
-
-1.7.7: Time Dilation
-Issues:
-- Fix drawing issue (#2068)
-- Fix window mode missing some windows (#2071)
-- 'Character' in config file broken (#2070)
-Improvements:
-- Resolve 'rasinc' for @imports
-- Desktop file DBus activation
-- Resolve -config identical to -theme
-
-1.7.8:
-- Fix drawing issue
-- DBusActivatable fix
diff --git a/rofi/DESCR b/rofi/DESCR
deleted file mode 100644
index 4c6bec2e48..0000000000
--- a/rofi/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-A popup window switcher roughly based on superswitcher. This version started
-off as a clone of simpleswitcher, the version from Sean Pringle. All credit for
-this great tool should go to him. Rofi developed extra features, like a
-run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it
-a very versatile tool.
-
-Using Rofi is a lot like dmenu, but extended for an improved work flow.
diff --git a/rofi/Makefile b/rofi/Makefile
deleted file mode 100644
index 22b06df858..0000000000
--- a/rofi/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.40 2024/11/14 22:22:31 wiz Exp $
-
-DISTNAME= rofi-1.7.8
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=davatorium/}
-# We need to specify this way to get submodules fetched
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/davatorium/rofi
-COMMENT= Window switcher, run dialog and dmenu replacement
-LICENSE= x11
-
-USE_TOOLS+= pkg-config bash:run flex bison
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= YACC='bison -y'
-
-REPLACE_BASH+= script/rofi-sensible-terminal
-REPLACE_BASH+= script/rofi-theme-selector
-
-TEST_TARGET= check
-
-.include "../../devel/check/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../x11/libxkbcommon/buildlink3.mk"
-.include "../../x11/startup-notification/buildlink3.mk"
-.include "../../x11/xcb-util-cursor/buildlink3.mk"
-.include "../../x11/xcb-util-keysyms/buildlink3.mk"
-.include "../../x11/xcb-util-wm/buildlink3.mk"
-.include "../../x11/xcb-util-xrm/buildlink3.mk"
-.include "../../x11/xcb-util/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/rofi/PLIST b/rofi/PLIST
deleted file mode 100644
index ce745062bd..0000000000
--- a/rofi/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $NetBSD$
-bin/rofi
-bin/rofi-sensible-terminal
-bin/rofi-theme-selector
-include/rofi/helper.h
-include/rofi/mode-private.h
-include/rofi/mode.h
-include/rofi/rofi-icon-fetcher.h
-include/rofi/rofi-types.h
-lib/pkgconfig/rofi.pc
-man/man1/rofi-sensible-terminal.1
-man/man1/rofi-theme-selector.1
-man/man1/rofi.1
-man/man5/rofi-debugging.5
-man/man5/rofi-dmenu.5
-man/man5/rofi-keys.5
-man/man5/rofi-script.5
-man/man5/rofi-theme.5
-man/man5/rofi-thumbnails.5
-share/applications/rofi-theme-selector.desktop
-share/applications/rofi.desktop
-share/icons/hicolor/scalable/apps/rofi.svg
-share/rofi/themes/Adapta-Nokto.rasi
-share/rofi/themes/Arc-Dark.rasi
-share/rofi/themes/Arc.rasi
-share/rofi/themes/DarkBlue.rasi
-share/rofi/themes/Indego.rasi
-share/rofi/themes/Monokai.rasi
-share/rofi/themes/Paper.rasi
-share/rofi/themes/android_notification.rasi
-share/rofi/themes/arthur.rasi
-share/rofi/themes/blue.rasi
-share/rofi/themes/c64.rasi
-share/rofi/themes/dmenu.rasi
-share/rofi/themes/docu.rasi
-share/rofi/themes/fancy.rasi
-share/rofi/themes/fancy2.rasi
-share/rofi/themes/fullscreen-preview.rasi
-share/rofi/themes/glue_pro_blue.rasi
-share/rofi/themes/gruvbox-common.rasinc
-share/rofi/themes/gruvbox-dark-hard.rasi
-share/rofi/themes/gruvbox-dark-soft.rasi
-share/rofi/themes/gruvbox-dark.rasi
-share/rofi/themes/gruvbox-light-hard.rasi
-share/rofi/themes/gruvbox-light-soft.rasi
-share/rofi/themes/gruvbox-light.rasi
-share/rofi/themes/iggy.jpg
-share/rofi/themes/iggy.rasi
-share/rofi/themes/lb.rasi
-share/rofi/themes/material.rasi
-share/rofi/themes/paper-float.rasi
-share/rofi/themes/purple.rasi
-share/rofi/themes/sidebar-v2.rasi
-share/rofi/themes/sidebar.rasi
-share/rofi/themes/solarized.rasi
-share/rofi/themes/solarized_alternate.rasi
diff --git a/rofi/distinfo b/rofi/distinfo
deleted file mode 100644
index 9d67a4578e..0000000000
--- a/rofi/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:26 nia Exp $
-
-BLAKE2s (rofi-1.7.8.tar.xz) = 2e7c0e3218547b230dfef0572062bfd84bfcc3e9c47e8af07c1dbb694082db9f
-SHA512 (rofi-1.7.8.tar.xz) = 8a33f5eb933cbba645056eeba3b82e236135e5a72251bd5bb3e6019e66e5626b126572f6874f5e39e381bb5108f261d4c80bb945ed0900c2179854d475d6518b
-Size (rofi-1.7.8.tar.xz) = 812732 bytes
Home |
Main Index |
Thread Index |
Old Index