view release on metacpan or search on metacpan
meta/makefile.ttl view on Meta::CPAN
:version_from _:main ;
:readme_from _:main ;
:test_requires "Test::More 0.61" ;
:requires "URI", "MIME::Base64" .
_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/Icon/FamFamFam/Silk.pm" .
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Icon/Theme/Helper.pm view on Meta::CPAN
}
if (! -f $self->{dir}.'/'.$self->{theme}.'/index.theme' ) {
$self->{error}=4;
$self->{perror}=1;
$self->{errorString}='The specified theme, "'.$self->{theme}.'", is not a Freedesktop.org compliant icon theme';
warn($self->{module}.' '.$method.':'.$self->{error}.': '.$self->{errorString});
return $self;
}
#holds the required themes
lib/Icon/Theme/Helper.pm view on Meta::CPAN
This returns the icon file.
The first arguement is the context and the second is the icon name.
my $iconFile=$iconhelper->getIcon('Places', 'desktop');
=cut
sub getIcon{
my $self=$_[0];
lib/Icon/Theme/Helper.pm view on Meta::CPAN
The specified theme does not exist.
=head2 4
The theme is not a Freedesktop.org compliant theme.
=head2 5
Parsing the index for the specified config failed.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Icon/Theme/Index/Parse.pm view on Meta::CPAN
use strict;
use Config::IniHash;
=head1 NAME
Icon::Theme::Index::Parse - Parse the index file for Freedesktop compatible icon themes.
=head1 VERSION
Version 0.0.1
lib/Icon/Theme/Index/Parse.pm view on Meta::CPAN
=head1 SYNOPSIS
Information for index file specification can be found at the URL below.
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
use Icon::Theme::Index::Parse;
my $themeindex = Icon::Theme::Index::Parse->new_from_file('/usr/local/share/icons/hicolor/index.theme');
if($themeindex->{error}){
view all matches for this distribution
view release on metacpan or search on metacpan
examples/plugin-info.html view on Meta::CPAN
<TR>
<TD>Desktop</TD>
<TD>*.kdelnk</TD>
<TD>.desktop</TD>
</TR>
<TR>
<TD>Desktop</TD>
<TD>*.desktop</TD>
<TD>.desktop</TD>
</TR>
<TR>
<TD>De_DE</TD>
examples/plugin-info.html view on Meta::CPAN
<TD>T2 / ROCK Linux .desc</TD>
</TR>
<TR>
<TD>desktop</TD>
<TD></TD>
<TD>.desktop, .directory files</TD>
</TR>
<TR>
<TD>dictconf</TD>
view all matches for this distribution
view release on metacpan or search on metacpan
- js: experimental JavaScript implementation / lib
- ajpeg2gif: convert ajpegs to gifs with mogrify+gifsicle
0.01 2016-11-02
- left alpha stage, feature lock
- added missing .desktop and .xml files
- makeajpeg: new --split mode allows to disassemble a
monolithic AJPEG to individual JPEG frame files
- gif2ajpeg: die on error from convert
- new ajpeg2gif offers the reverse operation of
gif2ajpeg, via mogrify and gifsicle
rate to 10fps when a GIF has a frame delay of 0
- playajpeg: display is now user zoomable with keys 1-4,
shift+mousewheel or +/-
- playajpeg: arrow left/right is now step mode
- playajpeg: arrow up/down (page up/down) for file change
- example .desktop launcher and .xml MIME-Type files
0.01_1 2015-03-04
- First public version, released on an unsuspecting world.
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
# the "." obscures it from MyExtractUse.pm
$post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
}
# ------ pc: podlinkcheck ------
$post .= <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
# ------ pc: podchecker ------
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= <<'HERE';
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
HERE
# ------ check-copyright-years ------
$post .= <<'HERE';
inc/MyMakeMakerExtras.pm view on Meta::CPAN
&& dpkg-checkbuilddeps debian/control \
&& fakeroot debian/rules binary
rm -rf $(DISTVNAME)
lintian-deb: $(DEBFILE)
lintian -I -i --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
$(DEBFILE)
lintian-source:
rm -rf temp-lintian; \
mkdir temp-lintian; \
cd temp-lintian; \
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
$DEBFILE
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
# the "." obscures it from MyExtractUse.pm
$post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
}
# ------ pc: podlinkcheck ------
$post .= <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
# ------ pc: podchecker ------
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= <<'HERE';
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
HERE
# ------ cpants_lint ------
$post .= <<'HERE';
kw:
inc/MyMakeMakerExtras.pm view on Meta::CPAN
&& dpkg-checkbuilddeps debian/control \
&& fakeroot debian/rules binary
rm -rf $(DISTVNAME)
lintian-deb: $(DEBFILE)
lintian -I -i --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
$(DEBFILE)
lintian-source:
rm -rf temp-lintian; \
mkdir temp-lintian; \
cd temp-lintian; \
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
# the "." obscures it from MyExtractUse.pm
$post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
}
# ------ pc: podlinkcheck ------
$post .= <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
# ------ pc: podchecker ------
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= <<'HERE';
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
HERE
# ------ check-copyright-years ------
$post .= <<'HERE';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
# the "." obscures it from MyExtractUse.pm
$post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
}
# ------ pc: podlinkcheck ------
$post .= <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
# ------ pc: podchecker ------
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= <<'HERE';
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
HERE
# ------ check-copyright-years ------
$post .= <<'HERE';
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
$DEBFILE
TEMP="/tmp/temp-lintian-$DISTVNAME"
rm -rf $TEMP
mkdir $TEMP
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
# the "." obscures it from MyExtractUse.pm
$post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
}
# ------ pc: podlinkcheck ------
$post .= <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
# ------ pc: podchecker ------
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= <<'HERE';
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
HERE
# ------ check-copyright-years ------
$post .= <<'HERE';
inc/MyMakeMakerExtras.pm view on Meta::CPAN
&& dpkg-checkbuilddeps debian/control \
&& fakeroot debian/rules binary
rm -rf $(DISTVNAME)
lintian-deb: $(DEBFILE)
lintian -I -i --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
$(DEBFILE)
lintian-source:
rm -rf temp-lintian; \
mkdir temp-lintian; \
cd temp-lintian; \
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file \
$DEBFILE
TEMP="/tmp/temp-lintian-$DISTVNAME"
rm -rf $TEMP
mkdir $TEMP
view all matches for this distribution
view release on metacpan or search on metacpan
ccv-src/doc/bbf.md view on Meta::CPAN
The --negative-count parameter denotes how many negative samples extracted for each round,
experimentally, it is something about twice of the number of your positive ones.
If you configure the makefile well, bbfcreate will use OpenMP to speed up, which will eat up
all the CPUs. My own training process ran about one week, it is a extremely powerful desktop PC,
you should expect weeks for the result on modest PC with so many samples.
You can stop bbfcreate at any time you want, the most recent result will be saved in data/
directory, clean up the directory to restart.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/ExifTool/EXE.pm view on Meta::CPAN
},
},
2 => { Name => 'TimeStamp', %int32uTime },
9 => {
Name => 'ImageFileCharacteristics',
# ref https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-image_file_header
PrintConv => { BITMASK => {
0 => 'No relocs',
1 => 'Executable',
2 => 'No line numbers',
3 => 'No symbols',
view all matches for this distribution
view release on metacpan or search on metacpan
inc/ExtUtils/PkgConfig.pm view on Meta::CPAN
L<ExtUtils::Depends>
L<http://gtk2-perl.sourceforge.net/>
This module is really just an interface to the pkg-config utility program.
http://www.freedesktop.org/Software/pkgconfig
=head1 AUTHORS
muppet E<lt>scott at asofyet dot orgE<gt>.
view all matches for this distribution
view release on metacpan or search on metacpan
data/convert.list.txt view on Meta::CPAN
application/x-dbm
application/x-dc-rom Dreamcast ROM
application/x-deb Debian package
application/x-deb Debian package
application/x-designer Qt Designer file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-desktop desktop configuration file
application/x-dia-diagram Dia diagram
application/x-dia-diagram Dia diagram
application/x-dvi TeX DVI document
application/x-dvi TeX DVI document
application/x-e-theme Enlightenment theme
view all matches for this distribution
view release on metacpan or search on metacpan
libpng-1.6.17/contrib/gregbook/Makefile.w32 view on Meta::CPAN
#
# %devstudio%\vc\bin\vcvars32.bat
# nmake -nologo -f Makefile.w32
#
# where %devstudio% is the installation directory for MSVC / DevStudio. If
# you get "environment out of space" errors, create a desktop shortcut with
# "c:\windows\command.com /e:4096" as the program command line and set the
# working directory to this directory. Then double-click to open the new
# DOS-prompt window with a bigger environment and retry the commands above.
#
# This makefile assumes libpng and zlib have already been built or downloaded
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/Randim/Source/Role.pm view on Meta::CPAN
isa => 'Str',
default => 'Desktoppr',
);
has 'url' => ( is => 'ro',
isa => 'Str',
default => 'https://api.desktoppr.co/1/wallpapers/random',
);
with 'Image::Randim::Source::Role';
sub get_image {
view all matches for this distribution
view release on metacpan or search on metacpan
vendor/qrencode-3.4.2/aclocal.m4 view on Meta::CPAN
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
_PKG_TEXT
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
AC_MSG_RESULT([yes])
view all matches for this distribution
view release on metacpan or search on metacpan
Screenshot.pm view on Meta::CPAN
if (Imager::Screenshot->have_darwin) { ... }
=head1 DESCRIPTION
Imager::Screenshot captures either a desktop or a specified window and
returns the result as an Imager image.
Currently the image is always returned as a 24-bit image.
=over
Screenshot.pm view on Meta::CPAN
=item screenshot hwnd => I<window handle>, decor => <capture decorations>
=item screenshot hwnd => "active"
Retrieve a screenshot under Win32, if I<window handle> is zero,
capture the desktop.
By default, window decorations are not captured, if the C<decor>
parameter is set to true then window decorations are included.
As of 0.010 hwnd can also be C<"active"> to capture the active (or
"foreground") window.
=item screenshot hwnd => 0
Retrieve a screeshot of the default desktop under Win32.
=item screenshot hwnd => 0, monitor => -1
Retrieve a screenshot of all attached monitors under Win32.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Imager/Search.pm view on Meta::CPAN
L<Imager::Search> is intended to be useful for a range of tasks involving
images from computing systems and the digital world in general.
The range of potential applications include monitoring screenshots from
kiosk and advertising systems for evidence of crashes or embarrasing popup
messages, automating interactions with graphics-intense desktop or website
applications that would be otherwise intractable for traditional automation
methods, and simple text recognition in systems with fonts that register to
fixed pixel patterns.
For example, by storing captured image fragments of a sample set of playing
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Imager/Color/Table.pm view on Meta::CPAN
}
1;
__DATA__
# This color data was extracted from the freedesktop.org CVS tree, and
# appears to be under the following license:
#
# Copyright (C) 2004 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
view all matches for this distribution
view release on metacpan or search on metacpan
examples/account.pl view on Meta::CPAN
'parent_id' => 0,
'vote' => undef,
'on_album' => 1,
'has_admin_badge' => $VAR1->{'data'}[0]{'deleted'},
'ups' => 1,
'platform' => 'desktop'
}
],
'success' => 1,
'status' => 200
}
examples/account.pl view on Meta::CPAN
'author_id' => 179790421,
'on_album' => 1,
'image_id' => 'YEj8sxk',
'comment_id' => 2386713745,
'datetime' => 1711335655,
'platform' => 'desktop',
'vote' => undef,
'deleted' => 0,
'ups' => 1,
'downs' => 0,
'children' => []
view all matches for this distribution
view release on metacpan or search on metacpan
ffi/target/release/build/mlua-sys-6a99a2ae50f12319/out/luajit-build/build/src/lj_err.c view on Meta::CPAN
**
** (*) Originally, toolchains only generated unwind tables for C++ code. For
** interoperability reasons, this can be manually enabled for plain C code,
** too (with -funwind-tables). With the introduction of the x64 architecture,
** the corresponding POSIX and Windows ABIs mandated unwind tables for all
** code. Over the following years most desktop and server platforms have
** enabled unwind tables by default on all architectures. OTOH mobile and
** embedded platforms do not consistently mandate unwind tables.
*/
/* -- Error messages ------------------------------------------------------ */
view all matches for this distribution
view release on metacpan or search on metacpan
eg/rpi-clutter view on Meta::CPAN
#
# based on http://wayland.freedesktop.org/
#
debian qw(
build-essential automake libtool bison flex xutils-dev libcairo2-dev libffi-dev
libmtdev-dev libjpeg-dev libudev-dev libxcb-xfixes0-dev libxcursor-dev
eg/rpi-clutter view on Meta::CPAN
}
export 'XDG_RUNTIME_DIR="'.$xdg_runtime.'"';
export 'XDG_CONFIG_HOME="'.target_path('etc').'"';
export 'XORGONFIG="'.target_path('etc','xorg.conf').'"';
export 'LD_LIBRARY_PATH="$LD_LIBRARY_PATH${LD_LIBRARY_PATH+:}/opt/vc/lib"';
git 'git://anongit.freedesktop.org/wayland/wayland',
disable => [qw( documentation )], no_configure => 1;
git 'git://anongit.freedesktop.org/wayland/weston',
disable => [qw(
x11-compositor drm-compositor wayland-compositor simple-egl-client
egl libunwind colord resize-optimization xwayland-test
)],
enable => [qw( weston-launch )],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JQuery.pm view on Meta::CPAN
Shows an example of an accordion
=item jquery_clickmenu.pl
An example of a menu in a normal desktop application
Shows an example of an accordion
=item jquery_form.pl
view all matches for this distribution