FreeBSD Bugzilla – Attachment 236555 Details for
Bug 266414
new port: x11-clocks/xdaliclock-classic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new port diff
xdaliclock.diff (text/plain), 3.92 KB, created by
Gleb Smirnoff
on 2022-09-14 15:04:49 UTC
(
hide
)
Description:
new port diff
Filename:
MIME Type:
Creator:
Gleb Smirnoff
Created:
2022-09-14 15:04:49 UTC
Size:
3.92 KB
patch
obsolete
>commit 11c49bdf87ffb6f65b6f3de4dc5391854fce2c17 >Author: Gleb Smirnoff <glebius@FreeBSD.org> >Date: Tue Sep 13 14:09:11 2022 -0700 > > x11-clocks/xdaliclock-classic: add back xdaliclock-2.44 > > The new version: > - doesn't support command line options > - doesn't support custom fonts > - doesn't support transparent background > - has bugs with color settings > - brings more dependencies > > I found author not caring about the lost features and myself not being > able to make the new version look exactly like the old one did, hence > existence of this port. > >diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile >index ea620803a5f5..a775f9bf442c 100644 >--- a/x11-clocks/Makefile >+++ b/x11-clocks/Makefile >@@ -40,6 +40,7 @@ > SUBDIR += xalarm > SUBDIR += xclock > SUBDIR += xdaliclock >+ SUBDIR += xdaliclock-classic > SUBDIR += xfce4-datetime-plugin > SUBDIR += xfce4-stopwatch-plugin > SUBDIR += xfce4-time-out-plugin >diff --git a/x11-clocks/xdaliclock-classic/Makefile b/x11-clocks/xdaliclock-classic/Makefile >new file mode 100644 >index 000000000000..855497a95c05 >--- /dev/null >+++ b/x11-clocks/xdaliclock-classic/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= xdaliclock >+PORTVERSION= 2.44 >+CATEGORIES= x11-clocks >+MASTER_SITES= http://www.jwz.org/xdaliclock/ >+PKGNAMESUFFIX= ${SUFFIX}-classic >+ >+MAINTAINER= glebius@FreeBSD.org >+COMMENT= Rather neat animated clock (Xlib version) >+ >+WRKSRC= ${WRKDIR}/${DISTNAME}/X11 >+ >+GNU_CONFIGURE= yes >+USES= xorg >+USE_XORG= xt sm ice xext x11 >+CONFLICTS= xdaliclock >+PLIST_FILES= bin/xdaliclock man/man1/${PORTNAME}.1.gz >+ >+.include <bsd.port.mk> >diff --git a/x11-clocks/xdaliclock-classic/distinfo b/x11-clocks/xdaliclock-classic/distinfo >new file mode 100644 >index 000000000000..ad9ccf708b72 >--- /dev/null >+++ b/x11-clocks/xdaliclock-classic/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1547035290 >+SHA256 (xdaliclock-2.44.tar.gz) = 800db9ad00adaeb73079370fb64452230ff186e670b6fbd36315506caab64fbf >+SIZE (xdaliclock-2.44.tar.gz) = 17727649 >diff --git a/x11-clocks/xdaliclock-classic/files/patch-Makefile.in b/x11-clocks/xdaliclock-classic/files/patch-Makefile.in >new file mode 100644 >index 000000000000..f08c1bf7fb0e >--- /dev/null >+++ b/x11-clocks/xdaliclock-classic/files/patch-Makefile.in >@@ -0,0 +1,15 @@ >+--- Makefile.in.orig 2018-12-26 10:10:53 UTC >++++ Makefile.in >+@@ -79,10 +79,10 @@ install-strip: >+ install >+ >+ install-program: xdaliclock >+- $(INSTALL_PROGRAM) xdaliclock $(install_prefix)$(bindir)/xdaliclock >++ $(INSTALL_PROGRAM) xdaliclock $(DESTDIR)$(install_prefix)$(bindir)/xdaliclock >+ >+ install-man: xdaliclock.man >+- $(INSTALL_DATA) $(srcdir)/xdaliclock.man $(install_prefix)$(man1dir)/xdaliclock.1 >++ $(INSTALL_DATA) $(srcdir)/xdaliclock.man $(DESTDIR)$(install_prefix)$(man1dir)/xdaliclock.1 >+ >+ uninstall-program: >+ rm -f $(install_prefix)$(bindir)/xdaliclock >diff --git a/x11-clocks/xdaliclock-classic/pkg-descr b/x11-clocks/xdaliclock-classic/pkg-descr >new file mode 100644 >index 000000000000..32316fb33f57 >--- /dev/null >+++ b/x11-clocks/xdaliclock-classic/pkg-descr >@@ -0,0 +1,7 @@ >+This is a neat program which ``morphs'' each of the digits into the >+next in the sequence to update the time. Good processor hog for all you >+P90 owners. >+ >+WWW: http://www.jwz.org/xdaliclock/ >+ >+Gary Palmer <gpalmer@FreeBSD.ORG> >diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile >index eed23846f83e..4110534f9521 100644 >--- a/x11-clocks/xdaliclock/Makefile >+++ b/x11-clocks/xdaliclock/Makefile >@@ -4,7 +4,7 @@ CATEGORIES= x11-clocks > MASTER_SITES= https://www.jwz.org/${PORTNAME}/ > > MAINTAINER= eduardo@FreeBSD.org >-COMMENT= Rather neat animated clock >+COMMENT= Rather neat animated clock (GL & GTK version) > WWW= https://www.jwz.org/xdaliclock/ > > LIB_DEPENDS= libharfbuzz.so:print/harfbuzz >@@ -13,6 +13,8 @@ USES= gl gmake gnome pkgconfig > USE_GL= gl > USE_GNOME= cairo gdkpixbuf2 gtk30 > >+CONFLICTS= xdaliclock-classic >+ > GLIB_SCHEMAS= org.jwz.xdaliclock.gschema.xml > > GNU_CONFIGURE= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266414
: 236555